Searched refs:gameport_set_phys (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | gameport.h | 76 void gameport_set_phys(struct gameport *gameport, const char *fmt, ...); 91 void gameport_set_phys(struct gameport *gameport, const char *fmt, ...) in gameport_set_phys() function
|
| /linux/drivers/input/gameport/ |
| H A D | ns558.c | 139 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()
|
| H A D | emu10k1-gp.c | 65 gameport_set_phys(port, "pci%s/gameport0", pci_name(pdev)); in emu_probe()
|
| H A D | fm801-gp.c | 88 gameport_set_phys(port, "pci%s/gameport0", pci_name(pci)); in fm801_gp_probe()
|
| H A D | lightning.c | 227 gameport_set_phys(port, "isa%04x/gameport%d", L4_PORT, idx); in l4_create_ports()
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_game.c | 94 gameport_set_phys(gp, "pci%s/gameport0", pci_name(vortex->pci_dev)); in vortex_gameport_register()
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci.c | 128 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_ymfpci_create_gameport()
|
| /linux/drivers/input/joystick/ |
| H A D | a3d.c | 352 gameport_set_phys(adc, "%s/gameport0", gameport->phys); in a3d_connect()
|
| /linux/sound/isa/ |
| H A D | cmi8328.c | 386 gameport_set_phys(gp, "%s/gameport0", dev_name(pdev)); in snd_cmi8328_probe()
|
| /linux/Documentation/input/ |
| H A D | gameport-programming.rst | 140 gameport's physical name/description as set by driver calling gameport_set_phys().
|