Searched refs:muxport (Results 1 – 3 of 3) sorted by relevance
69 static struct parport *clone_parport(struct parport *real, int muxport) in clone_parport() argument78 extra->muxport = muxport; in clone_parport()79 real->slaves[muxport-1] = extra; in clone_parport()136 if (port->muxport < 0 && mux_present(port) && in parport_daisy_init()140 port->muxport = 0; in parport_daisy_init()165 if (port->muxport >= 0) in parport_daisy_init()423 int muxport = port->muxport; in select_port() local424 return cpp_mux(port, 0x60 + muxport) == muxport; in select_port()
441 tmp->muxport = tmp->daisy = tmp->muxsel = -1; in parport_register_port()1013 if (dev->port->muxport >= 0) { in parport_claim()1015 port->muxsel = dev->port->muxport; in parport_claim()1152 if (dev->port->muxport >= 0) { in parport_release()
192 int muxport; /* which muxport (if any) this is */ member