Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dparport.h57 #define PARPORT_MODE_TRISTATE (1<<1) /* Can tristate. */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dparport.h57 #define PARPORT_MODE_TRISTATE (1<<1) /* Can tristate. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dparport.h57 #define PARPORT_MODE_TRISTATE (1<<1) /* Can tristate. */ macro
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dparport_cs.c152 p->modes |= PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP; in parport_config()
H A Dparport_gsc.c218 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.c1550 pb->modes |= PARPORT_MODE_TRISTATE; in parport_PS2_supported()
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dbpck6.c146 (PARPORT_MODE_TRISTATE) in bpck6_test_port()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Ddb9.c579 if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) { in db9_attach()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Duss720.c722 …pp->modes = PARPORT_MODE_PCSPP | PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP | PARPORT_MODE_ECP | PAR… in uss720_probe()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dppa.c1073 if (modes & PARPORT_MODE_TRISTATE) in __ppa_attach()
H A Dimm.c1210 if (modes & PARPORT_MODE_TRISTATE) in __imm_attach()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbaycom_epp.c842 if ((~pp->modes) & (PARPORT_MODE_TRISTATE | PARPORT_MODE_PCSPP | PARPORT_MODE_SAFEININT)) { in epp_open()