Searched refs:EP_HARD_RESET (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-ring.c | 968 (reset_type == EP_HARD_RESET) ? "Hard" : "Soft", in xhci_reset_halted_ep() 995 if (reset_type == EP_HARD_RESET) { in xhci_handle_halted_endpoint() 1233 reset_type = EP_HARD_RESET; in xhci_handle_cmd_stop_ep() 2261 xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET); in finish_td() 2277 xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET); in finish_td() 2607 xhci_handle_halted_endpoint(xhci, ep, NULL, EP_HARD_RESET); in handle_transferless_tx_event() 2970 xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET); in handle_tx_event()
|
| H A D | xhci.h | 979 EP_HARD_RESET, enumerator
|