| /Linux-v5.10/include/media/ |
| D | v4l2-mem2mem.h | 71 bool buffered; member 551 bool buffered) in v4l2_m2m_set_src_buffered() argument 553 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered() 557 bool buffered) in v4l2_m2m_set_dst_buffered() argument 559 m2m_ctx->cap_q_ctx.buffered = buffered; in v4l2_m2m_set_dst_buffered()
|
| /Linux-v5.10/Documentation/devicetree/bindings/iio/dac/ |
| D | mcp4725.txt | 13 - microchip,vref-buffered: Boolean to enable buffering of the external 28 /* mcp4726 with the buffered external reference voltage */ 34 microchip,vref-buffered;
|
| /Linux-v5.10/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-v5.10/Documentation/devicetree/bindings/clock/ |
| D | samsung,s2mps11.txt | 8 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz 9 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-v5.10/include/linux/platform_data/ |
| D | ad7791.h | 13 bool buffered; member
|
| D | ad7793.h | 102 bool buffered; member
|
| /Linux-v5.10/fs/iomap/ |
| D | Makefile | 13 buffered-io.o \
|
| /Linux-v5.10/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-v5.10/drivers/iio/dummy/ |
| D | Kconfig | 38 Add buffered data capture to the simple dummy driver.
|
| /Linux-v5.10/drivers/soc/aspeed/ |
| D | Kconfig | 14 region where the host LPC read/write region can be buffered.
|
| /Linux-v5.10/fs/gfs2/ |
| D | file.c | 931 ssize_t buffered, ret2; in gfs2_file_write_iter() local 939 buffered = iomap_file_buffered_write(iocb, from, &gfs2_iomap_ops); in gfs2_file_write_iter() 941 if (unlikely(buffered <= 0)) in gfs2_file_write_iter() 951 iocb->ki_pos += buffered; in gfs2_file_write_iter() 952 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter() 954 (iocb->ki_pos - buffered) >> PAGE_SHIFT, in gfs2_file_write_iter()
|
| /Linux-v5.10/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() 967 u8 *buffered; in cw1200_notify_buffered_tx() local 971 buffered = priv->link_id_db in cw1200_notify_buffered_tx() 972 [link_id - 1].buffered; in cw1200_notify_buffered_tx() 975 if (!WARN_ON(!buffered[tid])) in cw1200_notify_buffered_tx() 976 still_buffered = --buffered[tid]; in cw1200_notify_buffered_tx() 1350 memset(&entry->buffered, 0, CW1200_MAX_TID); in cw1200_alloc_link_id()
|
| D | cw1200.h | 87 u8 buffered[CW1200_MAX_TID]; member
|
| /Linux-v5.10/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-v5.10/fs/romfs/ |
| D | Kconfig | 33 This permits ROMFS to use block devices buffered through the page
|
| /Linux-v5.10/Documentation/devicetree/bindings/reserved-memory/ |
| D | ramoops.txt | 46 (defaults to buffered mappings)
|
| /Linux-v5.10/net/mac80211/ |
| D | sta_info.c | 1305 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local 1355 buffered += tmp - count; in ieee80211_sta_ps_deliver_wakeup() 1372 local->total_ps_buffered -= buffered; in ieee80211_sta_ps_deliver_wakeup() 1378 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup() 1878 u8 tid, bool buffered) in ieee80211_sta_set_buffered() argument 1885 trace_api_sta_set_buffered(sta->local, pubsta, tid, buffered); in ieee80211_sta_set_buffered() 1887 if (buffered) in ieee80211_sta_set_buffered()
|
| D | trace.h | 2327 u8 tid, bool buffered), 2329 TP_ARGS(local, sta, tid, buffered), 2335 __field(bool, buffered) 2342 __entry->buffered = buffered; 2347 LOCAL_PR_ARG, STA_PR_ARG, __entry->tid, __entry->buffered
|
| /Linux-v5.10/Documentation/driver-api/iio/ |
| D | buffers.rst | 117 does not support buffered capture. In this case no entries will be created for
|
| /Linux-v5.10/Documentation/admin-guide/device-mapper/ |
| D | dm-zoned.rst | 79 defined as a block that was written and not discarded. For a buffered 100 the sequential zone mapping a chunk, or if the chunk is buffered, from
|
| /Linux-v5.10/drivers/media/v4l2-core/ |
| D | v4l2-mem2mem.c | 325 if (!src && !m2m_ctx->out_q_ctx.buffered) { in __v4l2_m2m_try_queue() 329 if (!dst && !m2m_ctx->cap_q_ctx.buffered) { in __v4l2_m2m_try_queue() 344 if (!dst && !m2m_ctx->cap_q_ctx.buffered) { in __v4l2_m2m_try_queue()
|
| /Linux-v5.10/drivers/iio/adc/ |
| D | ad7791.c | 383 if ((st->info->flags & AD7791_FLAG_HAS_BUFFER) && !pdata->buffered) in ad7791_setup()
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | ocfs2.rst | 110 coherency=buffered Allow concurrent O_DIRECT writes without EX lock among
|
| /Linux-v5.10/Documentation/networking/device_drivers/wifi/intel/ |
| D | ipw2100.rst | 245 any buffered packets. If you have an AP that does not correctly support 274 wait before powering the radio and querying the access point for buffered
|