Home
last modified time | relevance | path

Searched refs:send_notify (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/misc/sgi-xp/
Dxp.h270 enum xp_retval (*send_notify) (short, int, u32, void *, u16, member
306 if (!xpc_interface.send_notify) in xpc_send_notify()
309 return xpc_interface.send_notify(partid, ch_number, flags, payload, in xpc_send_notify()
Dxp_main.c84 enum xp_retval (*send_notify) (short, int, u32, void *, u16, in xpc_set_interface()
92 xpc_interface.send_notify = send_notify; in xpc_set_interface()