Searched refs:consume (Results 1 – 25 of 103) sorted by relevance
12345
| /Linux-v5.4/sound/firewire/tascam/ |
| D | tascam-transaction.c | 63 int i, len, consume; in fill_message() local 71 consume = snd_rawmidi_transmit_peek(substream, msg, 3); in fill_message() 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() [all …]
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-tegra114.c | 404 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local 407 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_client_txbuf_to_spi_txbuf() 408 consume = t->len - tspi->cur_pos; in tegra_spi_copy_client_txbuf_to_spi_txbuf() 409 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf() 413 for (i = 0; consume && (i < tspi->bytes_per_word); in tegra_spi_copy_client_txbuf_to_spi_txbuf() 414 i++, consume--) in tegra_spi_copy_client_txbuf_to_spi_txbuf() 444 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() local 447 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() 448 consume = t->len - tspi->cur_pos; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() 449 read_bytes = consume; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/clock/ |
| D | amlogic,gxbb-aoclkc.txt | 26 to specify the clock which they consume. All available clocks are defined as 33 to specify the reset which they consume. All available resets are defined as
|
| D | hi3620-clock.txt | 18 to specify the clock which they consume.
|
| D | hix5hd2-clock.txt | 13 to specify the clock which they consume.
|
| D | marvell,mmp2.txt | 19 to specify the clock which they consume.
|
| D | marvell,pxa168.txt | 19 to specify the clock which they consume.
|
| D | marvell,pxa910.txt | 19 to specify the clock which they consume.
|
| D | marvell,pxa1928.txt | 19 phandle and this identifier to specify the clock which they consume.
|
| D | hi3670-clock.txt | 25 to specify the clock which they consume.
|
| D | exynos5250-clock.txt | 17 to specify the clock which they consume.
|
| D | exynos5420-clock.txt | 18 to specify the clock which they consume.
|
| D | hi3660-clock.txt | 29 to specify the clock which they consume.
|
| D | hisi-crg.txt | 25 to specify the clock which they consume.
|
| D | amlogic,meson8b-clkc.txt | 20 to specify the clock which they consume. All available clocks are defined as
|
| /Linux-v5.4/Documentation/devicetree/bindings/nvmem/ |
| D | qfprom.txt | 27 Are device nodes which consume nvmem data cells.
|
| D | amlogic-efuse.txt | 34 Are device nodes which consume nvmem data cells.
|
| D | xlnx,zynqmp-nvmem.txt | 36 Are device nodes which consume nvmem data cells.
|
| D | mtk-efuse.txt | 31 Are device nodes which consume nvmem data cells.
|
| D | uniphier-efuse.txt | 41 Are device nodes which consume nvmem data cells.
|
| D | sc27xx-efuse.txt | 44 Are device nodes which consume nvmem data cells.
|
| D | rockchip-efuse.txt | 46 Are device nodes which consume nvmem data cells.
|
| /Linux-v5.4/Documentation/devicetree/bindings/rtc/ |
| D | maxim,ds3231.txt | 13 to specify the clock which they consume. Following indices are allowed:
|
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| D | pearl_pcie.c | 680 int consume; in qtnf_pcie_pearl_rx_poll() local 697 consume = 1; in qtnf_pcie_pearl_rx_poll() 701 consume = 0; in qtnf_pcie_pearl_rx_poll() 706 consume = 0; in qtnf_pcie_pearl_rx_poll() 712 consume = 0; in qtnf_pcie_pearl_rx_poll() 722 if (consume) { in qtnf_pcie_pearl_rx_poll()
|
| D | topaz_pcie.c | 612 int consume; in qtnf_topaz_rx_poll() local 631 consume = 1; in qtnf_topaz_rx_poll() 635 consume = 0; in qtnf_topaz_rx_poll() 640 consume = 0; in qtnf_topaz_rx_poll() 646 consume = 0; in qtnf_topaz_rx_poll() 655 if (consume) { in qtnf_topaz_rx_poll()
|
12345