Searched refs:ns558 (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/input/gameport/ |
A D | ns558.c | 28 struct ns558 { struct 49 struct ns558 *ns558; in ns558_isa_probe() argument 123 ns558 = kzalloc(sizeof(struct ns558), GFP_KERNEL); in ns558_isa_probe() 128 kfree(ns558); in ns558_isa_probe() 133 ns558->io = io; in ns558_isa_probe() 181 struct ns558 *ns558; in ns558_pnp_probe() local 195 ns558 = kzalloc(sizeof(struct ns558), GFP_KERNEL); in ns558_pnp_probe() 199 kfree(ns558); in ns558_pnp_probe() 255 struct ns558 *ns558, *safe; in ns558_exit() local 259 release_region(ns558->io & ~(ns558->size - 1), ns558->size); in ns558_exit() [all …]
|
A D | Makefile | 12 obj-$(CONFIG_GAMEPORT_NS558) += ns558.o
|
A D | Kconfig | 34 module will be called ns558.
|
/linux-6.3-rc2/Documentation/sound/cards/ |
A D | joystick.rst | 18 independent module (ns558). Meanwhile, the ALSA PCI drivers have the 82 support, so you don't have to load ns558 module. Just load "joydev" 90 Instead, you need to load "ns558" module in addition to "joydev" and
|
/linux-6.3-rc2/Documentation/input/ |
A D | gameport-programming.rst | 168 Trigger. This function should trigger the ns558 oneshots. If set to NULL, 175 Read the buttons and ns558 oneshot bits. If set to NULL, inb(io) will be
|
/linux-6.3-rc2/Documentation/input/joydev/ |
A D | joystick.rst | 70 modprobe ns558 88 above input joydev ns558 analog 402 emu10k1-gp.c module for it instead of the normal ns558.c one.
|
/linux-6.3-rc2/Documentation/sound/ |
A D | alsa-configuration.rst | 1311 motherboard has these devices, use the ns558 or snd-mpu401
|
Completed in 12 milliseconds