Searched refs:send_notify (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/misc/sgi-xp/ |
D | xp_main.c | 98 enum xp_retval (*send_notify) (short, int, u32, void *, u16, in xpc_set_interface() 106 xpc_interface.send_notify = send_notify; in xpc_set_interface() 122 xpc_interface.send_notify = (enum xp_retval(*)(short, int, u32, void *, in xpc_clear_interface()
|
D | xp.h | 288 enum xp_retval (*send_notify) (short, int, u32, void *, u16, member 321 return xpc_interface.send_notify(partid, ch_number, flags, payload, in xpc_send_notify()
|