Searched refs:usb_ugen_methods (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_generic.h30 extern struct usb_fifo_methods usb_ugen_methods;
H A Dusb_dev.c511 f->methods = &usb_ugen_methods;
537 f->methods = &usb_ugen_methods;
962 usb_fifo_check_methods(&usb_ugen_methods);
H A Dusb_device.c2613 if (f->methods != &usb_ugen_methods) {
2626 if ((f->methods == &usb_ugen_methods) &&
H A Dusb_generic.c115 struct usb_fifo_methods usb_ugen_methods = { variable in typeref:struct:usb_fifo_methods

Completed in 101 milliseconds