Home
last modified time | relevance | path

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

1234

/openbmc/linux/include/media/
H 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()
/openbmc/phosphor-fan-presence/control/templates/
H A Ddefs.mako6 <%def name="genParams(par)" buffered="True">
23 <%def name="genSignal(sig)" buffered="True">
37 <%def name="genMethod(meth)" buffered="True">
51 <%def name="genSSE(event)" buffered="True">
/openbmc/linux/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
/openbmc/linux/include/linux/platform_data/
H A Dad7791.h13 bool buffered; member
H A Dad7793.h102 bool buffered; member
/openbmc/linux/fs/iomap/
H A DMakefile13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
/openbmc/u-boot/drivers/mtd/
H A DKconfig47 bool "Enable buffered writes to flash"
50 Use buffered writes to flash.
/openbmc/linux/fs/netfs/
H A DKconfig7 helpers for high-level buffered I/O, abstracting out read
/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/
H A Davoid-host-contamination.patch28 ###### --------------- Memory-buffered printer devices --------------- ######
/openbmc/linux/drivers/iio/dummy/
H A DKconfig39 Add buffered data capture to the simple dummy driver.
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drust-oe-selftest.patch57 diff --git a/library/std/src/io/buffered/tests.rs b/library/std/src/io/buffered/tests.rs
59 --- a/library/std/src/io/buffered/tests.rs
60 +++ b/library/std/src/io/buffered/tests.rs
/openbmc/linux/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()
H A Dcw1200.h87 u8 buffered[CW1200_MAX_TID]; member
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dmaxim,max9485.txt5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
/openbmc/linux/fs/gfs2/
H A Dfile.c1130 ssize_t buffered, ret2; in gfs2_file_write_iter() local
1137 buffered = gfs2_file_buffered_write(iocb, from, &gh); in gfs2_file_write_iter()
1138 if (unlikely(buffered <= 0)) { in gfs2_file_write_iter()
1140 ret = buffered; in gfs2_file_write_iter()
1151 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter()
1153 (iocb->ki_pos - buffered) >> PAGE_SHIFT, in gfs2_file_write_iter()
/openbmc/u-boot/board/freescale/ls1021aiot/
H A DREADME9 - Supports 1GB un-buffered DDR3L SDRAM discrete
/openbmc/linux/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
/openbmc/qemu/docs/
H A Dblock-replication.txt22 the modified disk contents in the Secondary VM must be buffered, and are
53 buffered in the Disk buffer, but it will not overwrite the existing
57 4) Secondary write requests will be buffered in the Disk buffer and it
/openbmc/linux/drivers/soc/aspeed/
H A DKconfig15 host LPC read/write region can be buffered.
/openbmc/linux/fs/romfs/
H A DKconfig33 This permits ROMFS to use block devices buffered through the page
/openbmc/linux/Documentation/bpf/
H 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.
/openbmc/qemu/hw/xen/
H A Dtrace-events61 xen_map_ioreq_server_buffered_io_page(long unsigned int ioreq_pfn) "buffered io page at pfn 0x%lx"
62 xen_map_ioreq_server_buffered_io_evtchn(int bufioreq_evtchn) "buffered io evtchn is 0x%x"
/openbmc/phosphor-health-monitor/
H A Dbmc_health_config_json.md19 - This indicates the memory which is not used, in addition to buffered &
/openbmc/linux/Documentation/gpu/amdgpu/display/
H 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
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch32 size_t buffered = 0, n;

1234