Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.c106 static const struct usb_pipe_methods musbotg_device_isoc_methods; variable
3458 static const struct usb_pipe_methods musbotg_device_isoc_methods = variable
4027 if ((parm->methods == &musbotg_device_isoc_methods) || in musbotg_xfer_setup()
4047 } else if (parm->methods == &musbotg_device_isoc_methods) { in musbotg_xfer_setup()
4143 ep->methods = &musbotg_device_isoc_methods; in musbotg_ep_init()