Home
last modified time | relevance | path

Searched refs:usc_tx_data_pipe (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dif_athn_usb.c586 &usc->usc_tx_data_pipe); in athn_usb_open_pipes()
654 if (usc->usc_tx_data_pipe != NULL) in athn_usb_abort_pipes()
655 usbd_abort_pipe(usc->usc_tx_data_pipe); in athn_usb_abort_pipes()
671 athn_usb_kill_pipe(&usc->usc_tx_data_pipe); in athn_usb_close_pipes()
741 error = usbd_create_xfer(usc->usc_tx_data_pipe, in athn_usb_alloc_tx_list()
1942 usbd_clear_endpoint_stall_async(usc->usc_tx_data_pipe); in athn_usb_bcneof()
2436 usbd_clear_endpoint_stall_async(usc->usc_tx_data_pipe); in athn_usb_txeof()
2959 usbd_abort_pipe(usc->usc_tx_data_pipe); in athn_usb_stop_locked()
H A Dif_athn_usb.h475 struct usbd_pipe *usc_tx_data_pipe; member