Lines Matching defs:methods

300 	sc->sc_bus.methods = &ehci_bus_methods;
1194 const struct usb_pipe_methods *methods = xfer->endpoint->methods;
1201 if (methods == &ehci_device_isoc_fs_methods) {
1220 } else if (methods == &ehci_device_isoc_hs_methods) {
1689 const struct usb_pipe_methods *methods;
1868 methods = xfer->endpoint->methods;
1881 if (methods != &ehci_device_intr_methods)
1890 if (methods == &ehci_device_ctrl_methods) {
1893 if (methods != &ehci_device_intr_methods) {
2107 const struct usb_pipe_methods *methods = xfer->endpoint->methods;
2115 if ((methods == &ehci_device_bulk_methods) ||
2116 (methods == &ehci_device_ctrl_methods)) {
2131 if (methods == &ehci_device_intr_methods) {
2143 if (methods == &ehci_device_isoc_fs_methods) {
2146 if (methods == &ehci_device_isoc_hs_methods) {
3441 if (parm->methods == &ehci_device_ctrl_methods) {
3483 } else if (parm->methods == &ehci_device_bulk_methods) {
3497 } else if (parm->methods == &ehci_device_intr_methods) {
3520 } else if (parm->methods == &ehci_device_isoc_fs_methods) {
3532 } else if (parm->methods == &ehci_device_isoc_hs_methods) {
3716 ep->methods = &ehci_device_ctrl_methods;
3720 ep->methods = &ehci_device_intr_methods;
3725 ep->methods = &ehci_device_isoc_hs_methods;
3727 ep->methods = &ehci_device_isoc_fs_methods;
3732 ep->methods = &ehci_device_bulk_methods;
3759 const struct usb_pipe_methods *methods;
3767 methods = xfer->endpoint->methods;
3769 if ((methods == &ehci_device_bulk_methods) ||
3770 (methods == &ehci_device_ctrl_methods)) {
3774 if (methods == &ehci_device_intr_methods) {
3791 const struct usb_pipe_methods *methods;
3801 methods = xfer->endpoint->methods;
3803 if ((methods == &ehci_device_bulk_methods) ||
3804 (methods == &ehci_device_ctrl_methods)) {
3808 if (methods == &ehci_device_intr_methods) {