Searched refs:muxport (Results 1 – 4 of 4) sorted by relevance
72 static struct parport *clone_parport (struct parport *real, int muxport) in clone_parport() argument81 extra->muxport = muxport; in clone_parport()102 if (port->muxport < 0 && mux_present (port) && in parport_daisy_init()106 port->muxport = 0; in parport_daisy_init()133 if (port->muxport >= 0) in parport_daisy_init()215 (port->muxport != muxnum))) in parport_open()274 dev->port->muxport != mux && dev->daisy != daisy) in parport_device_num()319 if (mux) *mux = dev->port->muxport; in parport_device_coords()450 int muxport = port->muxport; in select_port() local451 return cpp_mux (port, 0x60 + muxport) == muxport; in select_port()
417 tmp->muxport = tmp->daisy = tmp->muxsel = -1; in parport_register_port()940 if (dev->port->muxport >= 0) { in parport_claim()942 port->muxsel = dev->port->muxport; in parport_claim()1066 if (dev->port->muxport >= 0) { in parport_release()
446 parport_device_num(port->number, port->muxport, in parport_device_proc_register()
272 int muxport; /* which muxport (if any) this is */ member