Home
last modified time | relevance | path

Searched refs:usb_fifo_methods (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_generic.h32 extern struct usb_fifo_methods usb_ugen_methods;
Dusb_dev.h107 struct usb_fifo_methods *methods;
Dusbdi.h472 struct usb_fifo_methods { struct
620 struct mtx *priv_mtx, struct usb_fifo_methods *pm,
Dusb_dev.c51 static void usb_fifo_check_methods(struct usb_fifo_methods *);
1438 usb_fifo_check_methods(struct usb_fifo_methods *pm) in usb_fifo_check_methods()
1478 struct mtx *priv_mtx, struct usb_fifo_methods *pm, in usb_fifo_attach()
Dusb_generic.c73 struct usb_fifo_methods usb_ugen_methods = {
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c126 static struct usb_fifo_methods uhid_fifo_methods = {