Searched refs:consume (Results 1 – 25 of 98) sorted by relevance
1234
/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-transaction.c | 64 int i, len, consume; in fill_message() local 72 consume = snd_rawmidi_transmit_peek(substream, msg, 3); in fill_message() 73 if (consume == 0) in fill_message() 79 for (i = 0; i < consume; ++i) { in fill_message() 88 consume = i + 1; in fill_message() 91 } else if (consume == 3) { in fill_message() 98 len = consume; in fill_message() 120 if (consume < len - 1) in fill_message() 122 consume = len - 1; in fill_message() 129 if (consume < len) in fill_message() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | amlogic,gxbb-aoclkc.txt | 18 to specify the clock which they consume. All available clocks are defined as 25 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 | 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,gxbb-clkc.txt | 16 to specify the clock which they consume. All available clocks are defined as
|
D | exynos3250-clock.txt | 21 to specify the clock which they consume.
|
D | hi6220-clock.txt | 50 to specify the clock which they consume.
|
D | samsung,s2mps11.txt | 27 to specify the clock which they consume.
|
D | samsung,s3c2412-clock.txt | 15 to specify the clock which they consume. Some of the clocks are available only
|
/Linux-v4.19/Documentation/devicetree/bindings/nvmem/ |
D | amlogic-efuse.txt | 31 Are device nodes which consume nvmem data cells.
|
D | qfprom.txt | 27 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-v4.19/Documentation/devicetree/bindings/rtc/ |
D | maxim,ds3231.txt | 13 to specify the clock which they consume. Following indices are allowed:
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/pearl/ |
D | pcie.c | 834 int consume; in qtnf_rx_poll() local 853 consume = 1; in qtnf_rx_poll() 857 consume = 0; in qtnf_rx_poll() 862 consume = 0; in qtnf_rx_poll() 868 consume = 0; in qtnf_rx_poll() 878 if (consume) { in qtnf_rx_poll()
|
1234