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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/gameport/
H A Dgameport.c43 static struct bus_type gameport_bus; variable in typeref:struct:bus_type
463 } else if ((drv = driver_find(buf, &gameport_bus)) != NULL) {
513 gameport->dev.bus = &gameport_bus;
701 drv->driver.bus = &gameport_bus;
764 static struct bus_type gameport_bus = { variable in typeref:struct:bus_type
811 error = bus_register(&gameport_bus);
819 bus_unregister(&gameport_bus);
830 bus_unregister(&gameport_bus);

Completed in 34 milliseconds