Home
last modified time | relevance | path

Searched full:consume (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/Linux-v5.10/sound/firewire/tascam/
Dtascam-transaction.c63 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()
111 /* Calculate consume bytes. */ in fill_message()
119 if (consume < len - 1) in fill_message()
121 consume = len - 1; in fill_message()
[all …]
/Linux-v5.10/tools/testing/selftests/ftrace/test.d/00basic/
Dtrace_pipe.tc9 : "trace interface never consume the ring buffer"
13 : "trace interface never consume the ring buffer"
/Linux-v5.10/arch/arm/include/asm/
Dprobes.h43 * We assume one instruction can consume at most 64 bytes stack, which is
44 * 'push {r0-r15}'. Instructions consume more or unknown stack space like
/Linux-v5.10/drivers/iio/
Diio_core_trigger.h11 * @indio_dev: iio_dev associated with the device that will consume the trigger
31 * @indio_dev: iio_dev associated with the device that will consume the trigger
/Linux-v5.10/include/linux/
Dptr_ring.h39 int batch; /* number of entries to consume in a batch */
121 * consume in interrupt or BH context, you must disable interrupts/BH when
188 * re-test __ptr_ring_empty and/or consume the ring enteries
251 * Doing it naively at each consume would be as simple as: in __ptr_ring_discard_one()
508 * In particular if you consume ring in interrupt or BH context, you must
587 * In particular if you consume ring in interrupt or BH context, you must
616 * In particular if you consume ring in interrupt or BH context, you must
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Damlogic,gxbb-aoclkc.txt26 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
Dhi3620-clock.txt18 to specify the clock which they consume.
Dmarvell,pxa168.txt19 to specify the clock which they consume.
Dmarvell,pxa1928.txt19 phandle and this identifier to specify the clock which they consume.
Dmarvell,pxa910.txt19 to specify the clock which they consume.
Dhix5hd2-clock.txt13 to specify the clock which they consume.
Dexynos5250-clock.txt17 to specify the clock which they consume.
/Linux-v5.10/drivers/spi/
Dspi-tegra114.c404 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.10/drivers/crypto/cavium/nitrox/
Dnitrox_csr.h1000 * that ILK packets may consume. When the threshold is
1003 * that NPS packets may consume. When the threshold is
1006 * that the sum of ILK and NPS packets may consume.
1008 * flows may consume before ILK_XOFF is sent to the BMI_X2P_ARB.
1010 * flows may consume before NPS XOFF is sent to the BMI_X2p_ARB.
1012 * packet flows may consume before both NPS_XOFF and ILK_XOFF
1108 * ILK packet flows may consume before ILK XOFF is
1111 * NPS_SLC packet flow may consume before NPS_SLC XOFF is
1114 * NPS_UNS packet flow may consume before NPS_UNS XOFF is
1117 * NPS_SLC packet flows may consume before NPS_UNS XOFF, NSP_SLC and
/Linux-v5.10/Documentation/PCI/
Dacpi-info.rst45 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-v5.10/include/rdma/
Duverbs_types.h62 /* This does not consume the kref on uobj */
69 /* This does not consume the kref on uobj */
/Linux-v5.10/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c284 /* consume uninteresting buffer */ in gssx_dec_option_array()
331 /* we assume we have no options for now, so simply consume them */ in gssx_dec_status()
509 /* we assume we have no attributes for now, so simply consume them */ in gssx_dec_name()
515 /* we assume we have no options for now, so simply consume them */ in gssx_dec_name()
682 /* we assume we have no options for now, so simply consume them */ in gssx_dec_ctx()
/Linux-v5.10/include/linux/qed/
Dqed_chain.h77 * as produce / consume.
80 /* Point to next element to produce/consume */
134 * for fastpath operation [consume/produce] but only for the SINGLE
492 * call to qed_chain_produce/consume. Instead, the indices in qed_chain_reset()
/Linux-v5.10/Documentation/devicetree/bindings/rtc/
Dmaxim,ds3231.txt13 to specify the clock which they consume. Following indices are allowed:
/Linux-v5.10/Documentation/devicetree/bindings/nvmem/
Dsprd-efuse.txt30 Are device nodes which consume nvmem data cells.
Dmtk-efuse.txt31 Are device nodes which consume nvmem data cells.
Damlogic-efuse.txt40 Are device nodes which consume nvmem data cells.
/Linux-v5.10/arch/powerpc/
DKconfig18 # is 2^47 (128TB). As a maximum, allow randomisation to consume up to
21 # consume "normal" amounts of address space. Book3S 64 only supports 64K
27 # address space is 2^46 (64TB). Allow randomisation to consume up to 16T
35 # Allow randomisation to consume up to 1GB of address space (2^30).
44 # Allow randomisation to consume up to 512MB of address space (2^29).
52 # Allow randomisation to consume up to 8MB of address space (2^23).
/Linux-v5.10/fs/nfsd/
Dcurrent_stateid.h22 * functions to consume current state id
/Linux-v5.10/drivers/dma/qcom/
Dhidma_ll.c235 * Return 0 if there is nothing to consume or no pending TREs/EVREs found.
255 * may not match. Only consume the ones that hardware told us. in hidma_handle_tre_completion()
355 * The interrupt handler for HIDMA will try to consume as many pending
364 * be delivered while we are working. It will try to consume incoming
419 * Try to consume as many EVREs as possible. in hidma_ll_int_handler_internal()

12345678910>>...18