| /linux/sound/firewire/tascam/ |
| H A 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/drivers/spi/ |
| H A D | spi-tegra210-quad.c | 422 unsigned int i, count, consume, write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() local 428 consume = tqspi->curr_dma_words * tqspi->bytes_per_word; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 429 if (consume > t->len - tqspi->cur_pos) in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 430 consume = t->len - tqspi->cur_pos; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 431 write_bytes = consume; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 435 for (i = 0; consume && (i < tqspi->bytes_per_word); i++, consume--) in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 452 unsigned int i, count, consume, read_bytes; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() local 459 consume = tqspi->curr_dma_words * tqspi->bytes_per_word; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() 460 if (consume > t->len - tqspi->cur_pos) in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() 461 consume = t->len - tqspi->cur_pos; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() [all …]
|
| H A 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/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_close_no_rst.pkt | 31 // we should _not_ send an RST here, because there was no data to consume.
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A 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/Documentation/devicetree/bindings/clock/ |
| H A D | marvell,pxa910.txt | 19 to specify the clock which they consume.
|
| H A D | marvell,pxa168.txt | 19 to specify the clock which they consume.
|
| H A D | marvell,pxa1928.txt | 19 phandle and this identifier to specify the clock which they consume.
|
| H A D | hi3670-clock.txt | 25 to specify the clock which they consume.
|
| H A D | hi3660-clock.txt | 29 to specify the clock which they consume.
|
| H A D | hisi-crg.txt | 25 to specify the clock which they consume.
|
| H A D | hi6220-clock.txt | 50 to specify the clock which they consume.
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| H A 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()
|
| H A 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/drivers/platform/x86/intel/pmt/ |
| H A D | crashlog.c | 99 u32 consume; member 212 pmt_crashlog_rmw(crashlog, crashlog->info->control.consume, true); in pmt_crashlog_set_consumed() 484 .control.consume = TYPE1_VER2_CONSUME,
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm2711-rpi.dtsi | 91 * into memory for the OS to consume. It'll also update this node with
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intc_sar | 54 the sysfs node and consume the given information.
|
| /linux/Documentation/arch/x86/ |
| H A D | amd-hfi.rst | 130 ranking table and is ready for the operating system to consume it. CPUs receive 133 consume data for scheduling decisions.
|
| /linux/Documentation/devicetree/bindings/interconnect/ |
| H A D | interconnect.txt | 41 can be multiple interconnect providers on a SoC and the consumer may consume
|
| /linux/Documentation/userspace-api/ |
| H A D | vduse.rst | 223 consume the available ring. This is optional since userspace can choose to poll the 226 4. Listen to the kick eventfd (optional) and consume the available ring. The buffer
|
| /linux/Documentation/PCI/ |
| H A D | acpi-info.rst | 45 describe all the address space they consume. This includes all the windows 127 Play system determines what resources the device should consume and 130 In ACPI, devices can consume resources (for example, legacy keyboards),
|
| /linux/Documentation/driver-api/ |
| H A D | io-mapping.rst | 12 as it would consume too much of the kernel address space.
|
| /linux/include/linux/ |
| H A D | virtio_vsock.h | 225 bool consume);
|
| /linux/Documentation/livepatch/ |
| H A D | reliable-stacktrace.rst | 256 link register, and 'return' instructions consume the return address from the 281 may consume two entries from the fgraph return stack rather than one entry. 305 Due to cases such as the above, it may only be possible to reliably consume a
|
| /linux/Documentation/networking/ |
| H A D | strparser.rst | 91 consume the sk_buff. max_msg_size is maximum size the stream 174 is queued. The callee must consume the sk_buff; it can
|