Home
last modified time | relevance | path

Searched refs:consumer (Results 26 – 50 of 395) sorted by relevance

12345678910>>...16

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35950.c406 ret = regulator_is_supported_voltage(nt->vregs[0].consumer, in nt35950_sharp_init_vregs()
410 ret = regulator_is_supported_voltage(nt->vregs[1].consumer, in nt35950_sharp_init_vregs()
415 ret = regulator_is_supported_voltage(nt->vregs[2].consumer, in nt35950_sharp_init_vregs()
420 ret = regulator_is_supported_voltage(nt->vregs[3].consumer, in nt35950_sharp_init_vregs()
437 ret = regulator_enable(nt->vregs[0].consumer); in nt35950_prepare()
442 ret = regulator_enable(nt->vregs[3].consumer); in nt35950_prepare()
447 ret = regulator_enable(nt->vregs[1].consumer); in nt35950_prepare()
451 ret = regulator_enable(nt->vregs[2].consumer); in nt35950_prepare()
H A Dpanel-startek-kd070fhfid015.c172 ret = regulator_enable(stk->supplies[IOVCC].consumer); in stk_panel_prepare()
177 ret = regulator_enable(stk->supplies[POWER].consumer); in stk_panel_prepare()
203 regulator_disable(stk->supplies[POWER].consumer); in stk_panel_prepare()
205 regulator_disable(stk->supplies[IOVCC].consumer); in stk_panel_prepare()
/openbmc/linux/Documentation/translations/zh_CN/infiniband/
H A Dcore_locking.rst89 consumer CQ event callback:
93 /* ... */ consumer CQ event callback:
/openbmc/linux/Documentation/power/regulator/
H A Doverview.rst43 Static: consumer does not change its supply voltage or
48 Dynamic: consumer needs to change its supply voltage or
112 Consumer Level: This is defined by consumer drivers
115 e.g. a consumer backlight driver asks for a current increase
121 consumer driver could be used on several different
144 This uses a similar API to the kernel clock interface in that consumer
151 See Documentation/power/regulator/consumer.rst
/openbmc/linux/tools/gpio/
H A Dgpio-utils.c60 const char *consumer) in gpiotools_request_line() argument
85 strcpy(req.consumer, consumer); in gpiotools_request_line()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxsk.c194 fill->consumer = map + off.fr.consumer; in xsk_create_umem_rings()
210 comp->consumer = map + off.cr.consumer; in xsk_create_umem_rings()
635 rx->consumer = rx_map + off.rx.consumer; in xsk_socket__create_shared()
639 rx->cached_cons = *rx->consumer; in xsk_socket__create_shared()
656 tx->consumer = tx_map + off.tx.consumer; in xsk_socket__create_shared()
663 tx->cached_cons = *tx->consumer + xsk->config.tx_size; in xsk_socket__create_shared()
/openbmc/linux/include/uapi/linux/
H A Dgpio.h198 char consumer[GPIO_MAX_NAME_SIZE]; member
226 char consumer[GPIO_MAX_NAME_SIZE]; member
339 char consumer[GPIO_MAX_NAME_SIZE]; member
/openbmc/linux/drivers/iio/adc/
H A Drcar-gyroadc.c179 struct regulator *consumer; in rcar_gyroadc_read_raw() local
189 consumer = priv->vref[0]; in rcar_gyroadc_read_raw()
191 consumer = priv->vref[chan->channel]; in rcar_gyroadc_read_raw()
199 if (!consumer) in rcar_gyroadc_read_raw()
223 if (!consumer) in rcar_gyroadc_read_raw()
226 vref = regulator_get_voltage(consumer); in rcar_gyroadc_read_raw()
/openbmc/linux/net/xdp/
H A Dxsk_queue.h22 u32 consumer ____cacheline_aligned_in_smp;
278 smp_store_release(&q->ring->consumer, q->cached_cons); /* D, matchees A */ in __xskq_cons_release()
344 return READ_ONCE(q->ring->producer) - READ_ONCE(q->ring->consumer); in xskq_cons_present_entries()
357 q->cached_cons = READ_ONCE(q->ring->consumer); in xskq_prod_nb_free()
444 return READ_ONCE(q->ring->consumer) == READ_ONCE(q->ring->producer); in xskq_prod_is_empty()
/openbmc/linux/drivers/of/unittest-data/
H A Dtests-phandle.dtsi50 consumer-a {
69 consumer-b {
/openbmc/linux/Documentation/devicetree/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,
/openbmc/linux/Documentation/devicetree/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)
41 can be multiple interconnect providers on a SoC and the consumer may consume
/openbmc/linux/Documentation/driver-api/hte/
H A Dtegra-hte.rst26 consumer can request an GPIO line.
39 provides an example of how a consumer can request an IRQ line. Since it is a
41 number that they are interested in. There is no userspace consumer support for
/openbmc/docs/designs/
H A Dbmc-health-monitor.md17 of this document), and a metric consumer (a program that makes use of health
27 consumer programs. Because of this staging step, the consumer does not need
29 4. Data transfer, where the consumer program obtains the metrics from the BMC by
31 5. The consumer program may take certain actions based on the metrics collected.
34 accomplished by both the producer and consumer. 5) is up to the consumer.
81 The metric consumer may be written in various different ways. No matter how the
82 consumer is obtained, it should be able to obtain the health metrics from the
85 The metric consumer is not in the scope of this document.
H A Dredfish-pcie.md33 The proposed implementation will follow the standard D-Bus producer-consumer
35 from hardware. The consumer will retrieve and parse the D-Bus data to provide
57 bmcweb will be the consumer. It will be responsible for retrieving the Redfish
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dmaxim,max77686.txt59 Clock consumer node
84 Clock consumer node
107 Clock consumer node
H A Dstericsson,u8500-clks.yaml40 prcmu-clock node the consumer wants to use.
52 which PRCC block the consumer wants to use, possible values are 1, 2, 3,
66 block the consumer wants to use, possible values are 1, 2, 3, 5, 6. The
80 which PRCC block the consumer wants to use, possible values are 1, 2, 3
/openbmc/linux/kernel/trace/
H A Dtrace_uprobe.c59 struct uprobe_consumer consumer; member
266 return tu->consumer.ret_handler != NULL; in is_ret_probe()
345 tu->consumer.handler = uprobe_dispatcher; in alloc_trace_uprobe()
347 tu->consumer.ret_handler = uretprobe_dispatcher; in alloc_trace_uprobe()
1058 tu->consumer.filter = filter; in trace_uprobe_enable()
1063 tu->ref_ctr_offset, &tu->consumer); in trace_uprobe_enable()
1084 uprobe_unregister(tu->inode, tu->offset, &tu->consumer); in __probe_event_disable()
1326 tu = container_of(uc, struct trace_uprobe, consumer); in uprobe_perf_filter()
1400 if (!uprobe_perf_filter(&tu->consumer, 0, current->mm)) in uprobe_perf_func()
1482 tu = container_of(con, struct trace_uprobe, consumer); in uprobe_dispatcher()
[all …]
/openbmc/linux/drivers/media/i2c/
H A Ds5k6a3.c205 ret = regulator_enable(sensor->supplies[i].consumer); in __s5k6a3_power_on()
214 ret = regulator_enable(sensor->supplies[i].consumer); in __s5k6a3_power_on()
233 regulator_disable(sensor->supplies[i].consumer); in __s5k6a3_power_on()
246 regulator_disable(sensor->supplies[i].consumer); in __s5k6a3_power_off()
/openbmc/linux/drivers/input/misc/
H A Dtwl6040-vibra.c151 volt = regulator_get_voltage(info->supplies[0].consumer) / 1000; in twl6040_vibra_set_effect()
157 volt = regulator_get_voltage(info->supplies[1].consumer) / 1000; in twl6040_vibra_set_effect()
303 error = regulator_set_voltage(info->supplies[0].consumer, in twl6040_vibra_probe()
313 error = regulator_set_voltage(info->supplies[1].consumer, in twl6040_vibra_probe()
/openbmc/linux/virt/kvm/
H A Deventfd.c152 irq_bypass_unregister_consumer(&irqfd->consumer); in irqfd_shutdown()
429 irqfd->consumer.token = (void *)irqfd->eventfd; in kvm_irqfd_assign()
430 irqfd->consumer.add_producer = kvm_arch_irq_bypass_add_producer; in kvm_irqfd_assign()
431 irqfd->consumer.del_producer = kvm_arch_irq_bypass_del_producer; in kvm_irqfd_assign()
432 irqfd->consumer.stop = kvm_arch_irq_bypass_stop; in kvm_irqfd_assign()
433 irqfd->consumer.start = kvm_arch_irq_bypass_start; in kvm_irqfd_assign()
434 ret = irq_bypass_register_consumer(&irqfd->consumer); in kvm_irqfd_assign()
437 irqfd->consumer.token, ret); in kvm_irqfd_assign()
/openbmc/linux/samples/watch_queue/
H A Dwatch_test.c64 static void consumer(int fd) in consumer() function
184 consumer(fd); in main()
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-delay.yaml32 If the input on the consumer is controlled by an open-drain signal
77 consumer {
/openbmc/linux/Documentation/devicetree/bindings/reset/
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
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-state_synced19 which happens only when all its consumer devices are registered
27 consumer devices.

12345678910>>...16