Home
last modified time | relevance | path

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

1234

/linux/Documentation/devicetree/bindings/iio/adc/
A Dadi,ad7124.yaml93 adi,buffered-positive:
94 description: Enable buffered mode for positive input.
97 adi,buffered-negative:
98 description: Enable buffered mode for negative input.
135 adi,buffered-positive;
143 adi,buffered-positive;
144 adi,buffered-negative;
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.
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.
/linux/include/media/
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/drivers/target/
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/Documentation/devicetree/bindings/clock/
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.
A Dmaxim,max9485.txt5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
/linux/Documentation/devicetree/bindings/iio/dac/
A Dmicrochip,mcp4725.yaml31 microchip,vref-buffered:
70 microchip,vref-buffered: false
/linux/include/linux/platform_data/
A Dad7791.h13 bool buffered; member
A Dad7793.h102 bool buffered; member
/linux/fs/iomap/
A DMakefile13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
/linux/Documentation/devicetree/bindings/iio/addac/
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/Documentation/filesystems/iomap/
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/drivers/iio/dummy/
A DKconfig39 Add buffered data capture to the simple dummy driver.
/linux/drivers/net/wireless/st/cw1200/
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/Documentation/iio/
A Dad4695.rst140 internal buffered reference voltage via the ``REFIN`` input. The driver looks
143 disabled. If ``refin-supply`` is present, then the internal buffered reference
A Diio_devbuf.rst146 Typically the buffered data is found in raw format (unscaled with no offset
147 applied), however there are corner cases in which the buffered data may be found
A Dadxl380.rst205 Obtain buffered data:
226 See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
/linux/fs/gfs2/
A Dfile.c1126 ssize_t buffered, ret2; in gfs2_file_write_iter() local
1139 buffered = gfs2_file_buffered_write(iocb, from, &gh); in gfs2_file_write_iter()
1140 if (unlikely(buffered <= 0)) { in gfs2_file_write_iter()
1142 ret = buffered; in gfs2_file_write_iter()
1153 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter()
1155 (iocb->ki_pos - buffered) >> PAGE_SHIFT, in gfs2_file_write_iter()
/linux/fs/bcachefs/
A DMakefile47 fs-io-buffered.o \
/linux/drivers/soc/aspeed/
A DKconfig15 host LPC read/write region can be buffered.
/linux/Documentation/devicetree/bindings/sound/
A Drenesas,fsi.yaml7 title: Renesas FIFO-buffered Serial Interface (FSI)
/linux/Documentation/userspace-api/media/v4l/
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/fs/romfs/
A DKconfig33 This permits ROMFS to use block devices buffered through the page
/linux/fs/netfs/
A DKconfig7 helpers for high-level buffered I/O, abstracting out read

Completed in 38 milliseconds

1234