Searched refs:usb_ugen_methods (Results 1 – 4 of 4) sorted by relevance
31 extern struct usb_fifo_methods usb_ugen_methods;
522 f->methods = &usb_ugen_methods; in usb_fifo_create()547 f->methods = &usb_ugen_methods; in usb_fifo_create()971 usb_fifo_check_methods(&usb_ugen_methods); in usb_dev_init()
2824 if (f->methods != &usb_ugen_methods) { in usb_fifo_free_wrap()2837 if ((f->methods == &usb_ugen_methods) && in usb_fifo_free_wrap()
126 struct usb_fifo_methods usb_ugen_methods = { variable