Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dgameport.h29 int (*cooked_read)(struct gameport *, int *, int *); member
184 if (gameport->cooked_read) in gameport_cooked_read()
185 return gameport->cooked_read(gameport, axes, buttons); in gameport_cooked_read()
/Linux-v5.10/sound/pci/au88x0/
Dau88x0_game.c99 gp->cooked_read = vortex_game_cooked_read; in vortex_gameport_register()
/Linux-v5.10/drivers/input/gameport/
Dfm801-gp.c85 port->cooked_read = fm801_gp_cooked_read; in fm801_gp_probe()
Dlightning.c226 port->cooked_read = l4_cooked_read; in l4_create_ports()
/Linux-v5.10/Documentation/input/
Dgameport-programming.rst89 gameport.cooked_read = my_cooked_read;
177 int (*cooked_read)(struct gameport *, int *axes, int *buttons);
/Linux-v5.10/drivers/input/joystick/
Da3d.c351 adc->cooked_read = a3d_adc_cooked_read; in a3d_connect()
/Linux-v5.10/sound/pci/
Dcs4281.c1244 gp->cooked_read = snd_cs4281_gameport_cooked_read; in snd_cs4281_create_gameport()
Dazt3328.c1814 gp->cooked_read = snd_azf3328_gameport_cooked_read; in snd_azf3328_gameport()
/Linux-v5.10/sound/pci/cs46xx/
Dcs46xx_lib.c2779 gp->cooked_read = snd_cs46xx_gameport_cooked_read; in snd_cs46xx_gameport()
/Linux-v5.10/sound/pci/trident/
Dtrident_main.c3148 gp->cooked_read = snd_trident_gameport_cooked_read; in snd_trident_create_gameport()