Searched refs:db9 (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/input/joystick/ |
| 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 530 struct db9 *db9 = input_get_drvdata(dev); in db9_close() local 545 struct db9 *db9; in db9_attach() local 590 db9 = kzalloc(sizeof(*db9), GFP_KERNEL); in db9_attach() 591 if (!db9) in db9_attach() 608 snprintf(db9->phys[i], sizeof(db9->phys[i]), in db9_attach() 645 kfree(db9); in db9_attach() [all …]
|
| A D | Makefile | 15 obj-$(CONFIG_JOYSTICK_DB9) += db9.o
|
| A D | Kconfig | 234 module will be called db9.
|
| /linux/Documentation/input/devices/ |
| 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/arch/arm64/boot/dts/ti/ |
| A D | k3-am65-iot2050-common.dtsi | 245 db9_com_mode_pins_default: db9-com-mode-default-pins {
|
| /linux/Documentation/admin-guide/ |
| 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)
|
| A D | kernel-parameters.txt | 995 db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
|
Completed in 24 milliseconds