Home
last modified time | relevance | path

Searched refs:HCD_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/usb/core/ !
Dhcd-pci.c191 if ((driver->flags & HCD_MASK) < HCD_USB3) { in usb_hcd_pci_probe()
286 if ((driver->flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_probe()
349 if ((hcd_driver_flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_remove()
Dhcd.c2600 hcd->speed = driver->flags & HCD_MASK; in __usb_create_hcd()
/linux-6.6.21/include/linux/usb/ !
Dhcd.h254 #define HCD_MASK 0x0070 macro
/linux-6.6.21/drivers/usb/host/ !
Dxen-hcd.c1287 hcd->has_tt = (hcd->driver->flags & HCD_MASK) != HCD_USB11; in xenhcd_setup()