Home
last modified time | relevance | path

Searched refs:PARPORT_MODE_TRISTATE (Results 1 – 12 of 12) 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/Documentation/driver-api/
H A Dparport-lowlevel.rst162 PARPORT_MODE_TRISTATE The data drivers may be turned off.
1170 If port->modes contains the PARPORT_MODE_TRISTATE flag and the
1173 PARPORT_MODE_TRISTATE flag and the PARPORT_CONTROL_DIRECTION bit is
1460 PARPORT_MODE_TRISTATE bit set.
/linux/drivers/ata/pata_parport/
H A Dbpck6.c402 if (pi->pardev->port->modes & PARPORT_MODE_TRISTATE) in bpck6_test_port()
/linux/drivers/input/joystick/
H A Ddb9.c576 if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) { in db9_attach()
/linux/drivers/scsi/
H A Dppa.c482 if (modes & PARPORT_MODE_TRISTATE) in ppa_init()
H A Dimm.c601 if (modes & PARPORT_MODE_TRISTATE) in imm_init()
/linux/drivers/net/hamradio/
H A Dbaycom_epp.c836 if ((~pp->modes) & (PARPORT_MODE_TRISTATE | PARPORT_MODE_PCSPP | PARPORT_MODE_SAFEININT)) { in epp_open()