Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/Linux-v5.15/Documentation/devicetree/bindings/leds/
Dleds-bcm6328.txt18 explained later in brcm,link-signal-sources). Even if a LED is hardware
59 - brcm,link-signal-sources : An array of hardware link
60 signal sources. Up to four link hardware signals can get muxed into
65 - brcm,activity-signal-sources : An array of hardware activity
66 signal sources. Up to four activity hardware signals can get muxed into
127 brcm,link-signal-sources = <0>;
132 brcm,link-signal-sources = <1>;
205 brcm,link-signal-sources = <0>;
206 brcm,activity-signal-sources = <0>;
212 brcm,activity-signal-sources = <1>;
[all …]
Dleds-lm3697.txt23 - led-sources : Indicates which HVLED string is associated to which
53 led-sources = <0 2>;
63 led-sources = <1>;
Dleds-lm36274.txt20 - led-sources : Indicates which LED strings will be enabled.
21 Values from 0-3, sources is 0 based so strings will be
77 led-sources = <0 2>;
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c153 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all()
157 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all()
407 if (!adev->irq.client[i].sources) in amdgpu_irq_fini_sw()
411 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini_sw()
419 kfree(adev->irq.client[i].sources); in amdgpu_irq_fini_sw()
420 adev->irq.client[i].sources = NULL; in amdgpu_irq_fini_sw()
450 if (!adev->irq.client[client_id].sources) { in amdgpu_irq_add_id()
451 adev->irq.client[client_id].sources = in amdgpu_irq_add_id()
455 if (!adev->irq.client[client_id].sources) in amdgpu_irq_add_id()
459 if (adev->irq.client[client_id].sources[src_id] != NULL) in amdgpu_irq_add_id()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/misc/
Daspeed,cvic.txt9 some of the same sources as the main ARM interrupt controller but with
21 - valid-sources: One cell, bitmap of supported sources for the implementation
32 valid-sources = <0xffffffff>;
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dti-lmu.txt110 led-sources = <0 1>;
155 led-sources = <0 1>;
172 led-sources = <1 2>;
179 led-sources = <0>;
190 led-sources = <1>;
196 led-sources = <3 4 5>;
217 led-sources = <0 1>;
264 led-sources = <0 2>;
/Linux-v5.15/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c870 const char **sources; in rcar_du_crtc_crc_init() local
881 sources = kmalloc_array(count, sizeof(*sources), GFP_KERNEL); in rcar_du_crtc_crc_init()
882 if (!sources) in rcar_du_crtc_crc_init()
885 sources[0] = kstrdup("auto", GFP_KERNEL); in rcar_du_crtc_crc_init()
886 if (!sources[0]) in rcar_du_crtc_crc_init()
894 sources[i + 1] = kstrdup(name, GFP_KERNEL); in rcar_du_crtc_crc_init()
895 if (!sources[i + 1]) in rcar_du_crtc_crc_init()
899 rcrtc->sources = sources; in rcar_du_crtc_crc_init()
905 kfree(sources[i]); in rcar_du_crtc_crc_init()
908 kfree(sources); in rcar_du_crtc_crc_init()
[all …]
/Linux-v5.15/sound/soc/codecs/
Dmax98504.c228 unsigned int i, sources = 0; in max98504_set_channel_map() local
232 sources |= (1 << i); in max98504_set_channel_map()
237 sources); in max98504_set_channel_map()
241 regmap_write(map, MAX98504_PDM_TX_CONTROL, sources); in max98504_set_channel_map()
247 regmap_write(map, MAX98504_MEASUREMENT_ENABLE, sources ? 0x3 : 0x01); in max98504_set_channel_map()
/Linux-v5.15/Documentation/trace/
Dstm.rst9 protocol multiplexing data from multiple trace sources, each one of
12 hardware trace sources, others are available to software. Software
13 trace sources are usually free to pick for themselves any
17 sources can only be identified by master/channel combination, so in
19 involves multiple trace sources, it needs to be able to map those
20 master/channel pairs to the trace sources that it understands.
55 be used for trace sources with the id string of "user/dummy".
57 Trace sources have to open the stm class device's node and write their
81 and have better control over the un-identified sources.
99 For kernel-based trace sources, there is "stm_source" device
/Linux-v5.15/drivers/gpu/drm/
Ddrm_debugfs_crc.c89 const char *const *sources = crtc->funcs->get_crc_sources(crtc, in crc_control_show() local
94 if (count == 0 || !sources) in crc_control_show()
98 if (!crtc->funcs->verify_crc_source(crtc, sources[i], in crc_control_show()
100 if (strcmp(sources[i], crtc->crc.source)) in crc_control_show()
101 seq_printf(m, "%s\n", sources[i]); in crc_control_show()
103 seq_printf(m, "%s*\n", sources[i]); in crc_control_show()
/Linux-v5.15/drivers/media/platform/vsp1/
Dvsp1_entity.c37 source = entity->sources[0]; in vsp1_entity_route_setup()
50 source = entity->sources[0]; in vsp1_entity_route_setup()
487 if (sink->sources[sink_pad->index]) in vsp1_entity_link_setup_sink()
490 sink->sources[sink_pad->index] = source; in vsp1_entity_link_setup_sink()
492 sink->sources[sink_pad->index] = NULL; in vsp1_entity_link_setup_sink()
646 entity->sources = devm_kcalloc(vsp1->dev, max(num_pads - 1, 1U), in vsp1_entity_init()
647 sizeof(*entity->sources), GFP_KERNEL); in vsp1_entity_init()
648 if (entity->sources == NULL) in vsp1_entity_init()
/Linux-v5.15/arch/arm/boot/dts/
Dbcm4708-smartrg-sr400ac.dts45 trigger-sources = <&ohci_port2>, <&ehci_port2>;
52 trigger-sources = <&xhci_port1>;
59 trigger-sources = <&ohci_port1>, <&ehci_port1>;
/Linux-v5.15/Documentation/ABI/testing/
Dconfigfs-stp-policy-p_sys-t7 Data coming from trace sources that use this <node> will be
9 allow the decoder to discern between different sources
40 use this option with sources that generate constant and/or
/Linux-v5.15/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt10 - led-sources : List of enabled channels from 0 to 5.
25 led-sources = <0 1 2 5>;
Darcxcnn_bl.txt11 - led-sources: List of enabled channels from 0 to 5.
31 led-sources = <0 1 2 5>;
/Linux-v5.15/Documentation/virt/kvm/devices/
Dmpic.rst41 "attr" is the IRQ number. IRQ numbers for standard sources are the
51 the main array of interrupt sources (a.k.a. "SRC" interrupts).
54 the register offset from the beginning of the sources array, without
/Linux-v5.15/drivers/gpu/drm/omapdrm/
Domap_irq.c163 } sources[] = { in omap_irq_fifo_underflow() local
188 for (i = 0; i < ARRAY_SIZE(sources); ++i) { in omap_irq_fifo_underflow()
189 if (sources[i].mask & irqstatus) in omap_irq_fifo_underflow()
190 pr_cont("%s ", sources[i].name); in omap_irq_fifo_underflow()
/Linux-v5.15/scripts/gdb/linux/
Dmodules.py85 sources = module['source_list']
86 for use in lists.list_for_each_entry(sources, t, "source_list"):
/Linux-v5.15/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt14 - ti,max-crossbar-sources: Maximum number of crossbar sources that can be routed.
35 ti,max-crossbar-sources = <400>;
/Linux-v5.15/net/ipv4/
Digmp.c320 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_scount()
484 psf_list = sdeleted ? &pmc->tomb : &pmc->sources; in add_grec()
644 ip_sf_list_clear_all(pmc->sources); in kfree_pmc()
676 igmpv3_clear_zeros(&pmc->sources); in igmpv3_send_cr()
679 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) { in igmpv3_send_cr()
864 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_xmarksources()
895 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_marksources()
1195 pmc->sources = im->sources; in igmpv3_add_delrec()
1196 im->tomb = im->sources = NULL; in igmpv3_add_delrec()
1197 for (psf = pmc->sources; psf; psf = psf->sf_next) in igmpv3_add_delrec()
[all …]
/Linux-v5.15/Documentation/timers/
Dtimekeeping.rst2 Clock sources, Clock events, sched_clock() and delay timers
11 specific implementations of clock sources, clockevents and several likewise
22 Clock sources
70 For real simple clock sources accessed from a single I/O memory location
88 Clock events are the conceptual reverse of clock sources: they take a
92 Clock events are orthogonal to clock sources. The same hardware
111 In addition to the clock sources and clock events there is a special weak
123 Compared to clock sources, sched_clock() has to be very fast: it is called
146 Some architectures may have a limited set of time sources and lack a nice
/Linux-v5.15/drivers/net/can/
Dgrcan.c572 static void grcan_err(struct net_device *dev, u32 sources, u32 status) in grcan_err() argument
589 if (sources & GRCAN_IRQ_TXLOSS) { in grcan_err()
607 if ((sources & GRCAN_IRQ_ERRCTR_RELATED) || in grcan_err()
705 if ((sources & GRCAN_IRQ_OR) || (status & GRCAN_STAT_OR)) { in grcan_err()
717 if (sources & (GRCAN_IRQ_TXAHBERR | GRCAN_IRQ_RXAHBERR) || in grcan_err()
722 if (sources & GRCAN_IRQ_TXAHBERR) { in grcan_err()
725 } else if (sources & GRCAN_IRQ_RXAHBERR) { in grcan_err()
766 u32 sources, status; in grcan_interrupt() local
769 sources = grcan_read_reg(&regs->pimsr); in grcan_interrupt()
770 if (!sources) in grcan_interrupt()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/
Driscv,cpu-intc.txt10 The RISC-V supervisor ISA manual specifies three interrupt sources that are
19 required to have a HLIC with these three interrupt sources present. Since the
28 - #interrupt-cells : should be <1>. The interrupt sources are defined by the
/Linux-v5.15/arch/mips/boot/dts/brcm/
Dbcm63268-comtrend-vr-3032u.dts30 brcm,link-signal-sources = <0>;
36 brcm,link-signal-sources = <1>;
/Linux-v5.15/drivers/video/backlight/
Dlm3630a_bl.c379 u32 sources[LM3630A_NUM_SINKS]; in lm3630a_parse_led_sources() local
385 else if (num_sources > ARRAY_SIZE(sources)) in lm3630a_parse_led_sources()
388 ret = fwnode_property_read_u32_array(node, "led-sources", sources, in lm3630a_parse_led_sources()
394 if (sources[i] != LM3630A_SINK_0 && sources[i] != LM3630A_SINK_1) in lm3630a_parse_led_sources()
397 ret |= BIT(sources[i]); in lm3630a_parse_led_sources()

12345678910>>...14