Lines Matching refs:muxport
69 static struct parport *clone_parport(struct parport *real, int muxport)
78 extra->muxport = muxport;
79 real->slaves[muxport-1] = extra;
136 if (port->muxport < 0 && mux_present(port) &&
140 port->muxport = 0;
159 forever because of the 'port->muxport < 0'
165 if (port->muxport >= 0)
423 int muxport = port->muxport;
424 return cpp_mux(port, 0x60 + muxport) == muxport;