Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 200 of 241) sorted by relevance

12

/linux-4.4.14/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 …]
Dcommon.txt14 - led-sources : List of device current outputs the LED is connected to. The
60 led-sources = <0>, <1>;
/linux-4.4.14/Documentation/trace/
Dstm.txt6 protocol multiplexing data from multiple trace sources, each one of
9 hardware trace sources, others are available to software. Software
10 trace sources are usually free to pick for themselves any
14 sources can only be identified by master/channel combination, so in
16 involves multiple trace sources, it needs to be able to map those
17 master/channel pairs to the trace sources that it understands.
52 be used for trace sources with the id string of "user/dummy".
54 Trace sources have to open the stm class device's node and write their
72 For kernel-based trace sources, there is "stm_source" device
Dintel_th.txt9 sources over several types of trace output ports encoded in System
14 It consists of trace sources, trace destinations (outputs) and a
39 to userspace and kernelspace software trace sources. See
Dcoresight.txt197 There is no limit on the amount of sinks (nor sources) that can be enabled at
/linux-4.4.14/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).
Dopen-pic.txt34 initialization related to interrupt sources shall be limited to sources
65 // Two cells to encode interrupt sources.
Dti,c64x+megamod-pic.txt9 sources coming from outside the core.
38 interrupt sources, individual megamodule interrupts may be cascaded to
63 interrupts 0 - 3 (combined interrupt sources) are
Dbrcm,bcm2835-armctrl-ic.txt4 72 interrupt sources using a 2-level register scheme. The interrupt
34 The interrupt sources are as follows:
Dimg,meta-intc.txt12 handle 32 interrupt sources).
55 // Two cells to encode interrupt sources.
Dnxp,lpc3220-mic.txt15 Default for internal sources should be set to 4 (active high).
Dbrcm,bcm2836-l1-intc.txt20 The interrupt sources are as follows:
Dcirrus,clps711x-intc.txt11 The interrupt sources are as follows:
Dabilis,tb10x-ictl.txt5 one-to-one mapping of external interrupt sources to CPU interrupts and
Dsnps,dw-apb-ictl.txt16 The interrupt sources map to the corresponding bits in the interrupt
Datmel,aic.txt17 Default flag for internal sources should be set to 4 (active high).
Dmarvell,orion-intc.txt11 The interrupt sources map to the corresponding bits in the interrupt
Dsamsung,s3c24xx-irq.txt4 varying number of interrupt sources. The set consists of a main- and sub-
Darm,versatile-fpga-irq.txt13 sources. The cell is a u32 and defines the interrupt number.
Dimg,pdc-intc.txt58 // Three cells to encode interrupt sources.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c98 struct amdgpu_irq_src *src = adev->irq.sources[i]; in amdgpu_irq_disable_all()
268 struct amdgpu_irq_src *src = adev->irq.sources[i]; in amdgpu_irq_fini()
278 adev->irq.sources[i] = NULL; in amdgpu_irq_fini()
297 if (adev->irq.sources[src_id] != NULL) in amdgpu_irq_add_id()
314 adev->irq.sources[src_id] = source; in amdgpu_irq_add_id()
338 src = adev->irq.sources[src_id]; in amdgpu_irq_dispatch()
Damdgpu_irq.h60 struct amdgpu_irq_src *sources[AMDGPU_MAX_IRQ_SRC_ID]; member
Damdgpu_cgs.c571 return amdgpu_irq_get(adev, adev->irq.sources[src_id], type); in amdgpu_cgs_irq_get()
577 return amdgpu_irq_put(adev, adev->irq.sources[src_id], type); in amdgpu_cgs_irq_put()
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt10 - led-sources : List of enabled channels from 0 to 5.
25 led-sources = <0 1 2 5>;
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dmpic.txt36 "attr" is the IRQ number. IRQ numbers for standard sources are the
46 the main array of interrupt sources (a.k.a. "SRC" interrupts).
49 the register offset from the beginning of the sources array, without
Dxics.txt11 sources, each identified by a 20-bit source number, and a set of
Ds390_flic.txt15 - register and modify adapter interrupt sources (KVM_DEV_FLIC_ADAPTER_*)
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt15 - ti,max-crossbar-sources: Maximum number of crossbar sources that can be routed.
36 ti,max-crossbar-sources = <400>;
/linux-4.4.14/virt/kvm/arm/
Dvgic-v2-emul.c257 u8 sources = *vgic_get_sgi_sources(dist, vcpu_id, sgi); in read_set_clear_sgi_pend_reg() local
259 reg |= ((u32)sources) << (8 * (sgi - min_sgi)); in read_set_clear_sgi_pend_reg()
452 unsigned long sources; in vgic_v2_queue_sgi() local
456 sources = *vgic_get_sgi_sources(dist, vcpu_id, irq); in vgic_v2_queue_sgi()
458 for_each_set_bit(c, &sources, dist->nr_cpus) { in vgic_v2_queue_sgi()
460 clear_bit(c, &sources); in vgic_v2_queue_sgi()
463 *vgic_get_sgi_sources(dist, vcpu_id, irq) = sources; in vgic_v2_queue_sgi()
471 if (!sources) { in vgic_v2_queue_sgi()
/linux-4.4.14/drivers/hwtracing/intel_th/
DKconfig6 software sources over several types of trace output ports encoded
42 trace sources to be sent out via Intel(R) Trace Hub. It
43 uses stm class device to interface with its sources.
/linux-4.4.14/Documentation/timers/
Dtimekeeping.txt1 Clock sources, Clock events, sched_clock() and delay timers
10 specific implementations of clock sources, clockevents and several likewise
21 Clock sources
69 For real simple clock sources accessed from a single I/O memory location
87 Clock events are the conceptual reverse of clock sources: they take a
91 Clock events are orthogonal to clock sources. The same hardware
110 In addition to the clock sources and clock events there is a special weak
122 Compared to clock sources, sched_clock() has to be very fast: it is called
145 Some architectures may have a limited set of time sources and lack a nice
D00-INDEX16 - Clock sources, clock events, sched_clock() and delay timer notes
Dhpet.txt16 comparators are additional interrupt sources with no particular system
Dhighres.txt49 sources, which are registered in the framework and selected on a quality based
69 While clock sources provide read access to the monotonically increasing time
145 appropriate clock sources and clock event devices have to be registered before
150 the usability of the registered clock sources and clock event devices before
DNO_HZ.txt316 o Additional configuration is required to deal with other sources
321 o Some sources of OS jitter can currently be eliminated only by
Dhrtimers.txt64 While this subsystem does not offer high-resolution clock sources just
/linux-4.4.14/drivers/net/can/
Dgrcan.c576 static void grcan_err(struct net_device *dev, u32 sources, u32 status) in grcan_err() argument
593 if (sources & GRCAN_IRQ_TXLOSS) { in grcan_err()
611 if ((sources & GRCAN_IRQ_ERRCTR_RELATED) || in grcan_err()
709 if ((sources & GRCAN_IRQ_OR) || (status & GRCAN_STAT_OR)) { in grcan_err()
721 if (sources & (GRCAN_IRQ_TXAHBERR | GRCAN_IRQ_RXAHBERR) || in grcan_err()
726 if (sources & GRCAN_IRQ_TXAHBERR) { in grcan_err()
729 } else if (sources & GRCAN_IRQ_RXAHBERR) { in grcan_err()
770 u32 sources, status; in grcan_interrupt() local
773 sources = grcan_read_reg(&regs->pimsr); in grcan_interrupt()
774 if (!sources) in grcan_interrupt()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/net/
Ddavinci_emac.txt14 - interrupts: interrupt mapping for the davinci emac interrupts sources:
15 4 sources: <Receive Threshold Interrupt
Dfsl-tsec-phy.txt126 according to reference manual, the next clock sources can be used:
/linux-4.4.14/drivers/irqchip/
Dirq-imx-gpcv2.c34 u32 imx_gpcv2_get_wakeup_source(u32 **sources) in imx_gpcv2_get_wakeup_source() argument
39 if (sources) in imx_gpcv2_get_wakeup_source()
40 *sources = imx_gpcv2_instance->wakeup_sources; in imx_gpcv2_get_wakeup_source()
/linux-4.4.14/scripts/mod/
Dsumversion.c405 char *sources, *end, *fname; in get_src_version() local
427 sources = strchr(file, '\n'); in get_src_version()
428 if (!sources) { in get_src_version()
433 sources++; in get_src_version()
434 end = strchr(sources, '\n'); in get_src_version()
442 while ((fname = strsep(&sources, " ")) != NULL) { in get_src_version()
/linux-4.4.14/net/ipv4/
Digmp.c317 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_scount()
452 psf_list = sdeleted ? &pmc->tomb : &pmc->sources; in add_grec()
626 igmpv3_clear_zeros(&pmc->sources); in igmpv3_send_cr()
629 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) { in igmpv3_send_cr()
807 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_xmarksources()
838 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_marksources()
1110 pmc->sources = im->sources; in igmpv3_add_delrec()
1111 im->tomb = im->sources = NULL; in igmpv3_add_delrec()
1112 for (psf = pmc->sources; psf; psf = psf->sf_next) in igmpv3_add_delrec()
1742 for (psf = pmc->sources; psf; psf = psf->sf_next) { in ip_mc_del1_src()
[all …]
/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_tiocmd.c223 unsigned int sources; in ni_tio_cmdtest() local
227 sources = TRIG_NOW | TRIG_INT | TRIG_OTHER; in ni_tio_cmdtest()
229 sources |= TRIG_EXT; in ni_tio_cmdtest()
230 err |= comedi_check_trigger_src(&cmd->start_src, sources); in ni_tio_cmdtest()
/linux-4.4.14/Documentation/mn10300/
Dcompartmentalisation.txt5 The sources for various parts are compartmentalised at two different levels:
29 to the CPU level; not only that, but specific sources may also be
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Drockchip,rk3288-cru.txt23 used in device tree sources. Similar macros exist for the reset sources in
Drockchip,rk3188-cru.txt24 dt-bindings/clock/rk3066-cru.h headers and can be used in device tree sources.
25 Similar macros exist for the reset sources in these files.
Drockchip,rk3368-cru.txt23 used in device tree sources. Similar macros exist for the reset sources in
Dfixed-factor-clock.txt1 Binding for simple fixed factor rate clock sources.
Dfixed-clock.txt1 Binding for simple fixed-rate clock sources.
Dexynos5440-clock.txt20 tree sources.
Dat91-clock.txt35 at91 main clk sources
116 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
131 - clocks : shall encode the slow clk sources (see atmel datasheet).
192 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
213 - clocks : shall encode the main clk sources (see atmel datasheet).
228 - clocks : shall be the master clock sources (see atmel datasheet) phandles.
Dexynos5250-clock.txt21 tree sources.
Dmaxim,max77686.txt25 header and can be used in device tree sources.
Dmaxim,max77802.txt23 header and can be used in device tree sources.
Dexynos4415-clock.txt24 tree sources.
Damlogic,meson8b-clkc.txt20 used in device tree sources.
Dlpc1850-cgu.txt10 clock sources, controls the clock generation, and routes the outputs
32 sources to the CGU. The list shall be in the following
Dexynos5410-clock.txt17 tree sources.
Dexynos5420-clock.txt22 tree sources.
Dti,cdce925.txt9 The driver provides clock sources for each output Y1 through Y5.
Dexynos4-clock.txt23 tree sources.
Dexynos3250-clock.txt25 tree sources.
Dsamsung,s3c2412-clock.txt20 tree sources.
Dsamsung,s3c2410-clock.txt23 tree sources.
Dclk-s5pv210-audss.txt28 tree sources.
Dsamsung,s3c2443-clock.txt23 tree sources.
Dsamsung,s5pv210-clock.txt21 dt-bindings/clock/s5pv210.h header and can be used in device tree sources.
Dsamsung,s3c64xx-clock.txt24 tree sources.
Dexynos7-clock.txt12 device tree sources.
Dexynos5260-clock.txt12 device tree sources.
Dexynos5433-clock.txt172 tree sources.
/linux-4.4.14/drivers/video/backlight/
Dsky81452-backlight.c178 unsigned int sources[6]; in sky81452_bl_parse_dt() local
206 ret = of_property_read_u32_array(np, "led-sources", sources, in sky81452_bl_parse_dt()
215 pdata->enable |= (1 << sources[num_entry]); in sky81452_bl_parse_dt()
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/
Dppc440spe-adma.txt37 - interrupts : <interrupt mapping for DMA0/1 interrupts sources:
38 2 sources: DMAx CS FIFO Needs Service IRQ (on UIC0)
Demac.txt116 - interrupts : <interrupt mapping for the MAL interrupts sources:
117 5 sources: tx_eob, rx_eob, serr, txde, rxde>.
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DS3C2412.txt69 All the standard, and external interrupt sources are supported. The
70 extra sub-sources are not yet supported.
DSuspend.txt91 care should be taken that any external clock sources that the UARTs
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,rsrc-card.txt36 the second being the connection's source. Valid names for sources.
37 use audio-prefix if some components is using same sink/sources naming.
Dsamsung,odroidx2-max98090.txt12 valid names for sources and sinks are the MAX98090's pins (as
Dnvidia,tegra-audio-wm9712.txt14 the second being the connection's source. Valid names for sources and
Datmel-wm8904.txt8 the second being the connection's source. Valid names for sources and
Dnvidia,tegra-audio-wm8753.txt14 the second being the connection's source. Valid names for sources and
Dnvidia,tegra-audio-alc5632.txt14 the second being the connection's source. Valid names for sources and
Dnvidia,tegra-audio-max98090.txt14 the second being the connection's source. Valid names for sources and
Dnvidia,tegra-audio-rt5640.txt14 the second being the connection's source. Valid names for sources and
Ddavinci-evm-audio.txt10 the second being the connection's source. Valid names for sources and
Dfsl,asrc.txt27 "asrck_<0-f>" Clock sources for input and output clock.
Dnvidia,tegra-audio-wm8903.txt14 the second being the connection's source. Valid names for sources and
Dnvidia,tegra-audio-rt5677.txt14 the second being the connection's source. Valid names for sources and
Dsamsung-i2s.txt33 "iis" is the i2s bus clock and i2s_opclk0, i2s_opclk1 are sources of the root
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dpm.h12 struct list_head sources; member
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt55 program will not receive interrupts for sources not belonging
57 that any initialization related to interrupt sources shall
58 be limited to sources explicitly referenced in the device tree.
76 Some MPICs do not correctly report the number of hardware sources
Dmpic-msgr.txt51 // sources 0xb0 and 0xb2, respectively.
60 // sources 0xb4 and 0xb6, respectively.
Dmpc5200.txt175 Bestcomm dma engine has it's own set of interrupt sources which are
Ddcsr.txt80 two interrupt signals based on debug event sources within the SoC.
/linux-4.4.14/Documentation/isdn/
DHiSax.cert15 However, if you wish to modify the HiSax sources, please note the following:
73 them directly into the HiSax sources.
76 If you wish to change the sources, go ahead; but note that then the
/linux-4.4.14/arch/arm/boot/dts/
Dexynos5440-trip-points.dtsi2 * Device tree sources for default Exynos5440 thermal zone definition
Dexynos4412-tmu-sensor-conf.dtsi2 * Device tree sources for Exynos4412 TMU sensor configuration
Dexynos5440-tmu-sensor-conf.dtsi2 * Device tree sources for Exynos5440 TMU sensor configuration
Dexynos5420-trip-points.dtsi2 * Device tree sources for default Exynos5420 thermal zone definition
Dexynos4-cpu-thermal.dtsi2 * Device tree sources for Exynos4 thermal zone
Dexynos5422-cpu-thermal.dtsi2 * Device tree sources for Exynos5422 thermal zone
Dpxa3xx.dtsi102 * sources has been hidden under the carpet by now.
Dpxa27x.dtsi112 * sources has been hidden under the carpet by now.
Dberlin2cd.dtsi6 * based on GPL'ed 2.6 kernel sources
Dberlin2.dtsi6 * based on GPL'ed 2.6 kernel sources
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dmeson,pinctrl.txt33 depends on the SoC and can be found in driver sources.
36 and can be found in driver sources.
Dqcom,pmic-mpp.txt130 sources are defined in <dt-bindings/pinctrl/qcom,pmic-mpp.h>
Dqcom,pmic-gpio.txt152 power sources are defined per chip in
Dnvidia,tegra20-pinmux.txt66 and corrects data from all those sources.
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dsky81452.txt22 led-sources = <0 1 2 3 6>;
Dmax77693.txt94 LEDS_BOOST_FIXED in case both current sources are used.
109 - led-sources : see Documentation/devicetree/bindings/leds/common.txt;
182 led-sources = <0>, <1>;
Dmax8998.txt25 - interrupts: Interrupt specifiers for two interrupt sources.
Ds2mps11.txt21 - interrupts: Interrupt specifiers for interrupt sources.
/linux-4.4.14/tools/perf/util/
Dsetup.py38 sources = ext_sources,
/linux-4.4.14/tools/build/Documentation/
DBuild.txt12 carry a sources list for multiple build objects.
31 KSRC - is the path to kernel sources
40 which includes all compiled sources described in 'Build' makefiles.
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Denergymicro,efm32-timer.txt5 channels and can be used as PWM or Quadrature Decoder. Available clock sources
/linux-4.4.14/Documentation/devicetree/bindings/extcon/
Dextcon-sm5502.txt14 - interrupts: Interrupt specifiers for detection interrupt sources.
Dextcon-rt8973a.txt16 - interrupts: Interrupt specifiers for detection interrupt sources.
/linux-4.4.14/Documentation/networking/
Dsecid.txt10 derived from other sources such as process context, device, etc., in special
Dskfp.txt70 From v2.01 on, the driver is integrated in the linux kernel sources.
171 - Integration in Linux kernel sources
Dieee802154.txt111 See sources in drivers/net/ieee802154 folder for more details.
D6pack.txt96 - Do a cd to the directory that holds the kissattach sources. Edit the
DREADME.ipw2100191 included within the kernel sources. To enable the IPW2100 you will need a
/linux-4.4.14/Documentation/hwmon/
Dnct677549 The chips support up to 25 temperature monitoring sources. Up to 6 of those are
50 direct temperature sensor inputs, the others are special sources such as PECI,
51 PCH, and SMBUS. Depending on the chip type, 2 to 6 of the temperature sources
58 The temperature sensor sources on all chips are configurable. The configured
Dlm93158 combination of eight control sources. The final PWM is the largest of all
159 individual control sources to which the PWM output is bound.
161 The eight control sources are: temp1-temp4 (aka "zones" in the datasheet),
286 pwm<n>_auto_channels select control sources for PWM outputs
Dw83627ehf58 The temperature sensor sources on W82677HG-B, NCT6775F, and NCT6776F are
60 source differs from the temperature sources of the already reported temperature
/linux-4.4.14/drivers/staging/fbtft/
DREADME10 Download kernel sources
/linux-4.4.14/Documentation/ABI/testing/
Ddebugfs-ec13 ftp://ftp.suse.com/pub/people/trenn/sources/ec/
Dsysfs-class-power-twl403033 This is useful for unstable power sources
Dsysfs-power196 attempt will only succeed if there are no active wakeup sources
211 those wakeup sources is active, reads from the
228 wakeup sources created with the help of it that are active at
237 wakeup sources created with the help of /sys/power/wake_lock.
244 wakeup sources created with the help of /sys/power/wake_lock
Dconfigfs-stp-policy6 for software sources wishing to send trace data over an STM
Dsysfs-pps7 the PPS sources.
Dsysfs-firmware-acpi68 well known (fixed feature) interrupts sources, such
/linux-4.4.14/Documentation/
DIRQ.txt13 An IRQ number is an enumeration of the possible interrupt sources on a
Dmono.txt52 # when compiling from sources or CVS).
Dkernel-docs.txt18 get interested in the Kernel. But reading the sources is not always
311 into the kernel sources. I avoid implementation details: that's
616 URL: Just look inside your kernel sources.
618 Description: Documentation that comes with the kernel sources,
628 sources. "Here you can have a look at any file of the Linux kernel
629 sources of any version starting from 1.0 up to the (daily updated)
Dmodule-signing.txt160 kernel sources tree and the openssl command. The following is an example to
DIRQ-domain.txt37 be easily extended to support other IRQ topology data sources.
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dsirf,rstc.txt24 The reset controller(rstc) manages various reset sources. This module provides
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c117 list_for_each_entry(src, &pm->sources, head) { in nvkm_perfsrc_find()
722 list_for_each_entry(src, &pm->sources, head) { in nvkm_perfsrc_new()
751 list_add_tail(&src->head, &pm->sources); in nvkm_perfsrc_new()
841 list_for_each_entry_safe(src, next_src, &pm->sources, head) { in nvkm_pm_dtor()
863 INIT_LIST_HEAD(&pm->sources); in nvkm_pm_ctor()
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Dfixed-factor-clock.txt1 Binding for TI fixed factor rate clock sources.
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dp1020rdb-pc_camp_core0.dts57 protected-sources = <
Dmpc8572ds_camp_core0.dts60 protected-sources = <
Dmpc8572ds_camp_core1.dts83 protected-sources = <
Dp1020rdb-pc_camp_core1.dts105 protected-sources = <
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcoresight.txt6 sinks, links and sources. Trace data produced by one or more sources flows
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dapm-xgene-dma.txt15 - interrupts: DMA has 5 interrupts sources. 1st interrupt is
Dfsl-edma.txt26 See the SoC's reference manual for all the supported request sources.
/linux-4.4.14/fs/gfs2/
DKconfig20 be found here: http://sources.redhat.com/cluster
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Drcar-pci.txt13 - interrupts: two interrupt sources for MSI interrupts, followed by interrupt
/linux-4.4.14/Documentation/misc-devices/
Disl2900320 artificial light sources.
/linux-4.4.14/include/linux/
Digmp.h82 struct ip_sf_list *sources; member
/linux-4.4.14/Documentation/devicetree/bindings/media/xilinx/
Dvideo.txt5 sources. They are connected by links through their input and output ports,
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu-v3.txt19 interrupt sources corresponding to entries in
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt105 To combine file data from different sources (without having to
109 a) Separate the different file data sources with a "TRAILER!!!"
DREADME43 The image is specified as one or more sources in
45 cpio archives are *not* allowed when building from sources.
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt34 none of those IRQ sources is performance-critical.
75 between the PIRQ lines. (distributing IRQ sources properly is not a
/linux-4.4.14/kernel/power/
DKconfig122 state automatically whenever there are no active wakeup sources.
125 bool "User space wakeup sources interface"
133 int "Maximum number of user space wakeup sources (0 = no limit)"
139 bool "Garbage collector for user space wakeup sources"
/linux-4.4.14/Documentation/crypto/
Dasync-tx-api.txt69 sources
71 from the given sources
73 sources
Ddescore-readme.txt94 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)
103 (code from glad@daimi.aau.dk via alt.sources or comp.sources.misc)
118 (code obtained from aem@aber.ac.uk via alt.sources or comp.sources.misc)
Dapi-intro.txt95 is that at least a few test vectors from known sources (preferably
100 sources, please consider changing the license to GPL (see section 3 of
/linux-4.4.14/Documentation/pps/
Dpps.txt23 system several PPS sources.
65 In LinuxPPS the PPS sources are simply char devices usually mapped
139 Every directory is the ID of a PPS sources defined in the system and
/linux-4.4.14/Documentation/sound/alsa/soc/
Dclocking.txt12 or SYSCLK). This audio master clock can be derived from a number of sources
Ddapm.txt202 The WM8731 output mixer has 3 inputs (sources)
/linux-4.4.14/net/openvswitch/
DKconfig25 which is able to accept configuration from a variety of sources and
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars44 efi_variable" in the kernel sources.
/linux-4.4.14/Documentation/devicetree/bindings/nios2/
Dnios2.txt6 Users can use sopc2dts tool for generating device tree sources (dts) from a
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-samsung.txt27 Note that not all IP variants allow using all external clock sources.
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt25 individual data for a specific misbehaving monitor, commented sources
/linux-4.4.14/drivers/firewire/
DKconfig79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
/linux-4.4.14/Documentation/scsi/
Ddc395x.txt95 included in your kernel sources and with your distribution. It carries the
Dlpfc.txt76 driver sources.
Din2000.txt191 I should mention that Drew Eckhardt's 'Generic NCR5380' sources
/linux-4.4.14/Documentation/development-process/
D8.Conclusion3 There are numerous sources of information on Linux kernel development and
/linux-4.4.14/Documentation/frv/
Dconfiguring.txt76 The kernel sources include a number of example default configurations:
Dfeatures.txt10 of the same sources.
181 routines attempt to disentangle the various sources available through the
/linux-4.4.14/Documentation/arm/SA1100/
DAssabet41 RedBoot (http://sources.redhat.com/redboot/)
66 on-line at http://sources.redhat.com/ecos/docs.html.
/linux-4.4.14/Documentation/power/
Dcharger-manager.txt21 A system may have multiple chargers (or power sources) and some of
25 aggregates charger-related information from multiple sources and
/linux-4.4.14/drivers/dma/
DKconfig193 multiplexing capability for DMA request sources(slot).
366 Out of 137 interrupt sources on i.MX31 IPU only very few are used.
368 number of IRQ slots and map them dynamically to specific sources.
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dmax8997-regulator.txt37 - interrupts: Interrupt specifiers for two interrupt sources.
Ds5m8767-regulator.txt40 - interrupts: Interrupt specifiers for two interrupt sources.
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Ddscr.txt13 sources (internal or pin), etc. In some cases, a configuration register is
/linux-4.4.14/tools/perf/Documentation/
Dexamples.txt27 Then any (or all) of the above event sources can be activated and
/linux-4.4.14/
DREADME44 system: there are much better sources available.
61 - If you install the full sources, put the kernel tarball in a
111 You should now have the sources correctly installed.
/linux-4.4.14/fs/jffs2/
DKconfig12 available at <http://sources.redhat.com/jffs2/>.
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt19 sources on the appropriate interrupt lines.
/linux-4.4.14/Documentation/input/
Dyealink.txt25 the Makefile is pointing to the location where your kernel sources
/linux-4.4.14/scripts/package/
Dbuilddeb262 The sources may be found at most Linux ftp sites, including:
/linux-4.4.14/sound/oss/
DCHANGELOG190 sources. Running 'setfx' is required again.
196 - Modifications to makefile and configure.c. Unnecessary sources
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt22 Kernel 2.6.X sources, configured for your computer, with ACPI support.
/linux-4.4.14/arch/powerpc/boot/dts/
Dmpc832x_mds.dts341 * means specifying separate clock sources.
/linux-4.4.14/Documentation/serial/
Drocket.txt14 integrated into the kernel sources.
/linux-4.4.14/tools/perf/
DMakefile.perf218 PYTHON_EXT_DEPS := util/python-ext-sources util/setup.py $(LIBTRACEEVENT) $(LIBAPI)
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt464 exacting bounds when interrupt sources are disabled, but in reality only its
465 virtual interrupt sources are disabled, and the machine may still be preempted
467 of machine interrupts and the associated clock sources are no longer completely
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs-rdma.txt118 Download the sources and place them in an appropriate location.
/linux-4.4.14/Documentation/fb/
Dframebuffer.txt305 - The mighty kernel sources:
/linux-4.4.14/arch/arm/mach-s3c24xx/
DKconfig473 available via various sources. It can come with a 3.5" or 7" touch LCD.
/linux-4.4.14/Documentation/ia64/
Dfsys.txt42 can disable interrupts and avoid all other interruption-sources
/linux-4.4.14/drivers/gpu/drm/radeon/
Drv6xx_dpm.c1352 static void rv6xx_set_dpm_event_sources(struct radeon_device *rdev, u32 sources) in rv6xx_set_dpm_event_sources() argument
1358 switch (sources) { in rv6xx_set_dpm_event_sources()

12