Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 9 of 9) sorted by relevance

/drivers/usb/gadget/udc/cdns2/
A Dcdns2-gadget.c1358 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()
1379 pep->buffering = free; 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()
1399 pep->buffering = free; in cdns2_eps_onchip_buffer_init()
1979 pep->buffering = 4; in cdns2_gadget_match_ep()
[all …]
A Dcdns2-gadget.h576 u8 buffering; member
/drivers/iio/buffer/
A DKconfig34 tristate "Industrial I/O HW buffering"
44 tristate "Industrial I/O buffering based on kfifo"
/drivers/gpu/drm/clients/
A DKconfig51 is 100. Typical values for double buffering will be 200,
52 triple buffering 300.
/drivers/usb/cdns3/
A Dcdnsp-gadget.c1616 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()
A Dcdns3-gadget.c2107 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()
A Dcdnsp-gadget.h832 u8 buffering; member
/drivers/iommu/
A DKconfig118 bounce-buffering such that they cannot gain access to any unrelated
/drivers/usb/gadget/
A DKconfig121 Usually 2 buffers are enough to establish a good buffering

Completed in 27 milliseconds