Home
last modified time | relevance | path

Searched refs:DB9_MAX_PORTS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Ddb9.c34 #define DB9_MAX_PORTS 3 macro
35 static struct db9_config db9_cfg[DB9_MAX_PORTS];
556 for (port_idx = 0; port_idx < DB9_MAX_PORTS; port_idx++) { in db9_attach()
565 if (port_idx == DB9_MAX_PORTS) { in db9_attach()
658 for (i = 0; i < DB9_MAX_PORTS; i++) { in db9_detach()
663 if (i == DB9_MAX_PORTS) in db9_detach()
687 for (i = 0; i < DB9_MAX_PORTS; i++) { in db9_init()