| /linux/drivers/usb/gadget/udc/cdns2/ |
| H A D | cdns2-gadget.c | 1358 min_buf_tx += pep->buffering; in cdns2_eps_onchip_buffer_init() 1360 min_buf_rx += pep->buffering; in cdns2_eps_onchip_buffer_init() 1372 if (free + pep->buffering >= 4) in cdns2_eps_onchip_buffer_init() 1375 free = free + pep->buffering; in cdns2_eps_onchip_buffer_init() 1377 min_buf_tx = min_buf_tx - pep->buffering + free; in cdns2_eps_onchip_buffer_init() 1379 pep->buffering = free; in cdns2_eps_onchip_buffer_init() 1386 pep->name, tx_offset, pep->buffering); in cdns2_eps_onchip_buffer_init() 1388 tx_offset += pep->buffering * 1024; in cdns2_eps_onchip_buffer_init() 1392 if (free + pep->buffering >= 4) in cdns2_eps_onchip_buffer_init() 1395 free = free + pep->buffering; in cdns2_eps_onchip_buffer_init() [all …]
|
| H A D | cdns2-gadget.h | 576 u8 buffering; member
|
| /linux/drivers/iio/buffer/ |
| H A D | Kconfig | 34 tristate "Industrial I/O HW buffering" 44 tristate "Industrial I/O buffering based on kfifo"
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | LB+poonceonces.litmus | 6 * Can the counter-intuitive outcome for the load-buffering pattern
|
| H A D | LB+poacquireonce+pooncerelease.litmus | 6 * Does a release-acquire pair suffice for the load-buffering litmus
|
| H A D | SB+poonceonces.litmus | 7 * to order the store-buffering pattern, where each process writes to the
|
| H A D | SB+fencembonceonces.litmus | 7 * order the store-buffering pattern, where each process writes to the
|
| H A D | LB+fencembonceonce+ctrlonceonce.litmus | 7 * the load-buffering pattern, in other words, preventing all processes
|
| H A D | README | 54 load-buffering litmus test, where each process reads from one 58 Does a release-acquire pair suffice for the load-buffering 118 buffering, which forms the core of Dekker's mutual-exclusion
|
| /linux/drivers/gpu/drm/clients/ |
| H A D | Kconfig | 51 is 100. Typical values for double buffering will be 200, 52 triple buffering 300.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-ebs.rst | 13 Underlying block size can be set to > 4K to test buffering larger units.
|
| H A D | dm-zoned.rst | 37 dm-zoned implements an on-disk buffering scheme to handle non-sequential 53 zones of the device may be used also for buffering user random writes. 56 reused for buffering incoming random writes.
|
| /linux/tools/memory-model/Documentation/ |
| H A D | recipes.txt | 199 load buffering, release-acquire chains, store buffering. 354 Load buffering (LB) 475 Store buffering 478 Store buffering can be thought of as upside-down load buffering, so
|
| /linux/fs/jffs2/ |
| H A D | Kconfig | 33 bool "JFFS2 write-buffering support" 37 This enables the write-buffering support in JFFS2.
|
| /linux/fs/cramfs/ |
| H A D | Kconfig | 43 This saves some memory since no intermediate buffering is
|
| /linux/Documentation/filesystems/ |
| H A D | udf.rst | 15 be bound to the underlying cd device to provide the required buffering
|
| H A D | cramfs.rst | 57 since no intermediate buffering is necessary to hold the data before
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.c | 1616 pep->buffering = readl(reg + XBUF_RX_TAG_MASK_0_OFFSET); in cdnsp_get_ep_buffering() 1618 pep->buffering = (pep->buffering + 1) / 2; in cdnsp_get_ep_buffering() 1630 pep->buffering = (readl(reg) + 1) / 2; in cdnsp_get_ep_buffering() 1631 pep->buffering_period = pep->buffering; in cdnsp_get_ep_buffering()
|
| H A D | cdns3-gadget.c | 2107 u8 buffering; in cdns3_ep_config() local 2110 buffering = priv_dev->ep_buf_size - 1; in cdns3_ep_config() 2129 buffering = (priv_ep->bMaxBurst + 1) * (priv_ep->mult + 1) - 1; in cdns3_ep_config() 2170 buffering = min_t(u8, buffering, EP_CFG_BUFFERING_MAX); in cdns3_ep_config() 2175 ret = cdns3_ep_onchip_buffer_reserve(priv_dev, buffering + 1, in cdns3_ep_config() 2204 EP_CFG_BUFFERING(buffering) | in cdns3_ep_config()
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 364 self.tpm = open('/dev/tpm0', 'r+b', buffering=0) 366 self.tpm = open('/dev/tpmrm0', 'r+b', buffering=0)
|
| /linux/Documentation/fb/ |
| H A D | pxafb.rst | 142 usually for double-buffering
|
| /linux/Documentation/sound/designs/ |
| H A D | timestamping.rst | 183 DMA-link delay in example 2 helps remove the hardware buffering but 190 offset between audio time and system time due to buffering. Example 4
|
| /linux/Documentation/driver-api/usb/ |
| H A D | dma.rst | 83 This may force your callers to do some bounce buffering, copying from
|
| /linux/Documentation/scsi/ |
| H A D | st.rst | 55 over some of the buffering parameters not directly accessible to the 270 ST_FIXED_BUFFER_BLOCKS. With small block size this allows buffering of 491 no buffering. 493 Sets the buffering options. The bits are the new states 499 write buffering (mode)
|
| /linux/Documentation/driver-api/soundwire/ |
| H A D | bra.rst | 167 'NotReady' header response require extra buffering in the 198 case, this requires extra buffering and intelligence in the
|