Home
last modified time | relevance | path

Searched refs:gameport_set_phys (Results 1 – 6 of 6) sorted by relevance

/drivers/input/gameport/
Dns558.c139 gameport_set_phys(port, "isa%04x/gameport0", io & (-1 << i)); in ns558_isa_probe()
210 gameport_set_phys(port, "pnp%s/gameport0", dev_name(&dev->dev)); in ns558_pnp_probe()
Demu10k1-gp.c65 gameport_set_phys(port, "pci%s/gameport0", pci_name(pdev)); in emu_probe()
Dfm801-gp.c88 gameport_set_phys(port, "pci%s/gameport0", pci_name(pci)); in fm801_gp_probe()
Dgameport.c511 void gameport_set_phys(struct gameport *gameport, const char *fmt, ...) in gameport_set_phys() function
519 EXPORT_SYMBOL(gameport_set_phys);
Dlightning.c227 gameport_set_phys(port, "isa%04x/gameport%d", L4_PORT, idx); in l4_create_ports()
/drivers/input/joystick/
Da3d.c352 gameport_set_phys(adc, "%s/gameport0", gameport->phys); in a3d_connect()