Searched refs:xhci_handle_halted_endpoint (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | xhci-ring.c | 914 static int xhci_handle_halted_endpoint(struct xhci_hcd *xhci, in xhci_handle_halted_endpoint() function 1147 err = xhci_handle_halted_endpoint(xhci, ep, td, reset_type); in xhci_handle_cmd_stop_ep() 2237 xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET); in finish_td() 2253 xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET); in finish_td() 2555 xhci_handle_halted_endpoint(xhci, ep, td, EP_SOFT_RESET); in process_bulk_intr_td() 2589 xhci_handle_halted_endpoint(xhci, ep, NULL, EP_HARD_RESET); in handle_transferless_tx_event() 2591 xhci_handle_halted_endpoint(xhci, ep, NULL, EP_SOFT_RESET); in handle_transferless_tx_event() 2917 xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET); in handle_tx_event()
|