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

  /src/sys/dev/usb/
if_athn_usb.h 475 struct usbd_pipe *usc_tx_data_pipe; member in struct:athn_usb_softc
if_athn_usb.c 586 &usc->usc_tx_data_pipe);
654 if (usc->usc_tx_data_pipe != NULL)
655 usbd_abort_pipe(usc->usc_tx_data_pipe);
671 athn_usb_kill_pipe(&usc->usc_tx_data_pipe);
741 error = usbd_create_xfer(usc->usc_tx_data_pipe,
1942 usbd_clear_endpoint_stall_async(usc->usc_tx_data_pipe);
2436 usbd_clear_endpoint_stall_async(usc->usc_tx_data_pipe);
2959 usbd_abort_pipe(usc->usc_tx_data_pipe);

Completed in 15 milliseconds