Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusbdi.c353 pipe->up_methods->upm_close(pipe); in usbd_close_pipe()
444 err = pipe->up_methods->upm_transfer(xfer); in usbd_transfer()
505 pipe->up_methods->upm_abort(xfer); in usbd_transfer()
664 xfer->ux_methods = pipe->up_methods; in usbd_create_xfer()
853 pipe->up_methods->upm_cleartoggle(pipe); in usbd_clear_endpoint_stall()
875 pipe->up_methods->upm_cleartoggle(pipe); in usbd_clear_endpoint_stall_task()
892 pipe->up_methods->upm_cleartoggle(pipe); in usbd_clear_endpoint_toggle()
1059 (uintptr_t)pipe->up_methods, 0); in usbd_ar_pipe()
1069 pipe->up_methods->upm_abort(xfer); in usbd_ar_pipe()
1176 (uintptr_t)pipe->up_methods->upm_done, 0, 0); in usb_transfer_complete()
[all …]
H A Dusbdivar.h266 *up_methods; member
H A Dvhci.c404 pipe->up_methods = &roothub_ctrl_methods; in vhci_open()
408 pipe->up_methods = &vhci_root_intr_methods; in vhci_open()
417 pipe->up_methods = &vhci_device_ctrl_methods; in vhci_open()
H A Dmotg.c541 pipe->up_methods = &roothub_ctrl_methods; in motg_open()
544 pipe->up_methods = &motg_root_intr_methods; in motg_open()
552 pipe->up_methods = &motg_device_ctrl_methods; in motg_open()
571 pipe->up_methods = &motg_device_data_methods; in motg_open()
H A Dxhci.c2050 pipe->up_methods = &roothub_ctrl_methods; in xhci_open()
2053 pipe->up_methods = &xhci_root_intr_methods; in xhci_open()
2056 pipe->up_methods = NULL; in xhci_open()
2069 pipe->up_methods = &xhci_device_ctrl_methods; in xhci_open()
2072 pipe->up_methods = &xhci_device_isoc_methods; in xhci_open()
2077 pipe->up_methods = &xhci_device_bulk_methods; in xhci_open()
2080 pipe->up_methods = &xhci_device_intr_methods; in xhci_open()
2312 (*pipe->up_methods->upm_start)(xfer); in xhci_pipe_restart_async_task()
H A Dehci.c2004 pipe->up_methods = &roothub_ctrl_methods; in ehci_open()
2007 pipe->up_methods = &ehci_root_intr_methods; in ehci_open()
2099 pipe->up_methods = &ehci_device_ctrl_methods; in ehci_open()
2105 pipe->up_methods = &ehci_device_bulk_methods; in ehci_open()
2111 pipe->up_methods = &ehci_device_intr_methods; in ehci_open()
2134 pipe->up_methods = &ehci_device_isoc_methods; in ehci_open()
2136 pipe->up_methods = &ehci_device_fs_isoc_methods; in ehci_open()
H A Duhci.c3405 pipe->up_methods = &roothub_ctrl_methods; in uhci_open()
3408 pipe->up_methods = &uhci_root_intr_methods; in uhci_open()
3416 pipe->up_methods = &uhci_device_ctrl_methods; in uhci_open()
3442 pipe->up_methods = &uhci_device_intr_methods; in uhci_open()
3449 pipe->up_methods = &uhci_device_isoc_methods; in uhci_open()
3452 pipe->up_methods = &uhci_device_bulk_methods; in uhci_open()
H A Dohci.c2108 pipe->up_methods = &roothub_ctrl_methods; in ohci_open()
2111 pipe->up_methods = &ohci_root_intr_methods; in ohci_open()
2161 pipe->up_methods = &ohci_device_ctrl_methods; in ohci_open()
2172 pipe->up_methods = &ohci_device_intr_methods; in ohci_open()
2182 pipe->up_methods = &ohci_device_isoc_methods; in ohci_close_pipe()
2185 pipe->up_methods = &ohci_device_bulk_methods; in ohci_close_pipe()
H A Dusb_subr.c970 KASSERT(p->up_methods->upm_start || p->up_serialise == false); in usbd_setup_pipe_flags()
/netbsd-src/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c781 pipe->up_methods = &roothub_ctrl_methods; in ugenhc_open()
784 pipe->up_methods = &rumpusb_root_intr_methods; in ugenhc_open()
793 pipe->up_methods = &rumpusb_device_ctrl_methods; in ugenhc_open()
798 pipe->up_methods = &rumpusb_device_bulk_methods; in ugenhc_open()
/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c389 pipe->up_methods = &roothub_ctrl_methods; in dwc2_open()
392 pipe->up_methods = &dwc2_root_intr_methods; in dwc2_open()
405 pipe->up_methods = &dwc2_device_ctrl_methods; in dwc2_open()
412 pipe->up_methods = &dwc2_device_intr_methods; in dwc2_open()
416 pipe->up_methods = &dwc2_device_isoc_methods; in dwc2_open()
420 pipe->up_methods = &dwc2_device_bulk_methods; in dwc2_open()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c370 pipe->up_methods = &roothub_ctrl_methods; in ahci_open()
373 pipe->up_methods = &ahci_root_intr_methods; in ahci_open()
383 pipe->up_methods = &ahci_device_ctrl_methods; in ahci_open()
387 pipe->up_methods = &ahci_device_intr_methods; in ahci_open()
391 pipe->up_methods = &ahci_device_isoc_methods; in ahci_open()
395 pipe->up_methods = &ahci_device_bulk_methods; in ahci_open()
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c849 error = xfer->ux_pipe->up_methods->upm_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue)); in slhci_transfer()
1081 pipe->up_methods = &roothub_ctrl_methods; in slhci_open()
1086 pipe->up_methods = &slhci_root_methods; in slhci_open()
1117 pipe->up_methods = __UNCONST(&slhci_pipe_methods); in slhci_open()