Searched refs:gameport_set_phys (Results 1 – 22 of 22) sorted by relevance
/linux-6.6.21/include/linux/ |
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-6.6.21/drivers/input/gameport/ |
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()
|
D | emu10k1-gp.c | 65 gameport_set_phys(port, "pci%s/gameport0", pci_name(pdev)); in emu_probe()
|
D | fm801-gp.c | 88 gameport_set_phys(port, "pci%s/gameport0", pci_name(pci)); in fm801_gp_probe()
|
D | lightning.c | 227 gameport_set_phys(port, "isa%04x/gameport%d", L4_PORT, idx); in l4_create_ports()
|
D | gameport.c | 510 void gameport_set_phys(struct gameport *gameport, const char *fmt, ...) in gameport_set_phys() function 518 EXPORT_SYMBOL(gameport_set_phys);
|
/linux-6.6.21/sound/pci/au88x0/ |
D | au88x0_game.c | 94 gameport_set_phys(gp, "pci%s/gameport0", pci_name(vortex->pci_dev)); in vortex_gameport_register()
|
/linux-6.6.21/sound/pci/ymfpci/ |
D | ymfpci.c | 128 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_ymfpci_create_gameport()
|
/linux-6.6.21/drivers/input/joystick/ |
D | a3d.c | 352 gameport_set_phys(adc, "%s/gameport0", gameport->phys); in a3d_connect()
|
/linux-6.6.21/sound/isa/ |
D | cmi8328.c | 386 gameport_set_phys(gp, "%s/gameport0", dev_name(pdev)); in snd_cmi8328_probe()
|
/linux-6.6.21/Documentation/input/ |
D | gameport-programming.rst | 140 gameport's physical name/description as set by driver calling gameport_set_phys().
|
/linux-6.6.21/sound/pci/ |
D | als4000.c | 772 gameport_set_phys(gp, "pci%s/gameport0", pci_name(acard->pci)); in snd_als4000_create_gameport()
|
D | sonicvibes.c | 1170 gameport_set_phys(gp, "pci%s/gameport0", pci_name(sonic->pci)); in snd_sonicvibes_create_gameport()
|
D | es1938.c | 1483 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_es1938_create_gameport()
|
D | cs4281.c | 1243 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_cs4281_create_gameport()
|
D | azt3328.c | 1797 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_azf3328_gameport()
|
D | via82xx.c | 1933 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_via686_create_gameport()
|
D | ens1370.c | 1809 gameport_set_phys(gp, "pci%s/gameport0", pci_name(ensoniq->pci)); in snd_ensoniq_create_gameport()
|
D | es1968.c | 2454 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_es1968_create_gameport()
|
D | cmipci.c | 2872 gameport_set_phys(gp, "pci%s/gameport0", pci_name(cm->pci)); in snd_cmipci_create_gameport()
|
/linux-6.6.21/sound/pci/trident/ |
D | trident_main.c | 3165 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_trident_create_gameport()
|
/linux-6.6.21/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 2758 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); in snd_cs46xx_gameport()
|