/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_irq.c | 132 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all() 136 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all() 351 if (!adev->irq.client[i].sources) in amdgpu_irq_fini_sw() 355 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini_sw() 363 kfree(adev->irq.client[i].sources); in amdgpu_irq_fini_sw() 364 adev->irq.client[i].sources = NULL; in amdgpu_irq_fini_sw() 394 if (!adev->irq.client[client_id].sources) { in amdgpu_irq_add_id() 395 adev->irq.client[client_id].sources = in amdgpu_irq_add_id() 399 if (!adev->irq.client[client_id].sources) in amdgpu_irq_add_id() 403 if (adev->irq.client[client_id].sources[src_id] != NULL) in amdgpu_irq_add_id() [all …]
|
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
D | adf_gen4_pfvf.c | 55 u32 sources, disabled, pending; in adf_gen4_disable_pending_vf2pf_interrupts() local 58 sources = ADF_CSR_RD(pmisc_addr, ADF_4XXX_VM2PF_SOU); in adf_gen4_disable_pending_vf2pf_interrupts() 59 if (!sources) in adf_gen4_disable_pending_vf2pf_interrupts() 65 pending = sources & ~disabled; in adf_gen4_disable_pending_vf2pf_interrupts() 78 ADF_CSR_WR(pmisc_addr, ADF_4XXX_VM2PF_MSK, disabled | sources); in adf_gen4_disable_pending_vf2pf_interrupts()
|
D | adf_gen2_pfvf.c | 74 u32 sources, disabled, pending; in adf_gen2_disable_pending_vf2pf_interrupts() local 79 sources = ADF_GEN2_ERR_REG_VF2PF(errsou3); in adf_gen2_disable_pending_vf2pf_interrupts() 81 if (!sources) in adf_gen2_disable_pending_vf2pf_interrupts() 88 pending = sources & ~disabled; in adf_gen2_disable_pending_vf2pf_interrupts() 103 errmsk3 &= ADF_GEN2_ERR_MSK_VF2PF(sources | disabled); in adf_gen2_disable_pending_vf2pf_interrupts()
|
/Linux-v6.6/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-v6.6/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-v6.6/drivers/crypto/intel/qat/qat_dh895xcc/ |
D | adf_dh895xcc_hw_data.c | 157 u32 sources, pending, disabled; in disable_pending_vf2pf_interrupts() local 164 sources = ADF_DH895XCC_ERR_REG_VF2PF_L(errsou3) in disable_pending_vf2pf_interrupts() 167 if (!sources) in disable_pending_vf2pf_interrupts() 176 pending = sources & ~disabled; in disable_pending_vf2pf_interrupts() 194 errmsk3 &= ADF_DH895XCC_ERR_MSK_VF2PF_L(sources | disabled); in disable_pending_vf2pf_interrupts() 195 errmsk5 &= ADF_DH895XCC_ERR_MSK_VF2PF_U(sources | disabled); in disable_pending_vf2pf_interrupts()
|
/Linux-v6.6/drivers/platform/surface/ |
D | surface_aggregator_tabletsw.c | 476 static int ssam_pos_get_sources_list(struct ssam_tablet_sw *sw, struct ssam_sources_list *sources) in ssam_pos_get_sources_list() argument 490 rsp.capacity = sizeof(*sources); in ssam_pos_get_sources_list() 492 rsp.pointer = (u8 *)sources; in ssam_pos_get_sources_list() 505 if (get_unaligned_le32(&sources->count) * sizeof(__le32) + sizeof(__le32) != rsp.length) { in ssam_pos_get_sources_list() 515 struct ssam_sources_list sources = {}; in ssam_pos_get_source() local 518 status = ssam_pos_get_sources_list(sw, &sources); in ssam_pos_get_source() 522 if (get_unaligned_le32(&sources.count) == 0) { in ssam_pos_get_source() 534 WARN_ON(get_unaligned_le32(&sources.count) > 1); in ssam_pos_get_source() 536 *source_id = get_unaligned_le32(&sources.id[0]); in ssam_pos_get_source()
|
/Linux-v6.6/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-v6.6/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-v6.6/drivers/gpu/drm/renesas/rcar-du/ |
D | rcar_du_crtc.c | 908 const char **sources; in rcar_du_crtc_crc_init() local 919 sources = kmalloc_array(count, sizeof(*sources), GFP_KERNEL); in rcar_du_crtc_crc_init() 920 if (!sources) in rcar_du_crtc_crc_init() 923 sources[0] = kstrdup("auto", GFP_KERNEL); in rcar_du_crtc_crc_init() 924 if (!sources[0]) in rcar_du_crtc_crc_init() 932 sources[i + 1] = kstrdup(name, GFP_KERNEL); in rcar_du_crtc_crc_init() 933 if (!sources[i + 1]) in rcar_du_crtc_crc_init() 937 rcrtc->sources = sources; in rcar_du_crtc_crc_init() 943 kfree(sources[i]); in rcar_du_crtc_crc_init() 946 kfree(sources); in rcar_du_crtc_crc_init() [all …]
|
/Linux-v6.6/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-v6.6/drivers/media/platform/renesas/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() 486 if (sink->sources[sink_pad->index]) in vsp1_entity_link_setup_sink() 489 sink->sources[sink_pad->index] = source; in vsp1_entity_link_setup_sink() 491 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-v6.6/Documentation/tools/rtla/ |
D | common_osnoise_description.rst | 4 allowing all the sources of operating system noise during its execution. 6 read, along with an interference counter of all sources of interference.
|
/Linux-v6.6/arch/arm/boot/dts/broadcom/ |
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-v6.6/Documentation/devicetree/bindings/leds/ |
D | leds-lm3697.txt | 23 - led-sources : Indicates which HVLED string is associated to which 53 led-sources = <0 2>; 63 led-sources = <1>;
|
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>;
|
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/drivers/gpu/drm/omapdrm/ |
D | omap_irq.c | 163 } 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-v6.6/net/ipv4/ |
D | igmp.c | 320 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_scount() 486 psf_list = sdeleted ? &pmc->tomb : &pmc->sources; in add_grec() 646 ip_sf_list_clear_all(pmc->sources); in kfree_pmc() 678 igmpv3_clear_zeros(&pmc->sources); in igmpv3_send_cr() 681 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) { in igmpv3_send_cr() 867 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_xmarksources() 898 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_marksources() 1199 pmc->sources = im->sources; in igmpv3_add_delrec() 1200 im->tomb = im->sources = NULL; in igmpv3_add_delrec() 1201 for (psf = pmc->sources; psf; psf = psf->sf_next) in igmpv3_add_delrec() [all …]
|
/Linux-v6.6/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-v6.6/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-v6.6/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() 706 if ((sources & GRCAN_IRQ_OR) || (status & GRCAN_STAT_OR)) { in grcan_err() 718 if (sources & (GRCAN_IRQ_TXAHBERR | GRCAN_IRQ_RXAHBERR) || in grcan_err() 723 if (sources & GRCAN_IRQ_TXAHBERR) { in grcan_err() 726 } else if (sources & GRCAN_IRQ_RXAHBERR) { in grcan_err() 767 u32 sources, status; in grcan_interrupt() local 770 sources = grcan_read_reg(®s->pimsr); in grcan_interrupt() 771 if (!sources) in grcan_interrupt() [all …]
|