Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dparport.h57 #define PARPORT_MODE_TRISTATE (1<<1) /* Can tristate. */ macro
/linux-4.4.14/drivers/parport/
Dparport_cs.c154 p->modes |= PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP; in parport_config()
Dparport_gsc.c223 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
Dieee1284.c721 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
Dparport_ip32.c2075 p->modes |= PARPORT_MODE_TRISTATE; in parport_ip32_probe_port()
Dparport_pc.c1567 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
/linux-4.4.14/drivers/block/paride/
Dbpck6.c146 (PARPORT_MODE_TRISTATE) in bpck6_test_port()
/linux-4.4.14/Documentation/
Dparport-lowlevel.txt155 PARPORT_MODE_TRISTATE The data drivers may be turned off.
959 If port->modes contains the PARPORT_MODE_TRISTATE flag and the
962 PARPORT_MODE_TRISTATE flag and the PARPORT_CONTROL_DIRECTION bit is
1185 PARPORT_MODE_TRISTATE bit set.
/linux-4.4.14/drivers/input/joystick/
Ddb9.c590 if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) { in db9_attach()
/linux-4.4.14/drivers/usb/misc/
Duss720.c735 …pp->modes = PARPORT_MODE_PCSPP | PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP | PARPORT_MODE_ECP | PAR… in uss720_probe()
/linux-4.4.14/drivers/scsi/
Dppa.c1040 if (modes & PARPORT_MODE_TRISTATE) in __ppa_attach()
Dimm.c1180 if (modes & PARPORT_MODE_TRISTATE) in __imm_attach()
/linux-4.4.14/drivers/net/hamradio/
Dbaycom_epp.c849 if ((~pp->modes) & (PARPORT_MODE_TRISTATE | PARPORT_MODE_PCSPP | PARPORT_MODE_SAFEININT)) { in epp_open()