Lines Matching defs:methods

408 	sc->sc_bus.methods = &ohci_bus_methods;
1010 } else if (xfer->endpoint->methods == &ohci_device_bulk_methods) {
1014 } else if (xfer->endpoint->methods == &ohci_device_ctrl_methods) {
1046 if (xfer->endpoint->methods == &ohci_device_isoc_methods) {
1396 struct usb_pipe_methods *methods;
1423 methods = xfer->endpoint->methods;
1581 if (methods == &ohci_device_bulk_methods) {
1586 if (methods == &ohci_device_ctrl_methods) {
1635 struct usb_pipe_methods *methods = xfer->endpoint->methods;
1649 if (methods == &ohci_device_bulk_methods) {
1652 if (methods == &ohci_device_ctrl_methods) {
1655 if (methods == &ohci_device_intr_methods) {
1658 if (methods == &ohci_device_isoc_methods) {
2405 if (parm->methods == &ohci_device_ctrl_methods) {
2415 } else if (parm->methods == &ohci_device_bulk_methods) {
2425 } else if (parm->methods == &ohci_device_intr_methods) {
2435 } else if (parm->methods == &ohci_device_isoc_methods) {
2560 ep->methods = &ohci_device_ctrl_methods;
2563 ep->methods = &ohci_device_intr_methods;
2567 ep->methods = &ohci_device_isoc_methods;
2571 ep->methods = &ohci_device_bulk_methods;
2601 struct usb_pipe_methods *methods;
2612 methods = xfer->endpoint->methods;
2615 if (methods == &ohci_device_bulk_methods) {
2619 if (methods == &ohci_device_ctrl_methods) {
2623 if (methods == &ohci_device_intr_methods) {
2639 struct usb_pipe_methods *methods;
2650 methods = xfer->endpoint->methods;
2653 if (methods == &ohci_device_bulk_methods) {
2656 if (methods == &ohci_device_ctrl_methods) {
2659 if (methods == &ohci_device_intr_methods) {