Home
last modified time | relevance | path

Searched full:sources (Results 1 – 25 of 1228) sorted by relevance

12345678910>>...50

/Linux-v5.10/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-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>;
Dleds-lm3697.txt23 - 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/
Damdgpu_irq.c41 * For GPU interrupt sources that may be driven by another driver, IRQ domain
108 * Disable all types of interrupts from all sources.
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()
307 * turns off interrupts from all sources (all ASICs).
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()
[all …]
/Linux-v5.10/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.10/Documentation/devicetree/bindings/interrupt-controller/
Darm,vic.txt14 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.
Dsamsung,exynos4210-combiner.txt4 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).
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.10/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.10/drivers/staging/comedi/drivers/
Damplc_dio200_pci.c79 * supported on PC214E. For the other boards, valid clock sources are
95 * For the PCIe boards, clock sources in the range 0 to 31 are allowed
96 * and the following additional clock sources are defined:
104 * clock source in data[1]. For internal clock sources, data[2] is set
109 * supported on PC214E. For the other boards, valid gate sources are 0
124 * For the PCIe boards, gate sources in the range 0 to 31 are allowed;
125 * the following additional clock sources and clock sources 6 and 7 are
165 * channels matches the number of interrupt sources. The PC214E does not
166 * have an interrupt status register; see notes on 'INTERRUPT SOURCES'
169 * INTERRUPT SOURCES
[all …]
Damplc_dio200.c77 * supported on PC214E. For the other boards, valid clock sources are
94 * clock source in data[1]. For internal clock sources, data[2] is set
99 * supported on PC214E. For the other boards, valid gate sources are 0
132 * channels matches the number of interrupt sources. The PC214E does not
133 * have an interrupt status register; see notes on 'INTERRUPT SOURCES'
136 * INTERRUPT SOURCES
140 * Sources 6 1 6
150 * Sources 6 6
178 * 'INTERRUPT' subdevice. The channel list selects the interrupt sources
Damplc_dio200_common.c50 * Periods of the internal clock sources in nanoseconds.
59 /* clock sources 12 and later reserved for enhanced boards */
70 * Periods of the timestamp timer clock sources in nanoseconds.
205 /* Determine interrupt sources to enable. */ in dio200_start_intr()
212 /* Enable interrupt sources. */ in dio200_start_intr()
276 * Collect interrupt sources that have triggered and disable in dio200_handle_read_intr()
278 * sources have triggered, at which point, the valid part of in dio200_handle_read_intr()
282 * Mask off interrupt sources already seen to avoid infinite in dio200_handle_read_intr()
302 * Some interrupt sources have triggered and have been in dio200_handle_read_intr()
315 * Ignore interrupt sources that the command isn't in dio200_handle_read_intr()
[all …]
/Linux-v5.10/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.10/tools/edid/
DMakefile2 SOURCES := $(wildcard [0-9]*x[0-9]*.S) macro
4 BIN := $(patsubst %.S, %.bin, $(SOURCES))
6 IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES))
8 CODE := $(patsubst %.S, %.c, $(SOURCES))
/Linux-v5.10/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.10/tools/perf/pmu-events/arch/x86/icelake/
Dcache.json397 "BriefDescription": "Retired load instructions with L1 cache hits as data sources",
403 "PublicDescription": "Counts retired load instructions with L2 cache hits as data sources.",
410 "BriefDescription": "Retired load instructions with L2 cache hits as data sources",
423 "BriefDescription": "Retired load instructions with L3 cache hits as data sources",
436 "BriefDescription": "Retired load instructions missed L1 cache as data sources",
442 "PublicDescription": "Counts retired load instructions missed L2 cache as data sources.",
449 "BriefDescription": "Retired load instructions missed L2 cache as data sources",
462 "BriefDescription": "Retired load instructions missed L3 cache as data sources",
481 …"PublicDescription": "Counts the retired load instructions whose data sources were L3 hit and cros…
488 …"BriefDescription": "Retired load instructions whose data sources were L3 hit and cross-core snoop…
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwellde/
Dcache.json487 …"BriefDescription": "Retired load uops with L1 cache hits as data sources. (Precise Event - PEBS)",
492 …a source were hits in the nearest-level (L1) cache.\nNote: Only two data-sources of L1/FB are appl…
499 …"BriefDescription": "Retired load uops with L2 cache hits as data sources. (Precise Event - PEBS)",
505 …hat is, uses PEBS) of the event that counts retired load uops which data sources were hits in the …
518 …hat is, uses PEBS) of the event that counts retired load uops which data sources were data hits in…
525 "BriefDescription": "Retired load uops misses in L1 cache as data sources. Uses PEBS.",
530 …hat is, uses PEBS) of the event that counts retired load uops which data sources were misses in th…
537 "BriefDescription": "Retired load uops with L2 cache misses as data sources. Uses PEBS.",
542 …hat is, uses PEBS) of the event that counts retired load uops which data sources were misses in th…
561 …"BriefDescription": "Retired load uops which data sources were load uops missed L1 but hit FB due …
[all …]
/Linux-v5.10/arch/powerpc/include/asm/
Dmpic.h277 /* How many irq sources in a given ISU */
281 /* Number of sources */
284 /* vector numbers used for internal sources (ipi/timers) */
290 /* Spurious vector to program into unused sources */
315 /* Protected sources */
414 * @irq_count: number of irqs to use with this mpic IRQ sources. Pass 0
415 * to match the number of sources
416 * @ipi_offset: first irq number to assign to this mpic IPI sources,
Dtsi108_irq.h27 #define TSI108_MAX_VECTORS (36 + 4) /* 36 sources + PCI INT demux */
35 * sources of requests. */
37 /* EXTERNAL INTERRUPT SOURCES */
44 /* INTERNAL INTERRUPT SOURCES */
/Linux-v5.10/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.10/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.10/tools/perf/pmu-events/arch/x86/broadwellx/
Dcache.json487 "BriefDescription": "Retired load uops with L1 cache hits as data sources.",
492 … counts retired load uops which data sources were hits in the nearest-level (L1) cache.\nNote: Onl…
499 "BriefDescription": "Retired load uops with L2 cache hits as data sources.",
505 …"PublicDescription": "This event counts retired load uops which data sources were hits in the mid-…
512 …"BriefDescription": "Retired load uops which data sources were data hits in L3 without snoops requ…
518 …"PublicDescription": "This event counts retired load uops which data sources were data hits in the…
525 "BriefDescription": "Retired load uops misses in L1 cache as data sources.",
530 …"PublicDescription": "This event counts retired load uops which data sources were misses in the ne…
542 …"PublicDescription": "This event counts retired load uops which data sources were misses in the mi…
561 …"BriefDescription": "Retired load uops which data sources were load uops missed L1 but hit FB due …
[all …]
/Linux-v5.10/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.10/Documentation/
Dwatch_queue.rst32 The owner of the pipe has to tell the kernel which sources it would like to
33 watch through that pipe. Only sources that have been connected to a pipe will
63 the type of record from that source (see the Watch Sources section below). The
228 Watch Sources
231 Any particular buffer can be fed from multiple sources. Sources include:
288 all events from the watched sources will come through.
/Linux-v5.10/drivers/video/backlight/
Dsky81452-backlight.c188 unsigned int sources[6]; in sky81452_bl_parse_dt() local
208 ret = of_property_count_u32_elems(np, "led-sources"); in sky81452_bl_parse_dt()
216 ret = of_property_read_u32_array(np, "led-sources", sources, in sky81452_bl_parse_dt()
219 dev_err(dev, "led-sources node is invalid.\n"); in sky81452_bl_parse_dt()
226 pdata->enable |= (1 << sources[num_entry]); in sky81452_bl_parse_dt()

12345678910>>...50