Searched refs:usb_take_controller_t (Results 1 – 5 of 5) sorted by relevance
90 static usb_take_controller_t uhci_pci_take_controller;
98 static usb_take_controller_t ohci_pci_take_controller;
68 static usb_take_controller_t xhci_pci_take_controller;
101 static usb_take_controller_t ehci_pci_take_controller;
160 (((usb_take_controller_t *)(device_get_method(dev, "usb_take_controller")))(dev,## __VA_ARGS__))525 typedef int usb_take_controller_t (device_t dev); typedef