Searched refs:xhci_to_dev (Results 1 – 1 of 1) sorted by relevance
1226 #define xhci_to_dev(_ctrl) _ctrl->dev macro1228 #define xhci_to_dev(_ctrl) NULL macro1291 return dev_phys_to_bus(xhci_to_dev(ctrl), virt_to_phys(addr)); in xhci_virt_to_bus()1296 return phys_to_virt(dev_bus_to_phys(xhci_to_dev(ctrl), addr)); in xhci_bus_to_virt()
Completed in 7 milliseconds