Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/paride/
Dbpck6.c156 (PARPORT_MODE_TRISTATE) in bpck6_test_port()
/linux-2.4.37.9/drivers/parport/
Dparport_gsc.c330 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
Dparport_cs.c303 p->modes |= PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP; in parport_config()
Dieee1284.c720 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
Dparport_pc.c1713 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
/linux-2.4.37.9/include/linux/
Dparport.h59 #define PARPORT_MODE_TRISTATE (1<<1) /* Can tristate. */ macro
/linux-2.4.37.9/drivers/media/video/
Dcpia_pp.c485 !(port->modes & PARPORT_MODE_TRISTATE)) { in cpia_pp_register()
Dc-qcam.c752 q->bidirectional = (q->pport->modes & PARPORT_MODE_TRISTATE)?1:0; in qcam_init()
/linux-2.4.37.9/drivers/char/joystick/
Ddb9.c321 if (!(pp->modes & PARPORT_MODE_TRISTATE) && config[1] != DB9_MULTI_0802) { in db9_probe()
/linux-2.4.37.9/Documentation/
Dparport-lowlevel.txt156 PARPORT_MODE_TRISTATE The data drivers may be turned off.
978 If port->modes contains the PARPORT_MODE_TRISTATE flag and the
981 PARPORT_MODE_TRISTATE flag and the PARPORT_CONTROL_DIRECTION bit is
1204 PARPORT_MODE_TRISTATE bit set.
/linux-2.4.37.9/drivers/usb/
Duss720.c588 …pp->modes = PARPORT_MODE_PCSPP | PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP | PARPORT_MODE_ECP | PAR… in uss720_probe()
/linux-2.4.37.9/drivers/scsi/
Dppa.c172 if (modes & PARPORT_MODE_TRISTATE) in ppa_detect()
Dimm.c181 if (modes & PARPORT_MODE_TRISTATE) in imm_detect()
/linux-2.4.37.9/drivers/net/hamradio/
Dbaycom_epp.c1044 if ((~pp->modes) & (PARPORT_MODE_TRISTATE | PARPORT_MODE_PCSPP | PARPORT_MODE_SAFEININT)) { in epp_open()