Searched refs:power_type (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/extcon/ |
D | extcon-usbc-cros-ec.c | 32 unsigned int power_type; member 251 int role, power_type; in extcon_cros_ec_detect_cable() local 259 power_type = cros_ec_usb_get_power_type(info); in extcon_cros_ec_detect_cable() 260 if (power_type < 0) { in extcon_cros_ec_detect_cable() 262 power_type); in extcon_cros_ec_detect_cable() 263 return power_type; in extcon_cros_ec_detect_cable() 288 role, power_type, dr, pr, polarity, mux, dp, hpd); in extcon_cros_ec_detect_cable() 296 cros_ec_usb_power_type_is_wall_wart(power_type, role)) in extcon_cros_ec_detect_cable() 300 info->mux != mux || info->power_type != power_type) { in extcon_cros_ec_detect_cable() 304 cros_ec_usb_power_type_string(power_type), in extcon_cros_ec_detect_cable() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/inc/ |
D | amdgpu_dpm.h | 506 enum pp_power_type power_type);
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/ |
D | amd_powerplay.c | 947 enum pp_power_type power_type) in pp_get_power_limit() argument 955 if (power_type != PP_PWR_TYPE_SUSTAINED) in pp_get_power_limit()
|
/linux-6.1.9/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 353 enum pp_power_type power_type);
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/ |
D | amdgpu_dpm.c | 1331 enum pp_power_type power_type) in amdgpu_dpm_get_power_limit() argument 1343 power_type); in amdgpu_dpm_get_power_limit()
|
D | amdgpu_pm.c | 2828 enum pp_power_type power_type = to_sensor_dev_attr(attr)->index; in amdgpu_hwmon_show_power_cap_generic() local 2845 pp_limit_level, power_type); in amdgpu_hwmon_show_power_cap_generic()
|
/linux-6.1.9/net/mac80211/ |
D | util.c | 3628 bss_conf->power_type = IEEE80211_REG_LPI_AP; in ieee80211_chandef_he_6ghz_oper() 3631 bss_conf->power_type = IEEE80211_REG_SP_AP; in ieee80211_chandef_he_6ghz_oper() 3634 bss_conf->power_type = IEEE80211_REG_UNSET_AP; in ieee80211_chandef_he_6ghz_oper()
|
/linux-6.1.9/include/net/ |
D | mac80211.h | 716 enum ieee80211_ap_reg_power power_type; member
|