Searched refs:transfer_type (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-usbd.h | 247 int endpoint_num, cvmx_usbd_transfer_t transfer_type, 280 int endpoint_num, cvmx_usbd_transfer_t transfer_type,
|
| H A D | cvmx-usb.c | 1253 cvmx_usb_transfer_t transfer_type, in cvmx_usb_open_pipe() argument 1267 CVMX_USB_LOG_PARAM("%d", transfer_type); in cvmx_usb_open_pipe() 1282 if (cvmx_unlikely(transfer_type > CVMX_USB_TRANSFER_INTERRUPT)) in cvmx_usb_open_pipe() 1309 (transfer_type == CVMX_USB_TRANSFER_BULK)) in cvmx_usb_open_pipe() 1315 pipe->transfer_type = transfer_type; in cvmx_usb_open_pipe() 1812 (pipe->transfer_type == CVMX_USB_TRANSFER_ISOCHRONOUS)) in __cvmx_usb_start_channel() 2055 switch (pipe->transfer_type) in __cvmx_usb_schedule() 2221 __cvmx_usb_remove_pipe(usb->active_pipes + pipe->transfer_type, pipe); in __cvmx_usb_perform_complete() 2284 if (cvmx_unlikely(pipe->transfer_type != type)) in __cvmx_usb_submit_transaction() 3048 (pipe->transfer_type == CVMX_USB_TRANSFER_BULK) && in __cvmx_usb_poll_channel() [all …]
|
| H A D | cvmx-usbd.c | 827 int endpoint_num, cvmx_usbd_transfer_t transfer_type, in cvmx_usbd_out_endpoint_enable() argument 861 usbc_doepctl.s.eptype = transfer_type; in cvmx_usbd_out_endpoint_enable() 940 int endpoint_num, cvmx_usbd_transfer_t transfer_type, in cvmx_usbd_in_endpoint_enable() argument 981 usbc_diepctl.s.eptype = transfer_type; in cvmx_usbd_in_endpoint_enable()
|
| H A D | cvmx-usb.h | 808 cvmx_usb_transfer_t transfer_type,
|