Home
last modified time | relevance | path

Searched refs:TD_CTRL_STALLED (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Duhci-hcd.h211 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro
Duhci-debug.c59 (status & TD_CTRL_STALLED) ? "Stalled " : "", in uhci_show_td()
Duhci-q.c781 if (status & TD_CTRL_STALLED) /* Stalled */ in uhci_map_status()