Searched refs:throttle_state (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/wireless/ath/ath11k/ |
| A D | thermal.c | 31 *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 D | thermal.h | 22 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 D | thermal.c | 32 *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 D | thermal.h | 20 u32 throttle_state; member
|
| /drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mt7915.h | 207 u8 throttle_state; member
|
| A D | init.c | 68 return sprintf(buf, "%hhu\n", phy->throttle_state); in mt7915_thermal_temp_show()
|
| A D | mcu.c | 303 phy->throttle_state = t->ctrl.duty.duty_cycle; in mt7915_mcu_rx_thermal_notify()
|
| /drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mt7996.h | 297 u8 throttle_state; member
|
| A D | init.c | 86 return sprintf(buf, "%hhu\n", phy->throttle_state); in mt7996_thermal_temp_show()
|
| A D | mcu.c | 623 phy->throttle_state = n->duty_percent; in mt7996_mcu_rx_thermal_notify()
|
Completed in 47 milliseconds