Lines Matching defs:port_idx
552 int i, j, port_idx;
556 for (port_idx = 0; port_idx < DB9_MAX_PORTS; port_idx++) {
557 if (db9_cfg[port_idx].nargs == 0 ||
558 db9_cfg[port_idx].args[DB9_ARG_PARPORT] < 0)
561 if (db9_cfg[port_idx].args[DB9_ARG_PARPORT] == pp->number)
565 if (port_idx == DB9_MAX_PORTS) {
570 mode = db9_cfg[port_idx].args[DB9_ARG_MODE];
587 pd = parport_register_dev_model(pp, "db9", &db9_parport_cb, port_idx);
640 db9_base[port_idx] = db9;