Home
last modified time | relevance | path

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

1234

/Linux-v4.19/sound/firewire/tascam/
Dtascam-transaction.c64 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/
Damlogic,gxbb-aoclkc.txt18 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
Dhi3620-clock.txt18 to specify the clock which they consume.
Dhix5hd2-clock.txt13 to specify the clock which they consume.
Dmarvell,mmp2.txt19 to specify the clock which they consume.
Dmarvell,pxa168.txt19 to specify the clock which they consume.
Dmarvell,pxa910.txt19 to specify the clock which they consume.
Dmarvell,pxa1928.txt19 phandle and this identifier to specify the clock which they consume.
Dexynos5250-clock.txt17 to specify the clock which they consume.
Dexynos5420-clock.txt18 to specify the clock which they consume.
Dhi3660-clock.txt29 to specify the clock which they consume.
Dhisi-crg.txt25 to specify the clock which they consume.
Damlogic,gxbb-clkc.txt16 to specify the clock which they consume. All available clocks are defined as
Dexynos3250-clock.txt21 to specify the clock which they consume.
Dhi6220-clock.txt50 to specify the clock which they consume.
Dsamsung,s2mps11.txt27 to specify the clock which they consume.
Dsamsung,s3c2412-clock.txt15 to specify the clock which they consume. Some of the clocks are available only
/Linux-v4.19/Documentation/devicetree/bindings/nvmem/
Damlogic-efuse.txt31 Are device nodes which consume nvmem data cells.
Dqfprom.txt27 Are device nodes which consume nvmem data cells.
Dmtk-efuse.txt31 Are device nodes which consume nvmem data cells.
Duniphier-efuse.txt41 Are device nodes which consume nvmem data cells.
Dsc27xx-efuse.txt44 Are device nodes which consume nvmem data cells.
Drockchip-efuse.txt46 Are device nodes which consume nvmem data cells.
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Dmaxim,ds3231.txt13 to specify the clock which they consume. Following indices are allowed:
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/pearl/
Dpcie.c834 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