Home
last modified time | relevance | path

Searched refs:buffered (Results 1 – 25 of 89) sorted by relevance

1234

/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7124.yaml104 adi,buffered-positive:
105 description: Enable buffered mode for positive input.
108 adi,buffered-negative:
109 description: Enable buffered mode for negative input.
148 adi,buffered-positive;
156 adi,buffered-positive;
157 adi,buffered-negative;
H A Dadi,max11410.yaml111 adi,buffered-vrefp:
112 description: Enable buffered mode for positive reference.
115 adi,buffered-vrefn:
116 description: Enable buffered mode for negative reference.
H A Dadi,ad4130.yaml181 adi,buffered-positive:
182 description: Enable buffered mode for positive input.
185 adi,buffered-negative:
186 description: Enable buffered mode for negative input.
H A Dadi,ad4030.yaml53 Internal buffered Reference. Used when ref-supply is not connected.
/linux-6.15/include/media/
H A Dv4l2-mem2mem.h71 bool buffered; member
563 bool buffered) in v4l2_m2m_set_src_buffered() argument
565 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered()
569 bool buffered) in v4l2_m2m_set_dst_buffered() argument
571 m2m_ctx->cap_q_ctx.buffered = buffered; in v4l2_m2m_set_dst_buffered()
/linux-6.15/drivers/target/
H A DKconfig22 Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
28 Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
35 Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
/linux-6.15/Documentation/iio/
H A Dad4030.rst114 - Only differential channels are enabled in a buffered read
122 - Differential and common-mode channels are enabled in a buffered read
133 - Only differential channels are selected enabled in a buffered read
158 internal buffered reference voltage via the ``REFIN`` input. The driver looks
161 disabled. If ``refin-supply`` is present, then the internal buffered reference
H A Dad4695.rst170 internal buffered reference voltage via the ``REFIN`` input. The driver looks
173 disabled. If ``refin-supply`` is present, then the internal buffered reference
246 Effective sample rate for buffered reads
257 the sum of the periods of each enabled channel in a buffered read. In other
H A Dad7625.rst82 | ``scale`` | Scale factor to convert raw value from buffered reads to …
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dsamsung,s2mps11.yaml16 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
17 outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
H A Dmaxim,max9485.txt5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
/linux-6.15/Documentation/devicetree/bindings/iio/dac/
H A Dmicrochip,mcp4725.yaml31 microchip,vref-buffered:
70 microchip,vref-buffered: false
/linux-6.15/include/linux/platform_data/
H A Dad7791.h13 bool buffered; member
H A Dad7793.h102 bool buffered; member
/linux-6.15/Documentation/devicetree/bindings/iio/addac/
H A Dadi,ad74115.yaml111 Whether to enable low-power buffered mode for the AGND sense pin.
116 Whether to enable low-power buffered mode for the low-side filtered
122 Whether to enable low-power buffered mode for the high-side filtered
127 description: Whether to enable low-power buffered mode for the EXT2 pin.
131 description: Whether to enable low-power buffered mode for the EXT1 pin.
/linux-6.15/fs/iomap/
H A DMakefile13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
/linux-6.15/Documentation/filesystems/iomap/
H A Dporting.rst80 A likely complexity at this point will be converting the buffered read
82 The buffered read I/O paths doesn't need to be converted yet, though the
104 Most likely at this point, the buffered read and write paths will still
/linux-6.15/drivers/iio/dummy/
H A DKconfig39 Add buffered data capture to the simple dummy driver.
/linux-6.15/drivers/net/wireless/st/cw1200/
H A Dtxrx.c696 was_buffered = priv->link_id_db[t->txpriv.raw_link_id - 1].buffered[t->txpriv.tid]++; in cw1200_tx_h_pm_state()
964 u8 *buffered; in cw1200_notify_buffered_tx() local
968 buffered = priv->link_id_db in cw1200_notify_buffered_tx()
969 [link_id - 1].buffered; in cw1200_notify_buffered_tx()
972 if (!WARN_ON(!buffered[tid])) in cw1200_notify_buffered_tx()
973 still_buffered = --buffered[tid]; in cw1200_notify_buffered_tx()
1346 memset(&entry->buffered, 0, CW1200_MAX_TID); in cw1200_alloc_link_id()
/linux-6.15/fs/gfs2/
H A Dfile.c1127 ssize_t buffered, ret2; in gfs2_file_write_iter() local
1140 buffered = gfs2_file_buffered_write(iocb, from, &gh); in gfs2_file_write_iter()
1141 if (unlikely(buffered <= 0)) { in gfs2_file_write_iter()
1143 ret = buffered; in gfs2_file_write_iter()
1154 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter()
1156 (iocb->ki_pos - buffered) >> PAGE_SHIFT, in gfs2_file_write_iter()
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Drenesas,fsi.yaml7 title: Renesas FIFO-buffered Serial Interface (FSI)
/linux-6.15/drivers/soc/aspeed/
H A DKconfig15 host LPC read/write region can be buffered.
/linux-6.15/fs/bcachefs/
H A DMakefile46 fs-io-buffered.o \
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-encoder-cmd.rst52 the remaining data buffered by the driver. When the buffer is empty,
62 the encoder, and all buffered data is discarded. Applies to both queues of
/linux-6.15/fs/romfs/
H A DKconfig33 This permits ROMFS to use block devices buffered through the page

1234