Searched refs:db9 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/input/joystick/ |
D | db9.c | 103 struct db9 { struct 114 static struct db9 *db9_base[3]; argument 369 struct db9 *db9 = (void *) private; in db9_timer() local 370 struct parport *port = db9->pd->port; in db9_timer() 371 struct input_dev *dev = db9->dev[0]; in db9_timer() 372 struct input_dev *dev2 = db9->dev[1]; in db9_timer() 375 switch (db9->mode) { in db9_timer() 490 db9_saturn(db9->mode, port, db9->dev); in db9_timer() 515 mod_timer(&db9->timer, jiffies + DB9_REFRESH_TIME); in db9_timer() 520 struct db9 *db9 = input_get_drvdata(dev); in db9_open() local [all …]
|
D | Makefile | 13 obj-$(CONFIG_JOYSTICK_DB9) += db9.o
|
D | Kconfig | 220 module will be called db9.
|
/linux-4.4.14/Documentation/input/ |
D | joystick-parport.txt | 122 Pinout for NES clone (db9) gamepads Pinout for NES clone (db15) gamepads 140 connectors (db9). Because of that, a single joystick could be used without 220 2.2.1 Multisystem joysticks using db9.c 222 For the Multisystem joysticks, and their derivatives, the db9.c driver 257 the digital joystick driver 0.8.0.2, this is also supported by the db9.c 275 the same as for db9, however with the diodes between. 343 logic, the only driver usable with them is the db9.c driver. 392 The rest is the same as for Multi2 joysticks using db9.c 398 handled by the db9.c driver. Its pinout is very different from anything 424 Multi joysticks using db9.c [all …]
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 77 dectlk -- DecTalk Express (old and new, db9 serial only) 81 ltlk -- DoubleTalk LT, LiteTalk, or external Tripletalk (db9 serial only)
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 812 db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
|