| /linux/include/media/ |
| H A D | v4l2-mem2mem.h | 59 * @buffered: is the queue buffered? 71 bool buffered; member 174 * If a queue is buffered (for example a decoder hardware ringbuffer that has 586 bool buffered) 588 m2m_ctx->out_q_ctx.buffered = buffered; 592 bool buffered) 594 m2m_ctx->cap_q_ctx.buffered = buffered; 565 v4l2_m2m_set_src_buffered(struct v4l2_m2m_ctx * m2m_ctx,bool buffered) v4l2_m2m_set_src_buffered() argument 571 v4l2_m2m_set_dst_buffered(struct v4l2_m2m_ctx * m2m_ctx,bool buffered) v4l2_m2m_set_dst_buffered() argument [all...] |
| /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/Documentation/iio/ |
| H A D | ad4030.rst | 114 - Only differential channels are enabled in a buffered read 122 - Differential and common-mode channels are enabled in a buffered read 133 - Only differential channels are selected enabled in a buffered read 158 internal buffered reference voltage via the ``REFIN`` input. The driver looks 161 disabled. If ``refin-supply`` is present, then the internal buffered reference
|
| H A D | ad4695.rst | 170 internal buffered reference voltage via the ``REFIN`` input. The driver looks 173 disabled. If ``refin-supply`` is present, then the internal buffered reference 246 Effective sample rate for buffered reads 257 the sum of the periods of each enabled channel in a buffered read. In other
|
| H A D | ad7625.rst | 82 | ``scale`` | Scale factor to convert raw value from buffered reads to …
|
| 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
|
| /linux/include/linux/platform_data/ |
| H A D | ad7791.h | 13 bool buffered; member
|
| H A D | ad7793.h | 102 bool buffered; member
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | nfsd-io-modes.rst | 10 NFSD has historically always used buffered IO when servicing READ and 49 requirements that DIRECT IO imposes. To achieve this buffered IO is used 129 segment. DONTCACHE buffered IO is _not_ used for the misaligned 130 segments because using normal buffered IO offers significant RMW
|
| /linux/fs/iomap/ |
| H A D | Makefile | 13 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/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/fs/btrfs/ |
| H A D | direct-io.c | 827 goto buffered; in btrfs_direct_write() 867 goto buffered; in btrfs_direct_write() 883 goto buffered; in btrfs_direct_write() 964 buffered: in btrfs_direct_write()
|
| /linux/drivers/iio/dummy/ |
| H A D | Kconfig | 39 Add buffered data capture to the simple dummy driver.
|
| /linux/fs/gfs2/ |
| H A D | file.c | 1128 ssize_t buffered, ret2; in gfs2_file_write_iter() local 1141 buffered = gfs2_file_buffered_write(iocb, from, &gh); in gfs2_file_write_iter() 1142 if (unlikely(buffered <= 0)) { in gfs2_file_write_iter() 1144 ret = buffered; in gfs2_file_write_iter() 1155 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter() 1157 (iocb->ki_pos - buffered) >> PAGE_SHIFT, in gfs2_file_write_iter()
|
| /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/drivers/soc/aspeed/ |
| H A D | Kconfig | 15 host LPC read/write region can be buffered.
|
| /linux/fs/romfs/ |
| H A D | Kconfig | 33 This permits ROMFS to use block devices buffered through the page
|
| /linux/fs/netfs/ |
| H A D | Kconfig | 7 helpers for high-level buffered I/O, abstracting out read
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | dcn-overview.rst | 191 Many DCN registers are double buffered, most importantly the surface address. 213 atomically programmed (i.e. double buffered) registers. Even though it is 217 Since DCN hardware is double-buffered the DC driver is able to program the
|
| /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/filesystems/ |
| H A D | netfs_library.rst | 41 takes over the normal buffered read, readahead, write and writeback and also 255 as buffered writes are made to the page cache. mmap() does the normal 300 Buffered reads can run concurrently each other and with buffered writes, 301 but buffered writes cannot run concurrently with each other. 381 buffered I/O and DIO as appropriate. 395 buffered read, the filesystem should use ``filemap_read()``. 409 The first two functions are for buffered writes; the first just adds some 597 for the server and stream 1 is used for the cache. For buffered writeback,
|
| /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
|