/Linux-v5.10/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6328.txt | 18 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 …]
|
D | leds-lm36274.txt | 20 - 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>;
|
D | leds-lm3697.txt | 23 - led-sources : Indicates which HVLED string is associated to which 53 led-sources = <0 2>; 63 led-sources = <1>;
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_irq.c | 118 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all() 122 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all() 323 if (!adev->irq.client[i].sources) in amdgpu_irq_fini() 327 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini() 337 adev->irq.client[i].sources[j] = NULL; in amdgpu_irq_fini() 340 kfree(adev->irq.client[i].sources); in amdgpu_irq_fini() 341 adev->irq.client[i].sources = NULL; in amdgpu_irq_fini() 371 if (!adev->irq.client[client_id].sources) { in amdgpu_irq_add_id() 372 adev->irq.client[client_id].sources = in amdgpu_irq_add_id() 376 if (!adev->irq.client[client_id].sources) in amdgpu_irq_add_id() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/misc/ |
D | aspeed,cvic.txt | 9 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.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,vic.txt | 14 the VIC has no configuration options for interrupt sources. The cell is a u32 21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit 25 - valid-wakeup-mask : A one cell big bit mask of interrupt sources that can be 29 interrupt sources configurable as wake up sources.
|
D | samsung,exynos4210-combiner.txt | 4 can combine interrupt sources as a group and provide a single interrupt request 9 interrupt sources can be connected to a combiner. The combiner outputs one 10 combined interrupt for its eight interrupt sources. The combined interrupt 18 up to 8 interrupt sources).
|
D | riscv,cpu-intc.txt | 10 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.10/Documentation/devicetree/bindings/mfd/ |
D | ti-lmu.txt | 110 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.10/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.c | 871 const char **sources; in rcar_du_crtc_crc_init() local 882 sources = kmalloc_array(count, sizeof(*sources), GFP_KERNEL); in rcar_du_crtc_crc_init() 883 if (!sources) in rcar_du_crtc_crc_init() 886 sources[0] = kstrdup("auto", GFP_KERNEL); in rcar_du_crtc_crc_init() 887 if (!sources[0]) in rcar_du_crtc_crc_init() 895 sources[i + 1] = kstrdup(name, GFP_KERNEL); in rcar_du_crtc_crc_init() 896 if (!sources[i + 1]) in rcar_du_crtc_crc_init() 900 rcrtc->sources = sources; in rcar_du_crtc_crc_init() 906 kfree(sources[i]); in rcar_du_crtc_crc_init() 909 kfree(sources); in rcar_du_crtc_crc_init() [all …]
|
/Linux-v5.10/sound/soc/codecs/ |
D | max98504.c | 228 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.10/Documentation/trace/ |
D | stm.rst | 9 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.10/drivers/gpu/drm/ |
D | drm_debugfs_crc.c | 89 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.10/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 37 source = entity->sources[0]; in vsp1_entity_route_setup() 50 source = entity->sources[0]; in vsp1_entity_route_setup() 484 if (sink->sources[sink_pad->index]) in vsp1_entity_link_setup_sink() 487 sink->sources[sink_pad->index] = source; in vsp1_entity_link_setup_sink() 489 sink->sources[sink_pad->index] = NULL; in vsp1_entity_link_setup_sink() 643 entity->sources = devm_kcalloc(vsp1->dev, max(num_pads - 1, 1U), in vsp1_entity_init() 644 sizeof(*entity->sources), GFP_KERNEL); in vsp1_entity_init() 645 if (entity->sources == NULL) in vsp1_entity_init()
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | configfs-stp-policy-p_sys-t | 7 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.10/arch/arm/boot/dts/ |
D | bcm4708-smartrg-sr400ac.dts | 45 trigger-sources = <&ohci_port2>, <&ehci_port2>; 52 trigger-sources = <&xhci_port1>; 59 trigger-sources = <&ohci_port1>, <&ehci_port1>;
|
/Linux-v5.10/Documentation/devicetree/bindings/leds/backlight/ |
D | sky81452-backlight.txt | 10 - led-sources : List of enabled channels from 0 to 5. 25 led-sources = <0 1 2 5>;
|
D | arcxcnn_bl.txt | 11 - led-sources: List of enabled channels from 0 to 5. 31 led-sources = <0 1 2 5>;
|
/Linux-v5.10/Documentation/virt/kvm/devices/ |
D | mpic.rst | 41 "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.10/scripts/gdb/linux/ |
D | modules.py | 85 sources = module['source_list'] 86 for use in lists.list_for_each_entry(sources, t, "source_list"):
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/omap/ |
D | crossbar.txt | 14 - ti,max-crossbar-sources: Maximum number of crossbar sources that can be routed. 35 ti,max-crossbar-sources = <400>;
|
/Linux-v5.10/net/ipv4/ |
D | igmp.c | 320 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() 857 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_xmarksources() 888 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_marksources() 1188 pmc->sources = im->sources; in igmpv3_add_delrec() 1189 im->tomb = im->sources = NULL; in igmpv3_add_delrec() 1190 for (psf = pmc->sources; psf; psf = psf->sf_next) in igmpv3_add_delrec() [all …]
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/ |
D | omap_irq.c | 165 } sources[] = { in omap_irq_fifo_underflow() local 190 for (i = 0; i < ARRAY_SIZE(sources); ++i) { in omap_irq_fifo_underflow() 191 if (sources[i].mask & irqstatus) in omap_irq_fifo_underflow() 192 pr_cont("%s ", sources[i].name); in omap_irq_fifo_underflow()
|
/Linux-v5.10/Documentation/timers/ |
D | timekeeping.rst | 2 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.10/drivers/net/can/ |
D | grcan.c | 572 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(®s->pimsr); in grcan_interrupt() 770 if (!sources) in grcan_interrupt() [all …]
|