/linux/include/media/ |
H A D | v4l2-mem2mem.h | 71 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 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/include/linux/platform_data/ |
H A D | ad7791.h | 13 bool buffered; member
|
H A D | ad7793.h | 102 bool buffered; member
|
/linux/fs/iomap/ |
H A D | Makefile | 13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
|
/linux/Documentation/filesystems/iomap/ |
H A D | porting.rst | 80 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 D | Kconfig | 39 Add buffered data capture to the simple dummy driver.
|
/linux/drivers/net/wireless/st/cw1200/ |
H A 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()
|
H A D | cw1200.h | 87 u8 buffered[CW1200_MAX_TID]; member
|
/linux/Documentation/iio/ |
H A D | ad4695.rst | 140 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 D | iio_devbuf.rst | 146 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 D | adxl380.rst | 205 Obtain buffered data: 226 See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
|
H A D | adis16475.rst | 356 Obtain buffered data: 377 See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
|
/linux/fs/gfs2/ |
H A D | file.c | 1126 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 D | maxim,max9485.txt | 5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
|
/linux/drivers/soc/aspeed/ |
H A D | Kconfig | 15 host LPC read/write region can be buffered.
|
/linux/fs/bcachefs/ |
H A D | Makefile | 47 fs-io-buffered.o \
|
/linux/Documentation/userspace-api/media/v4l/ |
H A 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/fs/romfs/ |
H A D | Kconfig | 33 This permits ROMFS to use block devices buffered through the page
|
/linux/Documentation/bpf/ |
H A 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/fs/netfs/ |
H A D | Kconfig | 7 helpers for high-level buffered I/O, abstracting out read
|
/linux/net/mac80211/ |
H A D | sta_info.c | 1122 * 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 D | gpio-v2-line-event-read.rst | 62 by userspace. If an overflow occurs then the oldest buffered event is
|
/linux/Documentation/admin-guide/device-mapper/ |
H A 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/Documentation/driver-api/iio/ |
H A D | buffers.rst | 119 does not support buffered capture. In this case no entries will be created for
|