Lines Matching defs:methods

359 	sc->sc_bus.methods = &ehci_bus_methods;
1285 struct usb_pipe_methods *methods = xfer->endpoint->methods;
1292 if (methods == &ehci_device_isoc_fs_methods) {
1311 } else if (methods == &ehci_device_isoc_hs_methods) {
1777 struct usb_pipe_methods *methods;
1958 methods = xfer->endpoint->methods;
1971 if (methods != &ehci_device_intr_methods)
1981 if (methods == &ehci_device_ctrl_methods) {
1984 if (methods != &ehci_device_intr_methods) {
2197 struct usb_pipe_methods *methods = xfer->endpoint->methods;
2205 if ((methods == &ehci_device_bulk_methods) ||
2206 (methods == &ehci_device_ctrl_methods)) {
2219 if (methods == &ehci_device_intr_methods) {
2229 if (methods == &ehci_device_isoc_fs_methods) {
2232 if (methods == &ehci_device_isoc_hs_methods) {
3507 if (parm->methods == &ehci_device_ctrl_methods) {
3549 } else if (parm->methods == &ehci_device_bulk_methods) {
3562 } else if (parm->methods == &ehci_device_intr_methods) {
3584 } else if (parm->methods == &ehci_device_isoc_fs_methods) {
3595 } else if (parm->methods == &ehci_device_isoc_hs_methods) {
3763 ep->methods = &ehci_device_ctrl_methods;
3766 ep->methods = &ehci_device_intr_methods;
3770 ep->methods = &ehci_device_isoc_hs_methods;
3772 ep->methods = &ehci_device_isoc_fs_methods;
3776 ep->methods = &ehci_device_bulk_methods;
3802 struct usb_pipe_methods *methods;
3812 methods = xfer->endpoint->methods;
3814 if ((methods == &ehci_device_bulk_methods) ||
3815 (methods == &ehci_device_ctrl_methods)) {
3819 if (methods == &ehci_device_intr_methods) {
3836 struct usb_pipe_methods *methods;
3846 methods = xfer->endpoint->methods;
3848 if ((methods == &ehci_device_bulk_methods) ||
3849 (methods == &ehci_device_ctrl_methods)) {
3853 if (methods == &ehci_device_intr_methods) {