Searched refs:send_notify (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xp_main.c | 85 enum xp_retval (*send_notify) (short, int, u32, void *, u16, in xpc_set_interface() 93 xpc_interface.send_notify = send_notify; in xpc_set_interface()
|
H A D | xp.h | 266 enum xp_retval (*send_notify) (short, int, u32, void *, u16, member 302 if (!xpc_interface.send_notify) in xpc_send_notify() 305 return xpc_interface.send_notify(partid, ch_number, flags, payload, in xpc_send_notify()
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_usbpd_notify.c | 70 goto send_notify; in cros_usbpd_get_event_and_notify() 78 goto send_notify; in cros_usbpd_get_event_and_notify() 83 send_notify: in cros_usbpd_get_event_and_notify()
|
/openbmc/qemu/hw/block/dataplane/ |
H A D | xen-block.c | 423 int send_notify = 0; in xen_block_send_response() local 455 send_notify); in xen_block_send_response() 472 return send_notify; in xen_block_send_response()
|