Searched refs:set_need_watch (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ipmi_smi.h | 126 void (*set_need_watch)(void *send_info, unsigned int watch_mask); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ipmi_smi.h | 191 void (*set_need_watch)(void *send_info, unsigned int watch_mask); member
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_si_intf.c | 1057 static void set_need_watch(void *send_info, unsigned int watch_mask) in set_need_watch() function 1212 .set_need_watch = set_need_watch,
|
H A D | ipmi_msghandler.c | 947 if (!intf->handlers->set_need_watch) in smi_add_watch() 962 intf->handlers->set_need_watch(intf->send_info, in smi_add_watch() 972 if (!intf->handlers->set_need_watch) in smi_remove_watch() 995 intf->handlers->set_need_watch(intf->send_info, in smi_remove_watch()
|
H A D | ipmi_ssif.c | 1873 ssif_info->handlers.set_need_watch = ssif_set_need_watch; in ssif_probe()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_si_intf.c | 1059 static void set_need_watch(void *send_info, unsigned int watch_mask) in set_need_watch() function 1213 .set_need_watch = set_need_watch,
|
H A D | ipmi_msghandler.c | 985 if (!intf->handlers->set_need_watch) in smi_add_watch() 1000 intf->handlers->set_need_watch(intf->send_info, in smi_add_watch() 1010 if (!intf->handlers->set_need_watch) in smi_remove_watch() 1033 intf->handlers->set_need_watch(intf->send_info, in smi_remove_watch()
|
H A D | ipmi_ssif.c | 1859 ssif_info->handlers.set_need_watch = ssif_set_need_watch; in ssif_probe()
|
Completed in 24 milliseconds