Searched refs:gadget_bus_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/gadget/udc/
H A Dcore.c29 static const struct bus_type gadget_bus_type; variable in typeref:struct:bus_type
1371 gadget->dev.bus = &gadget_bus_type;
1689 driver->driver.bus = &gadget_bus_type;
1891 static const struct bus_type gadget_bus_type = { variable in typeref:struct:bus_type
1906 rc = bus_register(&gadget_bus_type);
1915 bus_unregister(&gadget_bus_type);

Completed in 183 milliseconds