Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
Dwlan_fwol_tgt_api.c181 notify_thermal_throttle_handler(struct wlan_objmgr_psoc *psoc, in notify_thermal_throttle_handler() function
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()
275 rx_ops->notify_thermal_throttle_handler = in tgt_fwol_register_notify_thermal_throttle_evt()
276 notify_thermal_throttle_handler; in tgt_fwol_register_notify_thermal_throttle_evt()
/wlan-driver/qcacld-3.0/components/target_if/fw_offload/src/
Dtarget_if_fwol.c349 if (rx_ops->notify_thermal_throttle_handler) { in target_if_fwol_notify_thermal_throttle()
354 status = rx_ops->notify_thermal_throttle_handler(psoc, info); in target_if_fwol_notify_thermal_throttle()
433 if (rx_ops->notify_thermal_throttle_handler) in target_if_fwol_thermal_throttle_event_handler()
439 status = rx_ops->notify_thermal_throttle_handler(psoc, &info); in target_if_fwol_thermal_throttle_event_handler()
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/
Dwlan_fwol_public_structs.h200 QDF_STATUS (*notify_thermal_throttle_handler)( member
215 QDF_STATUS (*notify_thermal_throttle_handler)( member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_thermal.c780 cb_obj.notify_thermal_throttle_handler = in hdd_thermal_register_callbacks()