HomeSort by: relevance | last modified time | path
    Searched refs:up_methods (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/usb/
usbdi.c 353 pipe->up_methods->upm_close(pipe);
444 err = pipe->up_methods->upm_transfer(xfer);
505 pipe->up_methods->upm_abort(xfer);
664 xfer->ux_methods = pipe->up_methods;
853 pipe->up_methods->upm_cleartoggle(pipe);
875 pipe->up_methods->upm_cleartoggle(pipe);
892 pipe->up_methods->upm_cleartoggle(pipe);
1059 (uintptr_t)pipe->up_methods, 0);
1069 pipe->up_methods->upm_abort(xfer);
1176 (uintptr_t)pipe->up_methods->upm_done, 0, 0)
    [all...]
usbdivar.h 268 *up_methods; member in struct:usbd_pipe
vhci.c 404 pipe->up_methods = &roothub_ctrl_methods;
408 pipe->up_methods = &vhci_root_intr_methods;
417 pipe->up_methods = &vhci_device_ctrl_methods;
xhci.c 2085 pipe->up_methods = &roothub_ctrl_methods;
2088 pipe->up_methods = &xhci_root_intr_methods;
2091 pipe->up_methods = NULL;
2104 pipe->up_methods = &xhci_device_ctrl_methods;
2107 pipe->up_methods = &xhci_device_isoc_methods;
2112 pipe->up_methods = &xhci_device_bulk_methods;
2115 pipe->up_methods = &xhci_device_intr_methods;
2347 if (pipe->up_methods->upm_start != NULL)
2348 (*pipe->up_methods->upm_start)(xfer);
motg.c 541 pipe->up_methods = &roothub_ctrl_methods;
544 pipe->up_methods = &motg_root_intr_methods;
552 pipe->up_methods = &motg_device_ctrl_methods;
571 pipe->up_methods = &motg_device_data_methods;
ohci.c 2108 pipe->up_methods = &roothub_ctrl_methods;
2111 pipe->up_methods = &ohci_root_intr_methods;
2161 pipe->up_methods = &ohci_device_ctrl_methods;
2172 pipe->up_methods = &ohci_device_intr_methods;
2182 pipe->up_methods = &ohci_device_isoc_methods;
2185 pipe->up_methods = &ohci_device_bulk_methods;
uhci.c 3405 pipe->up_methods = &roothub_ctrl_methods;
3408 pipe->up_methods = &uhci_root_intr_methods;
3416 pipe->up_methods = &uhci_device_ctrl_methods;
3442 pipe->up_methods = &uhci_device_intr_methods;
3449 pipe->up_methods = &uhci_device_isoc_methods;
3452 pipe->up_methods = &uhci_device_bulk_methods;
ehci.c 2004 pipe->up_methods = &roothub_ctrl_methods;
2007 pipe->up_methods = &ehci_root_intr_methods;
2099 pipe->up_methods = &ehci_device_ctrl_methods;
2105 pipe->up_methods = &ehci_device_bulk_methods;
2111 pipe->up_methods = &ehci_device_intr_methods;
2134 pipe->up_methods = &ehci_device_isoc_methods;
2136 pipe->up_methods = &ehci_device_fs_isoc_methods;
usb_subr.c 970 KASSERT(p->up_methods->upm_start || p->up_serialise == false);
  /src/sys/arch/mips/adm5120/dev/
ahci.c 370 pipe->up_methods = &roothub_ctrl_methods;
373 pipe->up_methods = &ahci_root_intr_methods;
383 pipe->up_methods = &ahci_device_ctrl_methods;
387 pipe->up_methods = &ahci_device_intr_methods;
391 pipe->up_methods = &ahci_device_isoc_methods;
395 pipe->up_methods = &ahci_device_bulk_methods;
  /src/sys/external/bsd/dwc2/
dwc2.c 389 pipe->up_methods = &roothub_ctrl_methods;
392 pipe->up_methods = &dwc2_root_intr_methods;
405 pipe->up_methods = &dwc2_device_ctrl_methods;
412 pipe->up_methods = &dwc2_device_intr_methods;
416 pipe->up_methods = &dwc2_device_isoc_methods;
420 pipe->up_methods = &dwc2_device_bulk_methods;
  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 781 pipe->up_methods = &roothub_ctrl_methods;
784 pipe->up_methods = &rumpusb_root_intr_methods;
793 pipe->up_methods = &rumpusb_device_ctrl_methods;
798 pipe->up_methods = &rumpusb_device_bulk_methods;
  /src/sys/dev/ic/
sl811hs.c 849 error = xfer->ux_pipe->up_methods->upm_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
1081 pipe->up_methods = &roothub_ctrl_methods;
1086 pipe->up_methods = &slhci_root_methods;
1117 pipe->up_methods = __UNCONST(&slhci_pipe_methods);

Completed in 33 milliseconds