Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
H A Dipmi_si_intf.c1080 static void set_need_watch(void *send_info, unsigned int watch_mask) in set_need_watch() function
1235 .set_need_watch = set_need_watch,
H A Dipmi_msghandler.c1006 if (!intf->handlers->set_need_watch) in smi_add_watch()
1021 intf->handlers->set_need_watch(intf->send_info, in smi_add_watch()
1031 if (!intf->handlers->set_need_watch) in smi_remove_watch()
1054 intf->handlers->set_need_watch(intf->send_info, in smi_remove_watch()
H A Dipmi_ssif.c1877 ssif_info->handlers.set_need_watch = ssif_set_need_watch; in ssif_probe()