Searched refs:u_bus (Results 1 – 4 of 4) sorted by relevance
26 struct u_bus *bus;46 typedef struct u_bus { struct80 int u_bus_register(struct u_bus *bus); argument87 int u_bus_unregister(struct u_bus *bus);
46 struct u_bus *bus;
53 struct u_bus *bus;
21 static int u_bus_dump(struct u_bus *bus);59 static int u_bus_dump(struct u_bus *bus) { in u_bus_dump()406 int u_bus_add(struct u_bus *bus) { in u_bus_add()422 int u_bus_node_initialize(struct u_bus *bus) { in u_bus_node_initialize()447 int u_bus_register(struct u_bus *bus) { in u_bus_register()475 int u_bus_unregister(struct u_bus *bus) { in u_bus_unregister()487 struct u_device *u_bus_find_dev_by_id(struct u_bus *bus, dev_t devid) {
Completed in 5 milliseconds