Home
last modified time | relevance | path

Searched refs:PARPORT_MODE_TRISTATE (Results 1 – 10 of 10) sorted by relevance

/linux/include/uapi/linux/
H A Dparport.h57 #define PARPORT_MODE_TRISTATE (1<<1) /* Can tristate. */ macro
/linux/drivers/parport/
H A Dparport_cs.c152 p->modes |= PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP; in parport_config()
H A Dparport_gsc.c216 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
H A Dieee1284.c695 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
H A Dparport_ip32.c2064 p->modes |= PARPORT_MODE_TRISTATE; in parport_ip32_probe_port()
H A Dparport_pc.c1572 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
/linux/drivers/ata/pata_parport/
H A Dbpck6.c402 if (pi->pardev->port->modes & PARPORT_MODE_TRISTATE) in bpck6_test_port()
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst167 PARPORT_MODE_TRISTATE The data drivers may be turned off.
1175 If port->modes contains the PARPORT_MODE_TRISTATE flag and the
1178 PARPORT_MODE_TRISTATE flag and the PARPORT_CONTROL_DIRECTION bit is
1465 PARPORT_MODE_TRISTATE bit set.
/linux/drivers/input/joystick/
H A Ddb9.c574 if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) { in db9_attach()
/linux/drivers/scsi/
H A Dimm.c601 if (modes & PARPORT_MODE_TRISTATE) in imm_init()