Searched refs:db9 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/input/joystick/ |
D | db9.c | 103 struct db9 { struct 113 static struct db9 *db9_base[3]; argument 368 struct db9 *db9 = (void *) private; in db9_timer() local 369 struct parport *port = db9->pd->port; in db9_timer() 370 struct input_dev *dev = db9->dev[0]; in db9_timer() 371 struct input_dev *dev2 = db9->dev[1]; in db9_timer() 374 switch (db9->mode) { in db9_timer() 489 db9_saturn(db9->mode, port, db9->dev); in db9_timer() 514 mod_timer(&db9->timer, jiffies + DB9_REFRESH_TIME); in db9_timer() 519 struct db9 *db9 = input_get_drvdata(dev); in db9_open() local [all …]
|
D | Makefile | 13 obj-$(CONFIG_JOYSTICK_DB9) += db9.o
|
D | Kconfig | 219 module will be called db9.
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/ |
D | kernel-parameters.txt | 797 db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
|