HomeSort by: relevance | last modified time | path
    Searched refs:usb_event (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
usb.c 211 SDT_PROBE_DEFINE1(usb, kernel, event, add, "struct usb_event *"/*uep*/);
212 SDT_PROBE_DEFINE1(usb, kernel, event, drop, "struct usb_event *"/*uep*/);
248 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;
859 struct usb_event *ue;
872 case sizeof(struct usb_event)
    [all...]
usb.h 952 struct usb_event { struct
  /src/sys/sys/
compat_stub.h 87 struct usb_event;
96 (struct usb_event *, struct usb_event30 *, struct uio *));
103 (struct usb_event *, struct usb_event100 *, struct uio *));
  /src/sys/compat/common/
usb_subr_30.c 200 usb_copy_to30(struct usb_event *ue, struct usb_event30 *ueo,

Completed in 127 milliseconds