Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dparport.h57 #define PARPORT_MODE_TRISTATE (1<<1) /* Can tristate. */ macro
/linux-6.1.9/drivers/parport/
Dparport_cs.c152 p->modes |= PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP; in parport_config()
Dparport_gsc.c217 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
Dieee1284.c695 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
Dparport_ip32.c2064 p->modes |= PARPORT_MODE_TRISTATE; in parport_ip32_probe_port()
Dparport_pc.c1550 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
/linux-6.1.9/drivers/block/paride/
Dbpck6.c146 (PARPORT_MODE_TRISTATE) in bpck6_test_port()
/linux-6.1.9/Documentation/driver-api/
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-6.1.9/drivers/input/joystick/
Ddb9.c576 if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) { in db9_attach()
/linux-6.1.9/drivers/usb/misc/
Duss720.c722 …pp->modes = PARPORT_MODE_PCSPP | PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP | PARPORT_MODE_ECP | PAR… in uss720_probe()
/linux-6.1.9/drivers/scsi/
Dimm.c1210 if (modes & PARPORT_MODE_TRISTATE) in __imm_attach()
Dppa.c1082 if (modes & PARPORT_MODE_TRISTATE) in __ppa_attach()
/linux-6.1.9/drivers/net/hamradio/
Dbaycom_epp.c842 if ((~pp->modes) & (PARPORT_MODE_TRISTATE | PARPORT_MODE_PCSPP | PARPORT_MODE_SAFEININT)) { in epp_open()