Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDmusb_otg.c105 static const struct usb_pipe_methods musbotg_device_intr_methods; variable
3427 static const struct usb_pipe_methods musbotg_device_intr_methods = variable
4089 (parm->methods == &musbotg_device_intr_methods)) in musbotg_xfer_setup()
4107 } else if (parm->methods == &musbotg_device_intr_methods) { in musbotg_xfer_setup()
4208 ep->methods = &musbotg_device_intr_methods; in musbotg_ep_init()