Searched refs:usb_take_controller_t (Results 1 – 5 of 5) sorted by relevance
90 static usb_take_controller_t uhci_pci_take_controller;
96 static usb_take_controller_t ohci_pci_take_controller;
102 static usb_take_controller_t ehci_pci_take_controller;
70 static usb_take_controller_t xhci_pci_take_controller;
166 (((usb_take_controller_t *)(device_get_method(dev, "usb_take_controller")))(dev,## __VA_ARGS__))569 typedef int usb_take_controller_t (device_t dev); typedef