Home
last modified time | relevance | path

Searched refs:consumer (Results 1 – 25 of 150) sorted by relevance

123456

/f-stack/freebsd/mips/mediatek/
H A Dfdt_reset.c53 assert_deassert_all(device_t consumer, boolean_t assert) in assert_deassert_all() argument
61 rnode = ofw_bus_get_node(consumer); in assert_deassert_all()
65 device_printf(consumer, "Warning: No resets specified in fdt " in assert_deassert_all()
75 device_printf(consumer, "Warning: can not find " in assert_deassert_all()
87 device_printf(consumer, "Warning: failed to " in assert_deassert_all()
98 fdt_reset_assert_all(device_t consumer) in fdt_reset_assert_all() argument
101 return (assert_deassert_all(consumer, true)); in fdt_reset_assert_all()
105 fdt_reset_deassert_all(device_t consumer) in fdt_reset_deassert_all() argument
108 return (assert_deassert_all(consumer, false)); in fdt_reset_deassert_all()
H A Dfdt_reset.h38 int fdt_reset_assert_all(device_t consumer);
39 int fdt_reset_deassert_all(device_t consumer);
/f-stack/freebsd/contrib/ck/include/
H A Dck_ring.h95 unsigned int consumer, producer, delta; in _ck_ring_enqueue_sp() local
101 *size = (producer - consumer) & mask; in _ck_ring_enqueue_sp()
140 unsigned int consumer, producer; in _ck_ring_dequeue_sc() local
142 consumer = ring->c_head; in _ck_ring_dequeue_sc()
247 *size = (producer - consumer) & mask; in _ck_ring_enqueue_mp()
274 unsigned int consumer, producer; in _ck_ring_trydequeue_mc() local
289 return ck_pr_cas_uint(&ring->c_head, consumer, consumer + 1); in _ck_ring_trydequeue_mc()
299 unsigned int consumer, producer; in _ck_ring_dequeue_mc() local
324 consumer, in _ck_ring_dequeue_mc()
325 consumer + 1, in _ck_ring_dequeue_mc()
[all …]
/f-stack/dpdk/doc/guides/mempool/
H A Dring.rst15 multi-thread consumer sync mode. For more information please refer to:
21 single-thread consumer sync mode. For more information please refer to:
27 multi-thread consumer sync mode.
32 single-thread consumer sync mode.
36 For underlying **rte_ring** both producer and consumer operate in
42 For underlying **rte_ring** both producer and consumer operate in
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmdio-mux-multiplexer.txt1 Properties for an MDIO bus multiplexer consumer device
3 This is a special case of MDIO mux when MDIO mux is defined as a consumer
13 each child node of mdio bus multiplexer consumer device represent a mdio
21 In below example the Mux producer and consumer are separate nodes.
38 mdio-mux-1 { // Mux consumer
61 mdio-mux-2 { // Mux consumer
/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c806 argv[3] = createStringObject(nack->consumer->name,sdslen(nack->consumer->name)); in streamPropagateXCLAIM()
972 nack->consumer = consumer; in streamReplyWithRange()
1022 raxStart(&ri,consumer->pel); in streamReplyWithRangeFromConsumerPEL()
1596 nack->consumer = consumer; in streamCreateNACK()
1659 consumer = zmalloc(sizeof(*consumer)); in streamLookupConsumer()
1666 return consumer; in streamLookupConsumer()
1681 raxStart(&ri,consumer->pel); in streamDelConsumer()
2019 rax *pel = consumer ? consumer->pel : group->pel; in xpendingCommand()
2274 if (nack->consumer) in xclaimCommand()
2277 nack->consumer = consumer; in xclaimCommand()
[all …]
H A Dstream.h85 streamConsumer *consumer; /* The consumer this message was delivered to member
101 … streamID *end, size_t count, int rev, streamCG *group, streamConsumer *consumer, int flags, strea…
109 streamNACK *streamCreateNACK(streamConsumer *consumer);
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-smd-rpm.dtsi117 qcom,proxy-consumer-enable;
118 qcom,proxy-consumer-current = <10000>;
134 qcom,proxy-consumer-enable;
135 qcom,proxy-consumer-current = <10000>;
232 qcom,proxy-consumer-enable;
233 qcom,proxy-consumer-current = <10000>;
/f-stack/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst20 * Multi-consumer or single-consumer dequeue
158 In this example, only the consumer head and tail (cons_head and cons_tail) are modified and there i…
352 Producer/consumer synchronization modes
367 Multi-producer (/multi-consumer) mode. This is a default enqueue (/dequeue)
378 Single-producer (/single-consumer) mode. In this mode only one thread at a time
386 Multi-producer (/multi-consumer) with Relaxed Tail Sync (RTS) mode.
404 Multi-producer (/multi-consumer) with Head/Tail Sync (HTS) mode.
413 scenarios. Another advantage of fully serialized producer/consumer -
419 For ring with serialized producer/consumer (HTS sync mode) it is possible
433 * Multi-producer/Multi-consumer with Head/Tail Sync (HTS)
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/mux/
H A Dmux-controller.txt4 A multiplexer (or mux) controller will have one, or several, consumer devices
7 multiplexer needed by each consumer, but a single mux controller can of course
8 control several multiplexers for a single consumer.
29 each consumer. An optional property "mux-control-names" may contain a list of
43 /* One consumer of a 2-way mux controller (one GPIO-line) */
64 for the consumer node in fact asks for a named mux controller, that name is of
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dux500.txt15 clock in the prcmu-clock node the consumer wants to use.
18 The first cell indicates which PRCC block the consumer
24 The first cell indicates which PRCC block the consumer
H A Dcsr,atlas7-car.txt9 The clock consumer should specify the desired clock by having the clock
13 The reset consumer should specify the desired reset by having the reset
H A Dmaxim,max77686.txt59 Clock consumer node
84 Clock consumer node
107 Clock consumer node
H A Dalphascale,acc.txt99 Example of clock consumer with _SYS_ and _AHB_ sinks.
107 Clock consumer with only one, _AHB_ sink.
H A Dclock-bindings.txt5 tree. Those nodes are designated as clock providers. Clock consumer
32 Clock consumer nodes must never directly reference
129 * The PLL is both a clock provider and a clock consumer. It uses the clock
166 conflicting parent or rate configuration in multiple consumer nodes for
169 Configuration of common clocks, which affect multiple consumer devices can
H A Dpxa-clock.txt7 The clock consumer should specify the desired clock by having the clock
H A Dfujitsu,mb86s70-crg11.txt8 The consumer specifies the desired clock pointing to its phandle.
/f-stack/freebsd/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt13 to consumer drivers. These capabilities can be throughput, latency, priority
14 etc. The consumer drivers set constraints on interconnect path (or endpoints)
40 can be multiple interconnect providers on a SoC and the consumer may consume
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dpower_domain.txt7 This device tree binding can be used to bind PM domain consumer devices with
10 domains. A consumer node can refer to the provider by a phandle and a set of
46 The first example above defines a typical PM domain consumer device, which is
49 In the second example the consumer device are partitioned across two PM domains,
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dti,sci-reset.txt21 - #reset-cells : Should be 2. Please see the reset consumer node below for
26 Each of the reset consumer nodes should have the following properties,
47 consumer (a DSP device) on the 66AK2G SoC.
H A Dti-syscon-reset.txt28 - #reset-cells : Should be 1. Please see the reset consumer node below
51 Each of the reset consumer nodes should have the following properties,
65 using the syscon node, and a consumer (a DSP device) on the TI Keystone 2
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dnvmem.txt1 This file has been moved to nvmem.yaml and nvmem-consumer.yaml.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dat91-sama5d2_adc.txt24 - #io-channel-cells: in case consumer drivers are attached, this must be 1.
27 Properties for consumer drivers:
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-tpic2810.txt7 - #gpio-cells : Should be two. For consumer use see gpio.txt.
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmaxim,max98088.txt13 "consumer" for more information.

123456