Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Ddb9.c31 #define DB9_MAX_PORTS 3 macro
32 static struct db9_config db9_cfg[DB9_MAX_PORTS];
553 for (port_idx = 0; port_idx < DB9_MAX_PORTS; port_idx++) { in db9_attach()
562 if (port_idx == DB9_MAX_PORTS) { in db9_attach()
655 for (i = 0; i < DB9_MAX_PORTS; i++) { in db9_detach()
660 if (i == DB9_MAX_PORTS) in db9_detach()
684 for (i = 0; i < DB9_MAX_PORTS; i++) { in db9_init()