Home
last modified time | relevance | path

Searched refs:consume (Results 1 – 25 of 124) sorted by relevance

12345

/linux/sound/firewire/tascam/
H A Dtascam-transaction.c63 int i, len, consume; in fill_message() local
72 if (consume == 0) in fill_message()
78 for (i = 0; i < consume; ++i) { in fill_message()
87 consume = i + 1; in fill_message()
90 } else if (consume == 3) { in fill_message()
97 len = consume; in fill_message()
119 if (consume < len - 1) in fill_message()
121 consume = len - 1; in fill_message()
128 if (consume < len) in fill_message()
130 consume = len; in fill_message()
[all …]
/linux/drivers/spi/
H A Dspi-tegra210-quad.c417 unsigned int i, count, consume, write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() local
423 consume = tqspi->curr_dma_words * tqspi->bytes_per_word; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
424 if (consume > t->len - tqspi->cur_pos) in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
425 consume = t->len - tqspi->cur_pos; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
426 write_bytes = consume; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
430 for (i = 0; consume && (i < tqspi->bytes_per_word); i++, consume--) in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
453 unsigned int i, count, consume, read_bytes; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() local
461 if (consume > t->len - tqspi->cur_pos) in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf()
462 consume = t->len - tqspi->cur_pos; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf()
463 read_bytes = consume; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf()
[all …]
H A Dspi-tegra114.c403 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local
406 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_client_txbuf_to_spi_txbuf()
407 consume = t->len - tspi->cur_pos; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
408 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
412 for (i = 0; consume && (i < tspi->bytes_per_word); in tegra_spi_copy_client_txbuf_to_spi_txbuf()
413 i++, consume--) in tegra_spi_copy_client_txbuf_to_spi_txbuf()
446 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
447 consume = t->len - tspi->cur_pos; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
448 read_bytes = consume; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
452 for (i = 0; consume && (i < tspi->bytes_per_word); in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
[all …]
/linux/Documentation/devicetree/bindings/nvmem/
H A Dsprd-efuse.txt30 Are device nodes which consume nvmem data cells.
H A Dsc27xx-efuse.txt44 Are device nodes which consume nvmem data cells.
/linux/Documentation/devicetree/bindings/clock/
H A Dmarvell,pxa168.txt19 to specify the clock which they consume.
H A Dmarvell,pxa910.txt19 to specify the clock which they consume.
H A Dmarvell,pxa1928.txt19 phandle and this identifier to specify the clock which they consume.
H A Dhi3670-clock.txt25 to specify the clock which they consume.
H A Dhi3660-clock.txt29 to specify the clock which they consume.
H A Dmarvell,mmp2-clock.yaml17 to specify the clock which they consume.
H A Dmarvell,mmp2-audio-clock.yaml17 to specify the clock which they consume.
H A Dhisi-crg.txt25 to specify the clock which they consume.
H A Dhi6220-clock.txt50 to specify the clock which they consume.
H A Drockchip,rk3588-cru.yaml19 to specify the clock which they consume. All available clock and reset IDs
H A Drockchip,rk3128-cru.yaml18 to specify the clock which they consume. All available clocks are defined as
H A Drockchip,rk3568-cru.yaml18 to specify the clock which they consume. All available clocks are defined as
H A Dactions,owl-cmu.txt20 to specify the clock which they consume.
H A Damlogic,axg-audio-clkc.txt29 to specify the clock which they consume. All available clocks are defined as
H A Damlogic,meson8b-clkc.txt25 to specify the clock which they consume. All available clocks are defined as
H A Drockchip,rk3036-cru.yaml18 to specify the clock which they consume. All available clocks are defined as
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-xsk.c15 dpaa2_eth_consume_cb_t *consume) in dpaa2_eth_setup_consume_func() argument
28 fq->consume = consume; in dpaa2_eth_setup_consume_func()
/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpearl_pcie.c713 int consume; in qtnf_pcie_pearl_rx_poll() local
730 consume = 1; in qtnf_pcie_pearl_rx_poll()
734 consume = 0; in qtnf_pcie_pearl_rx_poll()
739 consume = 0; in qtnf_pcie_pearl_rx_poll()
745 consume = 0; in qtnf_pcie_pearl_rx_poll()
755 if (consume) { in qtnf_pcie_pearl_rx_poll()
H A Dtopaz_pcie.c617 int consume; in qtnf_topaz_rx_poll() local
636 consume = 1; in qtnf_topaz_rx_poll()
640 consume = 0; in qtnf_topaz_rx_poll()
645 consume = 0; in qtnf_topaz_rx_poll()
651 consume = 0; in qtnf_topaz_rx_poll()
660 if (consume) { in qtnf_topaz_rx_poll()
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2711-rpi.dtsi84 * into memory for the OS to consume. It'll also update this node with

12345