Home
last modified time | relevance | path

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

12345678910>>...16

/linux/Documentation/devicetree/bindings/leds/
A Dleds-bcm6328.txt127 brcm,link-signal-sources = <0>;
132 brcm,link-signal-sources = <1>;
205 brcm,link-signal-sources = <0>;
218 brcm,link-signal-sources = <4>;
224 brcm,link-signal-sources = <5>;
230 brcm,link-signal-sources = <6>;
236 brcm,link-signal-sources = <7>;
285 brcm,link-signal-sources = <0>;
292 brcm,link-signal-sources = <7>;
298 brcm,link-signal-sources = <6>;
[all …]
A 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>;
A Dleds-lm3697.txt23 - led-sources : Indicates which HVLED string is associated to which
53 led-sources = <0 2>;
63 led-sources = <1>;
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_irq.c153 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all()
407 if (!adev->irq.client[i].sources) 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()
473 adev->irq.client[client_id].sources[src_id] = source; in amdgpu_irq_add_id()
514 } else if (!adev->irq.client[client_id].sources) { in amdgpu_irq_dispatch()
[all …]
/linux/Documentation/devicetree/bindings/misc/
A 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/Documentation/devicetree/bindings/mfd/
A 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/Documentation/devicetree/bindings/interrupt-controller/
A Darm,vic.yaml33 VIC has no configuration options for interrupt sources. The single
44 A one cell big bit mask of valid interrupt sources. Each bit
53 A one cell big bit mask of interrupt sources that can be configured
57 defaults to all interrupt sources configurable as wake up sources.
A Dsamsung,exynos4210-combiner.yaml14 can combine interrupt sources as a group and provide a single interrupt
19 interrupt sources can be connected to a combiner. The combiner outputs one
20 combined interrupt for its eight interrupt sources. The combined interrupt is
28 8 interrupt sources).
/linux/drivers/gpu/drm/rcar-du/
A 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()
886 if (!sources[0]) 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()
915 if (!rcrtc->sources) in rcar_du_crtc_crc_cleanup()
920 kfree(rcrtc->sources); in rcar_du_crtc_crc_cleanup()
[all …]
/linux/Documentation/trace/
A 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/sound/soc/codecs/
A 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/drivers/gpu/drm/
A 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/drivers/media/platform/vsp1/
A 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/Documentation/ABI/testing/
A 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/arch/arm/boot/dts/
A Dbcm4708-smartrg-sr400ac.dts45 trigger-sources = <&ohci_port2>, <&ehci_port2>;
52 trigger-sources = <&xhci_port1>;
59 trigger-sources = <&ohci_port1>, <&ehci_port1>;
/linux/net/ipv4/
A Digmp.c644 ip_sf_list_clear_all(pmc->sources); in kfree_pmc()
1195 pmc->sources = im->sources; in igmpv3_add_delrec()
1196 im->tomb = im->sources = NULL; in igmpv3_add_delrec()
1238 swap(im->sources, pmc->sources); in igmpv3_del_delrec()
1882 pmc->sources = psf->sf_next; in ip_mc_del1_src()
1986 pmc->sources = psf; in ip_mc_add1_src()
2149 sources = pmc->sources; in ip_mc_clear_src()
2150 pmc->sources = NULL; in ip_mc_clear_src()
2157 ip_sf_list_clear_all(sources); in ip_mc_clear_src()
2902 psf = im->sources; in igmp_mcf_get_first()
[all …]
/linux/Documentation/virt/kvm/devices/
A 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/drivers/gpu/drm/omapdrm/
A 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/Documentation/timers/
A 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/drivers/net/can/
A Dgrcan.c589 if (sources & GRCAN_IRQ_TXLOSS) { in grcan_err()
607 if ((sources & GRCAN_IRQ_ERRCTR_RELATED) || 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()
772 grcan_write_reg(&regs->picr, sources); in grcan_interrupt()
784 if (sources & (GRCAN_IRQ_TX | GRCAN_IRQ_RX)) { in grcan_interrupt()
794 if (sources & GRCAN_IRQ_ERRORS) in grcan_interrupt()
[all …]
/linux/Documentation/devicetree/bindings/leds/backlight/
A Dlm3630a-backlight.yaml55 both sinks with the led-sources property.
62 led-sources:
111 led-sources = <0 1>;
A Dsky81452-backlight.txt10 - led-sources : List of enabled channels from 0 to 5.
25 led-sources = <0 1 2 5>;
A Darcxcnn_bl.txt11 - led-sources: List of enabled channels from 0 to 5.
31 led-sources = <0 1 2 5>;
/linux/Documentation/devicetree/bindings/arm/omap/
A Dcrossbar.txt14 - ti,max-crossbar-sources: Maximum number of crossbar sources that can be routed.
35 ti,max-crossbar-sources = <400>;
/linux/scripts/gdb/linux/
A Dmodules.py85 sources = module['source_list']
86 for use in lists.list_for_each_entry(sources, t, "source_list"):

Completed in 48 milliseconds

12345678910>>...16