Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgameport.h76 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 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()
H A Demu10k1-gp.c65 gameport_set_phys(port, "pci%s/gameport0", pci_name(pdev)); in emu_probe()
H A Dfm801-gp.c88 gameport_set_phys(port, "pci%s/gameport0", pci_name(pci)); in fm801_gp_probe()
H A Dlightning.c227 gameport_set_phys(port, "isa%04x/gameport%d", L4_PORT, idx); in l4_create_ports()
/linux/sound/pci/au88x0/
H A Dau88x0_game.c94 gameport_set_phys(gp, "pci%s/gameport0", pci_name(vortex->pci_dev)); in vortex_gameport_register()
/linux/sound/pci/ymfpci/
H A Dymfpci.c128 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_ymfpci_create_gameport()
/linux/drivers/input/joystick/
H A Da3d.c352 gameport_set_phys(adc, "%s/gameport0", gameport->phys); in a3d_connect()
/linux/sound/isa/
H A Dcmi8328.c386 gameport_set_phys(gp, "%s/gameport0", dev_name(pdev)); in snd_cmi8328_probe()
/linux/Documentation/input/
H A Dgameport-programming.rst140 gameport's physical name/description as set by driver calling gameport_set_phys().