Lines Matching defs:port_idx
549 int i, j, port_idx;
553 for (port_idx = 0; port_idx < DB9_MAX_PORTS; port_idx++) {
554 if (db9_cfg[port_idx].nargs == 0 ||
555 db9_cfg[port_idx].args[DB9_ARG_PARPORT] < 0)
558 if (db9_cfg[port_idx].args[DB9_ARG_PARPORT] == pp->number)
562 if (port_idx == DB9_MAX_PORTS) {
567 mode = db9_cfg[port_idx].args[DB9_ARG_MODE];
584 pd = parport_register_dev_model(pp, "db9", &db9_parport_cb, port_idx);
637 db9_base[port_idx] = db9;