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;
1698 driver->driver.bus = &gadget_bus_type;
1900 static const struct bus_type gadget_bus_type = { variable in typeref:struct:bus_type
1915 rc = bus_register(&gadget_bus_type);
1924 bus_unregister(&gadget_bus_type);

Completed in 86 milliseconds