Lines Matching defs:port_idx
149 int i, j, port_idx;
153 for (port_idx = 0; port_idx < TGFX_MAX_PORTS; port_idx++) {
154 if (tgfx_cfg[port_idx].nargs == 0 ||
155 tgfx_cfg[port_idx].args[0] < 0)
157 if (tgfx_cfg[port_idx].args[0] == pp->number)
161 if (port_idx == TGFX_MAX_PORTS) {
165 n_buttons = tgfx_cfg[port_idx].args + 1;
166 n_devs = tgfx_cfg[port_idx].nargs - 1;
172 port_idx);
238 tgfx_base[port_idx] = tgfx;