Home
last modified time | relevance | path

Searched refs:muxport (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/parport/
Ddaisy.c74 static struct parport *clone_parport(struct parport *real, int muxport) in clone_parport() argument
83 extra->muxport = muxport; in clone_parport()
84 real->slaves[muxport-1] = extra; in clone_parport()
107 if (port->muxport < 0 && mux_present(port) && in parport_daisy_init()
111 port->muxport = 0; in parport_daisy_init()
138 if (port->muxport >= 0) in parport_daisy_init()
396 int muxport = port->muxport; in select_port() local
397 return cpp_mux(port, 0x60 + muxport) == muxport; in select_port()
Dshare.c296 tmp->muxport = tmp->daisy = tmp->muxsel = -1; in parport_register_port()
829 if (dev->port->muxport >= 0) { in parport_claim()
831 port->muxsel = dev->port->muxport; in parport_claim()
960 if (dev->port->muxport >= 0) { in parport_release()
/linux-3.4.99/include/linux/
Dparport.h278 int muxport; /* which muxport (if any) this is */ member