Home
last modified time | relevance | path

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

123

/linux/include/media/
H 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/
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
/linux/include/linux/platform_data/
H A Dad7791.h13 bool buffered; member
H A Dad7793.h102 bool buffered; member
/linux/fs/iomap/
H A DMakefile13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
/linux/Documentation/filesystems/iomap/
H 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/
H A DKconfig39 Add buffered data capture to the simple dummy driver.
/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
/linux/Documentation/iio/
H 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
H 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
H A Dadxl380.rst205 Obtain buffered data:
226 See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
H A Dadis16475.rst356 Obtain buffered data:
377 See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
/linux/fs/gfs2/
H 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/Documentation/devicetree/bindings/clock/
H A Dmaxim,max9485.txt5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
/linux/drivers/soc/aspeed/
H A DKconfig15 host LPC read/write region can be buffered.
/linux/fs/bcachefs/
H A DMakefile47 fs-io-buffered.o \
/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
/linux/fs/romfs/
H A DKconfig33 This permits ROMFS to use block devices buffered through the page
/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.
/linux/fs/netfs/
H A DKconfig7 helpers for high-level buffered I/O, abstracting out read
/linux/net/mac80211/
H A Dsta_info.c1122 * a separate queue to avoid reordering with normal PS-buffered in sta_info_cleanup_expire_buffered_ac()
1147 * Now also check the normal PS-buffered queue, this will in sta_info_cleanup_expire_buffered_ac()
1150 * buffered frames. in sta_info_cleanup_expire_buffered_ac()
1183 * Return whether there are any frames still buffered, this is in sta_info_cleanup_expire_buffered_ac()
1693 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local
1728 /* Send all buffered frames to the station */ in ieee80211_sta_ps_deliver_wakeup()
1743 buffered += tmp - count; in ieee80211_sta_ps_deliver_wakeup()
1760 local->total_ps_buffered -= buffered; in ieee80211_sta_ps_deliver_wakeup()
1766 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
1947 /* If we have more frames buffered o in ieee80211_sta_ps_get_frames()
2258 ieee80211_sta_set_buffered(struct ieee80211_sta * pubsta,u8 tid,bool buffered) ieee80211_sta_set_buffered() argument
[all...]
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-line-event-read.rst62 by userspace. If an overflow occurs then the oldest buffered event is
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst79 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/Documentation/driver-api/iio/
H A Dbuffers.rst119 does not support buffered capture. In this case no entries will be created for

123