Home
last modified time | relevance | path

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

123

/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/Documentation/iio/
H A Dad4030.rst153 - Only differential channels are enabled in a buffered read
161 - Differential and common-mode channels are enabled in a buffered read
172 - Only differential channels are selected enabled in a buffered read
197 internal buffered reference voltage via the ``REFIN`` input. The driver looks
200 disabled. If ``refin-supply`` is present, then the internal buffered reference
H A Dadxl380.rst205 Obtain buffered data:
226 See Documentation/iio/iio_devbuf.rst for more information about how buffered
H A Dadis16550.rst348 Obtain buffered data:
369 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/include/linux/platform_data/
H A Dad7791.h13 bool buffered; member
H A Dad7793.h102 bool buffered; member
/linux/fs/iomap/
H A DMakefile13 buffered-io.o
/linux/Documentation/filesystems/nfs/
H A Dnfsd-io-modes.rst10 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/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/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/drivers/iio/dummy/
H A DKconfig39 Add buffered data capture to the simple dummy driver.
/linux/fs/gfs2/
H A Dfile.c898 * ensures that other nodes have flushed their buffered read caches in gfs2_file_direct_write()
908 /* Silently fall back to buffered I/O when writing beyond EOF */ in gfs2_file_direct_write()
934 /* fall back to buffered I/O */ in gfs2_file_direct_write()
1132 ssize_t buffered, ret2; in gfs2_file_write_iter()
1145 buffered = gfs2_file_buffered_write(iocb, from, &gh); in gfs2_file_write_iter()
1146 if (unlikely(buffered <= 0)) { in gfs2_file_write_iter()
1148 ret = buffered; in gfs2_file_write_iter()
1156 * the direct I/O range as we don't know if the buffered pages in gfs2_file_write_iter()
1159 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter()
1161 (iocb->ki_pos - buffered) >> PAGE_SHIF in gfs2_file_write_iter()
1128 ssize_t buffered, ret2; gfs2_file_write_iter() local
[all...]
/linux/drivers/soc/aspeed/
H A DKconfig15 host LPC read/write region can be buffered.
/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/fs/netfs/
H A DKconfig7 helpers for high-level buffered I/O, abstracting out read
/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.rst120 does not support buffered capture. In this case no entries will be created for
/linux/net/mac80211/
H A Dsta_info.c1216 * a separate queue to avoid reordering with normal PS-buffered in sta_info_cleanup_expire_buffered_ac()
1241 * Now also check the normal PS-buffered queue, this will in sta_info_cleanup_expire_buffered_ac()
1244 * buffered frames. in sta_info_cleanup_expire_buffered_ac()
1277 * Return whether there are any frames still buffered, this is in sta_info_cleanup_expire_buffered()
1825 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup()
1860 /* Send all buffered frames to the station */ in ieee80211_sta_ps_deliver_wakeup()
1875 buffered += tmp - count; in ieee80211_sta_ps_deliver_wakeup()
1892 local->total_ps_buffered -= buffered; in ieee80211_send_null_response()
1898 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_send_null_response()
2079 /* If we have more frames buffered o in ieee80211_sta_ps_deliver_response()
1809 int filtered = 0, buffered = 0, ac, i; ieee80211_sta_ps_deliver_wakeup() local
2374 ieee80211_sta_set_buffered(struct ieee80211_sta * pubsta,u8 tid,bool buffered) ieee80211_sta_set_buffered() argument
[all...]
/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c325 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()
345 if (!dst && !m2m_ctx->cap_q_ctx.buffered) { in __v4l2_m2m_try_queue()
/linux/Documentation/networking/device_drivers/wifi/intel/
H A Dipw2100.rst245 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
/linux/Documentation/filesystems/
H A Docfs2.rst110 coherency=buffered Allow concurrent O_DIRECT writes without EX lock among

123