Searched refs:EP_HARD_RESET (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 973 (reset_type == EP_HARD_RESET) ? "Hard" : "Soft", in xhci_reset_halted_ep() 1000 if (reset_type == EP_HARD_RESET) { in xhci_handle_halted_endpoint() 1238 reset_type = EP_HARD_RESET; in xhci_handle_cmd_stop_ep() 2268 xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET); in finish_td() 2596 xhci_handle_halted_endpoint(xhci, ep, NULL, EP_HARD_RESET); in handle_transferless_tx_event() 2958 xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET); in handle_tx_event()
|
| H A D | xhci.h | 980 EP_HARD_RESET, enumerator
|