Searched refs:db9 (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/input/joystick/ |
| H A D | db9.c | 84 struct db9 { struct 354 struct db9 *db9 = from_timer(db9, t, timer); in db9_timer() local 476 db9_saturn(db9->mode, port, db9->dev); in db9_timer() 506 struct db9 *db9 = input_get_drvdata(dev); in db9_open() local 528 struct db9 *db9 = input_get_drvdata(dev); in db9_close() local 543 struct db9 *db9; in db9_attach() local 588 db9 = kzalloc(sizeof(*db9), GFP_KERNEL); in db9_attach() 589 if (!db9) in db9_attach() 606 snprintf(db9->phys[i], sizeof(db9->phys[i]), in db9_attach() 643 kfree(db9); in db9_attach() [all …]
|
| H A D | Makefile | 15 obj-$(CONFIG_JOYSTICK_DB9) += db9.o
|
| H A D | Kconfig | 234 module will be called db9.
|
| /linux-6.15/Documentation/input/devices/ |
| H A D | joystick-parport.rst | 233 Multisystem joysticks using db9.c 236 For the Multisystem joysticks, and their derivatives, the db9.c driver 290 the same as for db9, however with the diodes between:: 360 logic, the only driver usable with them is the db9.c driver. 411 The rest is the same as for Multi2 joysticks using db9.c 418 handled by the db9.c driver. Its pinout is very different from anything 444 Multi joysticks using db9.c 533 db9.c 537 db9.c driver. It uses the following kernel/module command line:: 539 db9.dev=port,type [all …]
|
| /linux-6.15/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65-iot2050-common.dtsi | 245 db9_com_mode_pins_default: db9-com-mode-default-pins {
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | spkguide.txt | 77 dectlk -- DecTalk Express (old and new, db9 serial only) 81 ltlk -- DoubleTalk LT, LiteTalk, or external Tripletalk (db9 serial only)
|
| H A D | kernel-parameters.txt | 1008 db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
|