HomeSort by: relevance | last modified time | path
    Searched defs:feature (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/hid/
hidms.c 65 u_int feature; member in struct:__anon574075930108
197 digbut[j].feature), id, hid_input,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_renoir_ppt.c 449 uint32_t feature; member in struct:renoir_unforce_dpm_levels::clk_feature_map
457 if (!smu_feature_is_enabled(smu, clk_feature_map[i].feature))
amdgpu_smu.c 66 const char *smu_get_feature_name(struct smu_context *smu, enum smu_feature_mask feature)
68 if (feature < 0 || feature >= SMU_FEATURE_COUNT)
69 return "unknown smu feature";
70 return __smu_feature_names[feature];
119 struct smu_feature *feature = &smu->smu_feature; local in function:smu_feature_update_enable_state
149 mutex_lock(&feature->mutex);
151 bitmap_or(feature->enabled, feature->enabled,
154 bitmap_andnot(feature->enabled, feature->enabled
654 struct smu_feature *feature = &smu->smu_feature; local in function:smu_feature_init_dpm
681 struct smu_feature *feature = &smu->smu_feature; local in function:smu_feature_is_enabled
704 struct smu_feature *feature = &smu->smu_feature; local in function:smu_feature_set_enabled
720 struct smu_feature *feature = &smu->smu_feature; local in function:smu_feature_is_supported
741 struct smu_feature *feature = &smu->smu_feature; local in function:smu_feature_set_supported
    [all...]
amdgpu_smu_v11_0.c 836 struct smu_feature *feature = &smu->smu_feature; local in function:smu_v11_0_set_allowed_mask
840 mutex_lock(&feature->mutex);
841 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) || feature->feature_num < 64)
844 bitmap_copy((unsigned long *)feature_mask, feature->allowed, 64);
857 mutex_unlock(&feature->mutex);
865 struct smu_feature *feature = &smu->smu_feature; local in function:smu_v11_0_get_enabled_mask
871 if (bitmap_empty(feature->enabled, feature->feature_num)) {
889 bitmap_copy((unsigned long *)feature_mask, feature->enabled
899 struct smu_feature *feature = &smu->smu_feature; local in function:smu_v11_0_system_features_control
    [all...]
  /src/sys/netinet/
dccp_tcplike.c 324 char feature[1]; local in function:tcplike_send_packet
351 feature[0] = 1;
355 dccp_add_feature(cb->pcb, DCCP_OPT_CHANGE_R, DCCP_FEATURE_ACKVECTOR, feature, 1);
  /src/sys/dev/
smbiosvar.h 189 uint8_t feature; /* feature flags */ member in struct:smbios_board
  /src/sys/stand/efiboot/
smbios.h 184 uint8_t feature; /* feature flags */ member in struct:smbios_board
  /src/usr.bin/sdpquery/
print.c 1667 sdp_data_t seq, feature; local in function:print_hdp_features
1677 while (sdp_get_seq(&seq, &feature)) {
1678 if (!sdp_get_uint8(&feature, &id)
1679 || !sdp_get_uint16(&feature, &type)
1680 || !sdp_get_uint8(&feature, &role))
1725 if (sdp_get_str(&feature, &str, &len)) {
1749 if (feature.next != feature.end)
1750 printf(" [additional data in feature]\n");
  /src/sys/dev/scsipi/
cd.c 2486 uint16_t feature, int cur, uint8_t *rpos)
2497 switch (feature) {
2498 case 0x0010 : /* random readable feature */
2505 case 0x0020 : /* random writable feature */
2512 case 0x0021 : /* incremental streaming write feature */
2520 case 0x0022 : /* (obsolete) erase support feature */
2524 case 0x0023 : /* formatting media support feature */
2528 case 0x0024 : /* hardware assisted defect management feature */
2534 case 0x0026 : /* restricted overwrite feature */
2539 case 0x0028 : /* MRW formatted media support feature */
2708 int feature, last_feature, features_len, feature_cur, feature_len; local in function:mmc_getdiscinfo
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
grph_object_ctrl_defs.h 172 } feature; member in struct:dc_firmware_info
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
amdgpu_drm.h 919 __u32 feature; member in struct:drm_amdgpu_info_firmware

Completed in 22 milliseconds