Home
last modified time | relevance | path

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

123

/linux/sound/firewire/tascam/
H A 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()
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/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/Documentation/devicetree/bindings/clock/
H A Dmarvell,pxa910.txt19 to specify the clock which they consume.
H A Dmarvell,pxa168.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 Dhisi-crg.txt25 to specify the clock which they consume.
H A Dhi6220-clock.txt50 to specify the clock which they consume.
/linux/fs/ceph/
H A Dsubvolume_metrics.h78 u32 *nr, bool consume);
H A Dsubvolume_metrics.c217 u32 *nr, bool consume) in ceph_subvolume_metrics_snapshot() argument
285 if (consume) { in ceph_subvolume_metrics_snapshot()
/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/drivers/platform/x86/intel/pmt/
H A Dcrashlog.c99 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 Dbcm2711-rpi.dtsi91 * into memory for the OS to consume. It'll also update this node with
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intc_sar54 the sysfs node and consume the given information.
H A Dsysfs-bus-wmi70 the given WMI device will consume significant CPU resources.
/linux/Documentation/arch/x86/
H A Damd-hfi.rst130 ranking table and is ready for the operating system to consume it. CPUs receive
133 consume data for scheduling decisions.
H A Dintel-hfi.rst61 for the operating system to consume it. CPUs receive such interrupt via the
/linux/Documentation/devicetree/bindings/interconnect/
H A Dinterconnect.txt41 can be multiple interconnect providers on a SoC and the consumer may consume
/linux/Documentation/PCI/
H A 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/Documentation/livepatch/
H A Dreliable-stacktrace.rst256 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/driver-api/
H A Dio-mapping.rst12 as it would consume too much of the kernel address space.
/linux/Documentation/networking/
H A Dstrparser.rst91 consume the sk_buff. max_msg_size is maximum size the stream
174 is queued. The callee must consume the sk_buff; it can
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c111 bool consume) in ath10k_htc_consume_credit() argument
127 eid, credits, ep->tx_credits, consume); in ath10k_htc_consume_credit()
132 if (consume) { in ath10k_htc_consume_credit()

123