Home
last modified time | relevance | path

Searched refs:thermal_throttle (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
H A Dwlan_fwol_tgt_api.c201 if (info->pdev_id <= fwol_obj->thermal_throttle.pdev_id || in notify_thermal_throttle_handler()
202 fwol_obj->thermal_throttle.pdev_id == WLAN_INVALID_PDEV_ID) { in notify_thermal_throttle_handler()
203 fwol_obj->thermal_throttle.level = info->level; in notify_thermal_throttle_handler()
204 fwol_obj->thermal_throttle.pdev_id = info->pdev_id; in notify_thermal_throttle_handler()
H A Dwlan_fwol_ucfg_api.c215 *level = fwol_obj->thermal_throttle.level; in ucfg_fwol_thermal_get_target_level()
/wlan-driver/qcacld-3.0/components/fw_offload/core/inc/
H A Dwlan_fw_offload_main.h360 struct wlan_fwol_thermal_throttle_info thermal_throttle; member
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/
H A Dwlan_fw_offload_main.c613 fwol_obj->thermal_throttle.level = THERMAL_FULLPERF; in fwol_thermal_init()
614 fwol_obj->thermal_throttle.pdev_id = WLAN_INVALID_PDEV_ID; in fwol_thermal_init()