Searched refs:PARPORT_MODE_TRISTATE (Results 1 – 13 of 13) sorted by relevance
57 #define PARPORT_MODE_TRISTATE (1<<1) /* Can tristate. */ macro
152 p->modes |= PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP; in parport_config()
217 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
695 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
2064 p->modes |= PARPORT_MODE_TRISTATE; in parport_ip32_probe_port()
1550 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
146 (PARPORT_MODE_TRISTATE) in bpck6_test_port()
162 PARPORT_MODE_TRISTATE The data drivers may be turned off.1170 If port->modes contains the PARPORT_MODE_TRISTATE flag and the1173 PARPORT_MODE_TRISTATE flag and the PARPORT_CONTROL_DIRECTION bit is1460 PARPORT_MODE_TRISTATE bit set.
576 if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) { in db9_attach()
722 …pp->modes = PARPORT_MODE_PCSPP | PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP | PARPORT_MODE_ECP | PAR… in uss720_probe()
1210 if (modes & PARPORT_MODE_TRISTATE) in __imm_attach()
1082 if (modes & PARPORT_MODE_TRISTATE) in __ppa_attach()
842 if ((~pp->modes) & (PARPORT_MODE_TRISTATE | PARPORT_MODE_PCSPP | PARPORT_MODE_SAFEININT)) { in epp_open()