Searched refs:send_notify (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/misc/sgi-xp/ | 
| 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()
  | 
| 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()
  | 
| /Linux-v5.15/drivers/platform/chrome/ | 
| D | cros_usbpd_notify.c | 114 		goto send_notify;  in cros_usbpd_get_event_and_notify() 124 		goto send_notify;  in cros_usbpd_get_event_and_notify() 129 send_notify:  in cros_usbpd_get_event_and_notify()
  |