| /Linux-v6.6/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-v6.6/drivers/spi/ |
| D | spi-tegra210-quad.c | 417 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 460 consume = tqspi->curr_dma_words * tqspi->bytes_per_word; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() 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() [all …]
|
| D | spi-tegra114.c | 403 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() 443 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() local 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() [all …]
|
| /Linux-v6.6/Documentation/devicetree/bindings/clock/ |
| D | hi3620-clock.txt | 18 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 | hi3660-clock.txt | 29 to specify the clock which they consume.
|
| D | hisi-crg.txt | 25 to specify the clock which they consume.
|
| D | hi6220-clock.txt | 50 to specify the clock which they consume.
|
| D | actions,owl-cmu.txt | 20 to specify the clock which they consume.
|
| D | amlogic,meson8b-clkc.txt | 25 to specify the clock which they consume. All available clocks are defined as
|
| D | amlogic,axg-audio-clkc.txt | 29 to specify the clock which they consume. All available clocks are defined as
|
| D | rockchip,rk3328-cru.txt | 21 to specify the clock which they consume. All available clocks are defined as
|
| D | samsung,s3c64xx-clock.txt | 19 to specify the clock which they consume. Some of the clocks are available only
|
| /Linux-v6.6/Documentation/devicetree/bindings/nvmem/ |
| D | xlnx,zynqmp-nvmem.txt | 36 Are device nodes which consume nvmem data cells.
|
| D | sprd-efuse.txt | 30 Are device nodes which consume nvmem data cells.
|
| D | sc27xx-efuse.txt | 44 Are device nodes which consume nvmem data cells.
|
| /Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpaa2-xsk.c | 15 dpaa2_eth_consume_cb_t *consume) in dpaa2_eth_setup_consume_func() argument 28 fq->consume = consume; in dpaa2_eth_setup_consume_func()
|
| /Linux-v6.6/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| D | pearl_pcie.c | 713 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()
|
| D | topaz_pcie.c | 617 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-v6.6/arch/arm/boot/dts/broadcom/ |
| D | bcm2711-rpi.dtsi | 59 * into memory for the OS to consume. It'll also update this node with
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-intc_sar | 54 the sysfs node and consume the given information.
|
| /Linux-v6.6/Documentation/devicetree/bindings/interconnect/ |
| D | interconnect.txt | 41 can be multiple interconnect providers on a SoC and the consumer may consume
|