Lines Matching refs:in_port
40 struct ps2mult_port *in_port;
186 psm->in_port = psm->out_port = &psm->ports[PS2MULT_KBD_PORT];
236 struct ps2mult_port *in_port;
245 in_port = psm->in_port;
246 if (in_port->registered)
247 serio_interrupt(in_port->serio, data, dfl);
259 psm->in_port = psm->out_port;
272 psm->in_port = &psm->ports[PS2MULT_KBD_PORT];
277 psm->in_port = &psm->ports[PS2MULT_MOUSE_PORT];
281 in_port = psm->in_port;
282 if (in_port->registered)
283 serio_interrupt(in_port->serio, data, dfl);