Searched refs:thermal_cbs (Results 1 – 3 of 3) sorted by relevance
186 struct fwol_thermal_callbacks *thermal_cbs; in notify_thermal_throttle_handler() local198 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()
184 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()
361 struct fwol_thermal_callbacks thermal_cbs; member