Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Ddb9.c46 #define DB9_MAX_PORTS 3 macro
47 static struct db9_config db9_cfg[DB9_MAX_PORTS];
568 for (port_idx = 0; port_idx < DB9_MAX_PORTS; port_idx++) { in db9_attach()
577 if (port_idx == DB9_MAX_PORTS) { in db9_attach()
670 for (i = 0; i < DB9_MAX_PORTS; i++) { in db9_detach()
675 if (i == DB9_MAX_PORTS) in db9_detach()
699 for (i = 0; i < DB9_MAX_PORTS; i++) { in db9_init()