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

  /src/sys/dev/usb/
if_athn_usb.h 476 struct usbd_pipe *usc_rx_data_pipe; member in struct:athn_usb_softc
if_athn_usb.c 594 &usc->usc_rx_data_pipe);
656 if (usc->usc_rx_data_pipe != NULL)
657 usbd_abort_pipe(usc->usc_rx_data_pipe);
672 athn_usb_kill_pipe(&usc->usc_rx_data_pipe);
694 error = usbd_create_xfer(usc->usc_rx_data_pipe,
2321 usbd_clear_endpoint_stall_async(usc->usc_rx_data_pipe);
2960 usbd_abort_pipe(usc->usc_rx_data_pipe);

Completed in 15 milliseconds