Searched refs:wf_notify (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_core.c | 69 static inline void wf_notify(int event, void *param) in wf_notify() function 100 wf_notify(WF_EVENT_TICK, NULL); in wf_thread_func() 237 wf_notify(WF_EVENT_NEW_CONTROL, new_ct); in wf_register_control() 332 wf_notify(WF_EVENT_NEW_SENSOR, new_sr); in wf_register_sensor() 385 wf_notify(WF_EVENT_NEW_CONTROL, ct); in wf_register_client() 387 wf_notify(WF_EVENT_NEW_SENSOR, sr); in wf_register_client() 416 wf_notify(WF_EVENT_OVERTEMP, NULL); in wf_set_overtemp() 433 wf_notify(WF_EVENT_NORMALTEMP, NULL); in wf_clear_overtemp()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_core.c | 67 static inline void wf_notify(int event, void *param) in wf_notify() function 98 wf_notify(WF_EVENT_TICK, NULL); in wf_thread_func() 235 wf_notify(WF_EVENT_NEW_CONTROL, new_ct); in wf_register_control() 330 wf_notify(WF_EVENT_NEW_SENSOR, new_sr); in wf_register_sensor() 383 wf_notify(WF_EVENT_NEW_CONTROL, ct); in wf_register_client() 385 wf_notify(WF_EVENT_NEW_SENSOR, sr); in wf_register_client() 414 wf_notify(WF_EVENT_OVERTEMP, NULL); in wf_set_overtemp() 431 wf_notify(WF_EVENT_NORMALTEMP, NULL); in wf_clear_overtemp()
|
Completed in 2 milliseconds