Searched refs:uhub_driver (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/bus/u4b/ |
H A D | usb_hub.c | 203 static driver_t uhub_driver = { variable 209 DRIVER_MODULE(uhub, usbus, uhub_driver, uhub_devclass, NULL, NULL); 210 DRIVER_MODULE(uhub, uhub, uhub_driver, uhub_devclass, NULL, NULL);
|