Home
last modified time | relevance | path

Searched refs:throttle_state (Results 1 – 10 of 10) sorted by relevance

/drivers/net/wireless/ath/ath11k/
A Dthermal.c31 *state = ar->thermal.throttle_state; in ath11k_thermal_get_cur_throttle_state()
39 unsigned long throttle_state) in ath11k_thermal_set_cur_throttle_state() argument
44 if (throttle_state > ATH11K_THERMAL_THROTTLE_MAX) { in ath11k_thermal_set_cur_throttle_state()
46 throttle_state, ATH11K_THERMAL_THROTTLE_MAX); in ath11k_thermal_set_cur_throttle_state()
50 ret = ath11k_thermal_set_throttling(ar, throttle_state); in ath11k_thermal_set_cur_throttle_state()
52 ar->thermal.throttle_state = throttle_state; in ath11k_thermal_set_cur_throttle_state()
127 int ath11k_thermal_set_throttling(struct ath11k *ar, u32 throttle_state) in ath11k_thermal_set_throttling() argument
140 param.enable = throttle_state ? 1 : 0; in ath11k_thermal_set_throttling()
146 param.levelconf[0].dcoffpercent = throttle_state; in ath11k_thermal_set_throttling()
152 throttle_state, ret); in ath11k_thermal_set_throttling()
A Dthermal.h22 u32 throttle_state; member
32 int ath11k_thermal_set_throttling(struct ath11k *ar, u32 throttle_state);
44 static inline int ath11k_thermal_set_throttling(struct ath11k *ar, u32 throttle_state) in ath11k_thermal_set_throttling() argument
/drivers/net/wireless/ath/ath10k/
A Dthermal.c32 *state = ar->thermal.throttle_state; in ath10k_thermal_get_cur_throttle_state()
40 unsigned long throttle_state) in ath10k_thermal_set_cur_throttle_state() argument
44 if (throttle_state > ATH10K_THERMAL_THROTTLE_MAX) { in ath10k_thermal_set_cur_throttle_state()
46 throttle_state, ATH10K_THERMAL_THROTTLE_MAX); in ath10k_thermal_set_cur_throttle_state()
50 ar->thermal.throttle_state = throttle_state; in ath10k_thermal_set_cur_throttle_state()
143 duration = (period * ar->thermal.throttle_state) / 100; in ath10k_thermal_set_throttling()
A Dthermal.h20 u32 throttle_state; member
/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmt7915.h207 u8 throttle_state; member
A Dinit.c68 return sprintf(buf, "%hhu\n", phy->throttle_state); in mt7915_thermal_temp_show()
A Dmcu.c303 phy->throttle_state = t->ctrl.duty.duty_cycle; in mt7915_mcu_rx_thermal_notify()
/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmt7996.h297 u8 throttle_state; member
A Dinit.c86 return sprintf(buf, "%hhu\n", phy->throttle_state); in mt7996_thermal_temp_show()
A Dmcu.c623 phy->throttle_state = n->duty_percent; in mt7996_mcu_rx_thermal_notify()

Completed in 47 milliseconds