Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci_pci.c255 if (xhci_use_polling() == 0) { in xhci_pci_attach()
320 if (xhci_use_polling() != 0) { in xhci_pci_attach()
H A Dxhci.h525 uint8_t xhci_use_polling(void);
H A Dxhci.c203 xhci_use_polling(void) in xhci_use_polling() function
507 if (xhci_use_polling() == 0) { in xhci_start_controller()