Home
last modified time | relevance | path

Searched refs:HCS_INDICATOR (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/linux/usb/
Dehci_def.h28 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro
/linux-6.1.9/drivers/usb/host/
Dehci-hub.c723 if (HCS_INDICATOR (ehci->hcs_params)) in ehci_hub_descriptor()
Dehci-dbg.c23 HCS_INDICATOR(params) ? " ind" : "", in dbg_hcs_params()
Dxhci.h109 #define HCS_INDICATOR(p) ((p) & (1 << 4)) macro
Doxu210hp-hcd.c103 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro