Home
last modified time | relevance | path

Searched refs:usb_event (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dusb.c248 struct usb_event ue;
261 Static struct usb_event *usb_alloc_event(void);
262 Static void usb_free_event(struct usb_event *);
263 Static void usb_add_event(int, struct usb_event *);
264 Static int usb_get_next_event(struct usb_event *);
458 struct usb_event *ue; in usb_doattach()
859 struct usb_event *ue; in usbread()
872 case sizeof(struct usb_event): in usbread()
1137 kn->kn_data = sizeof(struct usb_event); in filt_usbread()
1235 usb_get_next_event(struct usb_event *ue) in usb_get_next_event()
[all …]
H A Dusb.h952 struct usb_event { struct
/netbsd-src/sys/sys/
H A Dcompat_stub.h87 struct usb_event;
96 (struct usb_event *, struct usb_event30 *, struct uio *));
103 (struct usb_event *, struct usb_event100 *, struct uio *));
/netbsd-src/sys/compat/common/
H A Dusb_subr_30.c200 usb_copy_to30(struct usb_event *ue, struct usb_event30 *ueo, in usb_copy_to30()