Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/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.
A Dadi,ad7192.yaml67 bit is set, the analog inputs are buffered, allowing the user to place
/linux-6.3-rc2/include/media/
A Dv4l2-mem2mem.h71 bool buffered; member
556 bool buffered) in v4l2_m2m_set_src_buffered() argument
558 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered()
562 bool buffered) in v4l2_m2m_set_dst_buffered() argument
564 m2m_ctx->cap_q_ctx.buffered = buffered; in v4l2_m2m_set_dst_buffered()
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/iio/dac/
A Dmicrochip,mcp4725.yaml31 microchip,vref-buffered:
70 microchip,vref-buffered: false
/linux-6.3-rc2/include/linux/platform_data/
A Dad7791.h13 bool buffered; member
A Dad7793.h102 bool buffered; member
/linux-6.3-rc2/fs/iomap/
A DMakefile13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/addac/
A Dadi,ad74115.yaml110 Whether to enable low-power buffered mode for the AGND sense pin.
115 Whether to enable low-power buffered mode for the low-side filtered
121 Whether to enable low-power buffered mode for the high-side filtered
126 description: Whether to enable low-power buffered mode for the EXT2 pin.
130 description: Whether to enable low-power buffered mode for the EXT1 pin.
/linux-6.3-rc2/fs/netfs/
A DKconfig7 helpers for high-level buffered I/O, abstracting out read
/linux-6.3-rc2/tools/io_uring/
A Dio_uring-bench.c102 static int buffered = 0; /* use buffered IO, not O_DIRECT */ variable
494 if (!buffered) in main()
557 printf("polled=%d, fixedbufs=%d, buffered=%d", polled, fixedbufs, buffered); in main()
/linux-6.3-rc2/drivers/iio/dummy/
A DKconfig39 Add buffered data capture to the simple dummy driver.
/linux-6.3-rc2/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()
A Dcw1200.h87 u8 buffered[CW1200_MAX_TID]; member
/linux-6.3-rc2/drivers/soc/aspeed/
A DKconfig15 host LPC read/write region can be buffered.
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Drenesas,fsi.yaml7 title: Renesas FIFO-buffered Serial Interface (FSI)
/linux-6.3-rc2/fs/gfs2/
A Dfile.c1119 ssize_t buffered, ret2; in gfs2_file_write_iter() local
1126 buffered = gfs2_file_buffered_write(iocb, from, &gh); in gfs2_file_write_iter()
1127 if (unlikely(buffered <= 0)) { in gfs2_file_write_iter()
1129 ret = buffered; in gfs2_file_write_iter()
1140 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter()
1142 (iocb->ki_pos - buffered) >> PAGE_SHIFT, in gfs2_file_write_iter()
/linux-6.3-rc2/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-6.3-rc2/fs/romfs/
A DKconfig33 This permits ROMFS to use block devices buffered through the page
/linux-6.3-rc2/Documentation/bpf/
A Dbpf_prog_run.rst98 packet is buffered until the end of the batch, at which point all packets
99 buffered this way during the batch are transmitted at once.
/linux-6.3-rc2/Documentation/gpu/amdgpu/display/
A Ddcn-overview.rst189 Many DCN registers are double buffered, most importantly the surface address.
211 atomically programmed (i.e. double buffered) registers. Even though it is
215 Since DCN hardware is double-buffered the DC driver is able to program the

Completed in 36 milliseconds

123