Home
last modified time | relevance | path

Searched refs:thermal_cbs (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
Dwlan_fwol_tgt_api.c186 struct fwol_thermal_callbacks *thermal_cbs; in notify_thermal_throttle_handler() local
198 thermal_cbs = &fwol_obj->thermal_cbs; in notify_thermal_throttle_handler()
205 if (thermal_cbs->notify_thermal_throttle_handler) in notify_thermal_throttle_handler()
207 thermal_cbs->notify_thermal_throttle_handler(psoc, in notify_thermal_throttle_handler()
Dwlan_fwol_ucfg_api.c184 fwol_obj->thermal_cbs = *cb; in ucfg_fwol_thermal_register_callbacks()
199 qdf_mem_zero(&fwol_obj->thermal_cbs, sizeof(fwol_obj->thermal_cbs)); in ucfg_fwol_thermal_unregister_callbacks()
/wlan-driver/qcacld-3.0/components/fw_offload/core/inc/
Dwlan_fw_offload_main.h361 struct fwol_thermal_callbacks thermal_cbs; member