/linux-6.1.9/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7124.yaml | 93 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;
|
D | adi,ad7192.yaml | 67 bit is set, the analog inputs are buffered, allowing the user to place
|
/linux-6.1.9/include/media/ |
D | v4l2-mem2mem.h | 71 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.1.9/drivers/target/ |
D | Kconfig | 22 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.1.9/Documentation/devicetree/bindings/clock/ |
D | samsung,s2mps11.yaml | 16 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.
|
D | maxim,max9485.txt | 5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
|
/linux-6.1.9/Documentation/devicetree/bindings/iio/dac/ |
D | microchip,mcp4725.yaml | 31 microchip,vref-buffered: 70 microchip,vref-buffered: false
|
/linux-6.1.9/include/linux/platform_data/ |
D | ad7791.h | 13 bool buffered; member
|
D | ad7793.h | 102 bool buffered; member
|
/linux-6.1.9/fs/iomap/ |
D | Makefile | 13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
|
/linux-6.1.9/fs/netfs/ |
D | Kconfig | 7 helpers for high-level buffered I/O, abstracting out read
|
/linux-6.1.9/tools/io_uring/ |
D | io_uring-bench.c | 102 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.1.9/drivers/iio/dummy/ |
D | Kconfig | 39 Add buffered data capture to the simple dummy driver.
|
/linux-6.1.9/drivers/net/wireless/st/cw1200/ |
D | txrx.c | 696 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()
|
D | cw1200.h | 87 u8 buffered[CW1200_MAX_TID]; member
|
/linux-6.1.9/drivers/soc/aspeed/ |
D | Kconfig | 15 host LPC read/write region can be buffered.
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | renesas,fsi.yaml | 7 title: Renesas FIFO-buffered Serial Interface (FSI)
|
/linux-6.1.9/fs/gfs2/ |
D | file.c | 1118 ssize_t buffered, ret2; in gfs2_file_write_iter() local 1125 buffered = gfs2_file_buffered_write(iocb, from, &gh); in gfs2_file_write_iter() 1126 if (unlikely(buffered <= 0)) { in gfs2_file_write_iter() 1128 ret = buffered; in gfs2_file_write_iter() 1139 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter() 1141 (iocb->ki_pos - buffered) >> PAGE_SHIFT, in gfs2_file_write_iter()
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | vidioc-encoder-cmd.rst | 52 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.1.9/fs/romfs/ |
D | Kconfig | 33 This permits ROMFS to use block devices buffered through the page
|
/linux-6.1.9/Documentation/bpf/ |
D | bpf_prog_run.rst | 98 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.1.9/Documentation/gpu/amdgpu/display/ |
D | dcn-overview.rst | 189 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
|
/linux-6.1.9/net/mac80211/ |
D | sta_info.c | 1518 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local 1568 buffered += tmp - count; in ieee80211_sta_ps_deliver_wakeup() 1585 local->total_ps_buffered -= buffered; in ieee80211_sta_ps_deliver_wakeup() 1591 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup() 2086 u8 tid, bool buffered) in ieee80211_sta_set_buffered() argument 2093 trace_api_sta_set_buffered(sta->local, pubsta, tid, buffered); in ieee80211_sta_set_buffered() 2095 if (buffered) in ieee80211_sta_set_buffered()
|
/linux-6.1.9/Documentation/driver-api/iio/ |
D | buffers.rst | 119 does not support buffered capture. In this case no entries will be created for
|
/linux-6.1.9/Documentation/devicetree/bindings/reserved-memory/ |
D | ramoops.yaml | 108 the reserved region (defaults to buffered mappings mem_type = 0).
|