Home
last modified time | relevance | path

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

12345678910>>...19

/linux/Documentation/devicetree/bindings/leds/
A Dleds-bcm6328.yaml85 brcm,link-signal-sources:
96 brcm,activity-signal-sources:
181 brcm,link-signal-sources = <0>;
187 brcm,link-signal-sources = <1>;
273 brcm,link-signal-sources = <0>;
288 brcm,link-signal-sources = <4>;
295 brcm,link-signal-sources = <5>;
302 brcm,link-signal-sources = <6>;
309 brcm,link-signal-sources = <7>;
361 brcm,link-signal-sources = <0>;
[all …]
A Dsilergy,sy7802.yaml17 high side current sources. Each channel is able to deliver 900mA current.
56 led-sources:
65 - led-sources
97 led-sources = <0>, <1>;
A Dqcom,spmi-flash-led.yaml46 led-sources:
80 - led-sources
104 led-sources = <1>, <4>;
114 led-sources = <2>, <3>;
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.c132 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all()
358 if (!adev->irq.client[i].sources) in amdgpu_irq_fini_sw()
370 kfree(adev->irq.client[i].sources); in amdgpu_irq_fini_sw()
371 adev->irq.client[i].sources = NULL; in amdgpu_irq_fini_sw()
401 if (!adev->irq.client[client_id].sources) { in amdgpu_irq_add_id()
402 adev->irq.client[client_id].sources = in amdgpu_irq_add_id()
406 if (!adev->irq.client[client_id].sources) in amdgpu_irq_add_id()
410 if (adev->irq.client[client_id].sources[src_id] != NULL) in amdgpu_irq_add_id()
424 adev->irq.client[client_id].sources[src_id] = source; in amdgpu_irq_add_id()
474 } else if (!adev->irq.client[client_id].sources) { in amdgpu_irq_dispatch()
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Driscv,aplic.yaml19 interrupt sources connect to the root APLIC domain and a parent APLIC
20 domain can delegate interrupt sources to it's child APLIC domains. There
57 riscv,num-sources:
62 Specifies the number of wired interrupt sources supported by this
102 - riscv,num-sources
125 riscv,num-sources = <63>;
137 riscv,num-sources = <63>;
147 riscv,num-sources = <63>;
159 riscv,num-sources = <63>;
170 riscv,num-sources = <63>;
A Daspeed,ast2400-vic.yaml32 must be 1 as the VIC has no configuration options for interrupt sources.
35 valid-sources:
39 A bitmap of supported sources for the implementation.
59 valid-sources = <0xffffffff 0x0007ffff>;
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/crypto/intel/qat/qat_common/
A Dadf_gen4_pfvf.c53 u32 sources, disabled, pending; in adf_gen4_disable_pending_vf2pf_interrupts() local
56 sources = ADF_CSR_RD(pmisc_addr, ADF_4XXX_VM2PF_SOU); in adf_gen4_disable_pending_vf2pf_interrupts()
57 if (!sources) in adf_gen4_disable_pending_vf2pf_interrupts()
63 pending = sources & ~disabled; in adf_gen4_disable_pending_vf2pf_interrupts()
76 ADF_CSR_WR(pmisc_addr, ADF_4XXX_VM2PF_MSK, disabled | sources); in adf_gen4_disable_pending_vf2pf_interrupts()
A Dadf_gen2_pfvf.c74 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()
105 errmsk3 |= ADF_GEN2_ERR_MSK_VF2PF(sources | disabled); in adf_gen2_disable_pending_vf2pf_interrupts()
/linux/Documentation/devicetree/bindings/misc/
A Daspeed,ast2400-cvic.yaml16 somewhat shares some of the same sources as the main ARM interrupt controller
32 valid-sources:
36 A bitmap of supported sources for the implementation.
49 - valid-sources
58 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/drivers/crypto/intel/qat/qat_dh895xcc/
A Dadf_dh895xcc_hw_data.c159 u32 sources, pending, disabled; in disable_pending_vf2pf_interrupts() local
166 sources = ADF_DH895XCC_ERR_REG_VF2PF_L(errsou3) in disable_pending_vf2pf_interrupts()
169 if (!sources) in disable_pending_vf2pf_interrupts()
178 pending = sources & ~disabled; in disable_pending_vf2pf_interrupts()
200 errmsk3 |= ADF_DH895XCC_ERR_MSK_VF2PF_L(sources | disabled); in disable_pending_vf2pf_interrupts()
201 errmsk5 |= ADF_DH895XCC_ERR_MSK_VF2PF_U(sources | disabled); in disable_pending_vf2pf_interrupts()
/linux/drivers/platform/surface/
A Dsurface_aggregator_tabletsw.c476 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/sound/soc/codecs/
A Dmax98504.c230 unsigned int i, sources = 0; in max98504_set_channel_map() local
234 sources |= (1 << i); in max98504_set_channel_map()
239 sources); in max98504_set_channel_map()
243 regmap_write(map, MAX98504_PDM_TX_CONTROL, sources); in max98504_set_channel_map()
249 regmap_write(map, MAX98504_MEASUREMENT_ENABLE, sources ? 0x3 : 0x01); in max98504_set_channel_map()
/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/drivers/gpu/drm/renesas/rcar-du/
A Drcar_du_crtc.c908 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()
924 if (!sources[0]) 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()
953 if (!rcrtc->sources) in rcar_du_crtc_crc_cleanup()
958 kfree(rcrtc->sources); in rcar_du_crtc_crc_cleanup()
[all …]
/linux/drivers/media/platform/renesas/vsp1/
A Dvsp1_entity.c37 source = entity->sources[0]; in vsp1_entity_route_setup()
50 source = entity->sources[0]; in vsp1_entity_route_setup()
437 if (sink->sources[sink_pad->index]) in vsp1_entity_link_setup_sink()
440 sink->sources[sink_pad->index] = source; in vsp1_entity_link_setup_sink()
442 sink->sources[sink_pad->index] = NULL; in vsp1_entity_link_setup_sink()
597 entity->sources = devm_kcalloc(vsp1->dev, max(num_pads - 1, 1U), in vsp1_entity_init()
598 sizeof(*entity->sources), GFP_KERNEL); in vsp1_entity_init()
599 if (entity->sources == NULL) in vsp1_entity_init()
/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/video/backlight/
A Dlm3509_bl.c133 u32 sources[LM3509_NUM_SINKS]; in lm3509_parse_led_sources() local
139 else if (num_sources > ARRAY_SIZE(sources)) in lm3509_parse_led_sources()
142 ret = of_property_read_u32_array(node, "led-sources", sources, in lm3509_parse_led_sources()
148 if (sources[i] >= LM3509_NUM_SINKS) in lm3509_parse_led_sources()
151 ret |= BIT(sources[i]); in lm3509_parse_led_sources()
/linux/Documentation/ABI/testing/
A Dsysfs-driver-panfrost-profiling8 0: Don't enable fdinfo job profiling sources.
9 1: Enable fdinfo job profiling sources, this enables both the GPU's
/linux/Documentation/tools/rtla/
A Dcommon_osnoise_description.rst4 allowing all the sources of operating system noise during its execution.
6 read, along with an interference counter of all sources of interference.
/linux/Documentation/devicetree/bindings/arm/
A Darm,coresight-static-funnel.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
23 The Coresight static funnel merges 2-8 trace sources into a single trace

Completed in 85 milliseconds

12345678910>>...19