Home
last modified time | relevance | path

Searched refs:bidirectional (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/parport/
H A DTODO-parport18 4. A better PLIP (make use of bidirectional/ECP/EPP ports).
H A DKconfig140 This driver provides support for the bidirectional parallel port
/linux/net/dccp/
H A DKconfig
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst34 - An **interface link** is a point-to-point bidirectional control
/linux/drivers/net/plip/
H A DKconfig22 bidirectional parallel ports only, which can transmit 8 bits at a
/linux/Documentation/driver-api/gpio/
H A Dintro.rst43 cases (to support bidirectional signaling). GPIO controllers may have
90 Also, bidirectional data bus signals sometimes use open drain signals.
/linux/net/sched/
H A Dact_ct.c422 bool tcp, bool bidirectional) in tcf_ct_flow_table_add() argument
441 if (bidirectional) in tcf_ct_flow_table_add()
466 bool tcp = false, bidirectional = true; in tcf_ct_flow_table_process_conn() local
482 bidirectional = false; in tcf_ct_flow_table_process_conn()
509 tcf_ct_flow_table_add(ct_ft, ct, tcp, bidirectional); in tcf_ct_flow_table_process_conn()
/linux/drivers/input/joystick/
H A Ddb9.c80 int bidirectional; member
574 if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) { in db9_attach()
/linux/include/media/
H A Dvideobuf2-core.h483 * @bidirectional: when this flag is set the DMA direction for the buffers of
490 * not bidirectional but the hardware (firmware) trying to access
606 unsigned int bidirectional:1;
616 unsigned int bidirectional:1; global() member
/linux/Documentation/driver-api/
H A Dxillybus.rst137 A device file can be read only, write only or bidirectional. Bidirectional
224 device file. If the device file is bidirectional, and already opened only in
259 Each of the (possibly bidirectional) pipes presented to the user is allocated
/linux/Documentation/i2c/
H A Dslave-interface.rst64 read/written and is thus bidirectional. The pointer to val must always be
/linux/Documentation/mhi/
H A Dmhi.rst82 bidirectional data pipe, which can be used by the upper-layer protocols to
/linux/Documentation/admin-guide/
H A Dparport.rst163 Port is bidirectional.
/linux/sound/soc/tegra/
H A DKconfig86 implements full-duplex and bidirectional and single direction
/linux/Documentation/target/
H A Dtcmu-design.rst176 buffers. For bidirectional commands, iov_cnt specifies how many iovec
/linux/drivers/media/platform/verisilicon/
H A Dhantro_drv.c231 dst_vq->bidirectional = true; in queue_init()
/linux/Documentation/input/devices/
H A Djoystick-parport.rst543 Caveat here: This driver only works on bidirectional parallel ports. If
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst45 1. Up to 16 bidirectional endpoints (including the control
/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c1430 src_vq->bidirectional = 1; in m2m_queue_init()
/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst322 single bidirectional socket but in the future two different sockets
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec.c1218 dst_vq->bidirectional = true; in rkvdec_queue_init()
/linux/Documentation/spi/
H A Dspi-summary.rst393 + when bidirectional reads and writes start ... by how its
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2659 if (q->bidirectional) in vb2_core_queue_init()