/linux-4.4.14/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 | common.txt | 14 - led-sources : List of device current outputs the LED is connected to. The 60 led-sources = <0>, <1>;
|
/linux-4.4.14/Documentation/trace/ |
D | stm.txt | 6 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
|
D | intel_th.txt | 9 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
|
D | coresight.txt | 197 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/ |
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 | open-pic.txt | 34 initialization related to interrupt sources shall be limited to sources 65 // Two cells to encode interrupt sources.
|
D | ti,c64x+megamod-pic.txt | 9 sources coming from outside the core. 38 interrupt sources, individual megamodule interrupts may be cascaded to 63 interrupts 0 - 3 (combined interrupt sources) are
|
D | brcm,bcm2835-armctrl-ic.txt | 4 72 interrupt sources using a 2-level register scheme. The interrupt 34 The interrupt sources are as follows:
|
D | img,meta-intc.txt | 12 handle 32 interrupt sources). 55 // Two cells to encode interrupt sources.
|
D | nxp,lpc3220-mic.txt | 15 Default for internal sources should be set to 4 (active high).
|
D | brcm,bcm2836-l1-intc.txt | 20 The interrupt sources are as follows:
|
D | cirrus,clps711x-intc.txt | 11 The interrupt sources are as follows:
|
D | abilis,tb10x-ictl.txt | 5 one-to-one mapping of external interrupt sources to CPU interrupts and
|
D | snps,dw-apb-ictl.txt | 16 The interrupt sources map to the corresponding bits in the interrupt
|
D | atmel,aic.txt | 17 Default flag for internal sources should be set to 4 (active high).
|
D | marvell,orion-intc.txt | 11 The interrupt sources map to the corresponding bits in the interrupt
|
D | samsung,s3c24xx-irq.txt | 4 varying number of interrupt sources. The set consists of a main- and sub-
|
D | arm,versatile-fpga-irq.txt | 13 sources. The cell is a u32 and defines the interrupt number.
|
D | img,pdc-intc.txt | 58 // Three cells to encode interrupt sources.
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_irq.c | 98 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()
|
D | amdgpu_irq.h | 60 struct amdgpu_irq_src *sources[AMDGPU_MAX_IRQ_SRC_ID]; member
|
D | amdgpu_cgs.c | 571 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/ |
D | sky81452-backlight.txt | 10 - 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/ |
D | mpic.txt | 36 "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
|
D | xics.txt | 11 sources, each identified by a 20-bit source number, and a set of
|
D | s390_flic.txt | 15 - register and modify adapter interrupt sources (KVM_DEV_FLIC_ADAPTER_*)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | crossbar.txt | 15 - 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/ |
D | vgic-v2-emul.c | 257 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/ |
D | Kconfig | 6 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/ |
D | timekeeping.txt | 1 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
|
D | 00-INDEX | 16 - Clock sources, clock events, sched_clock() and delay timer notes
|
D | hpet.txt | 16 comparators are additional interrupt sources with no particular system
|
D | highres.txt | 49 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
|
D | NO_HZ.txt | 316 o Additional configuration is required to deal with other sources 321 o Some sources of OS jitter can currently be eliminated only by
|
D | hrtimers.txt | 64 While this subsystem does not offer high-resolution clock sources just
|
/linux-4.4.14/drivers/net/can/ |
D | grcan.c | 576 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(®s->pimsr); in grcan_interrupt() 774 if (!sources) in grcan_interrupt() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | davinci_emac.txt | 14 - interrupts: interrupt mapping for the davinci emac interrupts sources: 15 4 sources: <Receive Threshold Interrupt
|
D | fsl-tsec-phy.txt | 126 according to reference manual, the next clock sources can be used:
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-imx-gpcv2.c | 34 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/ |
D | sumversion.c | 405 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/ |
D | igmp.c | 317 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/ |
D | ni_tiocmd.c | 223 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/ |
D | compartmentalisation.txt | 5 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/ |
D | rockchip,rk3288-cru.txt | 23 used in device tree sources. Similar macros exist for the reset sources in
|
D | rockchip,rk3188-cru.txt | 24 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.
|
D | rockchip,rk3368-cru.txt | 23 used in device tree sources. Similar macros exist for the reset sources in
|
D | fixed-factor-clock.txt | 1 Binding for simple fixed factor rate clock sources.
|
D | fixed-clock.txt | 1 Binding for simple fixed-rate clock sources.
|
D | exynos5440-clock.txt | 20 tree sources.
|
D | at91-clock.txt | 35 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.
|
D | exynos5250-clock.txt | 21 tree sources.
|
D | maxim,max77686.txt | 25 header and can be used in device tree sources.
|
D | maxim,max77802.txt | 23 header and can be used in device tree sources.
|
D | exynos4415-clock.txt | 24 tree sources.
|
D | amlogic,meson8b-clkc.txt | 20 used in device tree sources.
|
D | lpc1850-cgu.txt | 10 clock sources, controls the clock generation, and routes the outputs 32 sources to the CGU. The list shall be in the following
|
D | exynos5410-clock.txt | 17 tree sources.
|
D | exynos5420-clock.txt | 22 tree sources.
|
D | ti,cdce925.txt | 9 The driver provides clock sources for each output Y1 through Y5.
|
D | exynos4-clock.txt | 23 tree sources.
|
D | exynos3250-clock.txt | 25 tree sources.
|
D | samsung,s3c2412-clock.txt | 20 tree sources.
|
D | samsung,s3c2410-clock.txt | 23 tree sources.
|
D | clk-s5pv210-audss.txt | 28 tree sources.
|
D | samsung,s3c2443-clock.txt | 23 tree sources.
|
D | samsung,s5pv210-clock.txt | 21 dt-bindings/clock/s5pv210.h header and can be used in device tree sources.
|
D | samsung,s3c64xx-clock.txt | 24 tree sources.
|
D | exynos7-clock.txt | 12 device tree sources.
|
D | exynos5260-clock.txt | 12 device tree sources.
|
D | exynos5433-clock.txt | 172 tree sources.
|
/linux-4.4.14/drivers/video/backlight/ |
D | sky81452-backlight.c | 178 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/ |
D | ppc440spe-adma.txt | 37 - interrupts : <interrupt mapping for DMA0/1 interrupts sources: 38 2 sources: DMAx CS FIFO Needs Service IRQ (on UIC0)
|
D | emac.txt | 116 - 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/ |
D | S3C2412.txt | 69 All the standard, and external interrupt sources are supported. The 70 extra sub-sources are not yet supported.
|
D | Suspend.txt | 91 care should be taken that any external clock sources that the UARTs
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | renesas,rsrc-card.txt | 36 the second being the connection's source. Valid names for sources. 37 use audio-prefix if some components is using same sink/sources naming.
|
D | samsung,odroidx2-max98090.txt | 12 valid names for sources and sinks are the MAX98090's pins (as
|
D | nvidia,tegra-audio-wm9712.txt | 14 the second being the connection's source. Valid names for sources and
|
D | atmel-wm8904.txt | 8 the second being the connection's source. Valid names for sources and
|
D | nvidia,tegra-audio-wm8753.txt | 14 the second being the connection's source. Valid names for sources and
|
D | nvidia,tegra-audio-alc5632.txt | 14 the second being the connection's source. Valid names for sources and
|
D | nvidia,tegra-audio-max98090.txt | 14 the second being the connection's source. Valid names for sources and
|
D | nvidia,tegra-audio-rt5640.txt | 14 the second being the connection's source. Valid names for sources and
|
D | davinci-evm-audio.txt | 10 the second being the connection's source. Valid names for sources and
|
D | fsl,asrc.txt | 27 "asrck_<0-f>" Clock sources for input and output clock.
|
D | nvidia,tegra-audio-wm8903.txt | 14 the second being the connection's source. Valid names for sources and
|
D | nvidia,tegra-audio-rt5677.txt | 14 the second being the connection's source. Valid names for sources and
|
D | samsung-i2s.txt | 33 "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/ |
D | pm.h | 12 struct list_head sources; member
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 55 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
|
D | mpic-msgr.txt | 51 // sources 0xb0 and 0xb2, respectively. 60 // sources 0xb4 and 0xb6, respectively.
|
D | mpc5200.txt | 175 Bestcomm dma engine has it's own set of interrupt sources which are
|
D | dcsr.txt | 80 two interrupt signals based on debug event sources within the SoC.
|
/linux-4.4.14/Documentation/isdn/ |
D | HiSax.cert | 15 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/ |
D | exynos5440-trip-points.dtsi | 2 * Device tree sources for default Exynos5440 thermal zone definition
|
D | exynos4412-tmu-sensor-conf.dtsi | 2 * Device tree sources for Exynos4412 TMU sensor configuration
|
D | exynos5440-tmu-sensor-conf.dtsi | 2 * Device tree sources for Exynos5440 TMU sensor configuration
|
D | exynos5420-trip-points.dtsi | 2 * Device tree sources for default Exynos5420 thermal zone definition
|
D | exynos4-cpu-thermal.dtsi | 2 * Device tree sources for Exynos4 thermal zone
|
D | exynos5422-cpu-thermal.dtsi | 2 * Device tree sources for Exynos5422 thermal zone
|
D | pxa3xx.dtsi | 102 * sources has been hidden under the carpet by now.
|
D | pxa27x.dtsi | 112 * sources has been hidden under the carpet by now.
|
D | berlin2cd.dtsi | 6 * based on GPL'ed 2.6 kernel sources
|
D | berlin2.dtsi | 6 * based on GPL'ed 2.6 kernel sources
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | meson,pinctrl.txt | 33 depends on the SoC and can be found in driver sources. 36 and can be found in driver sources.
|
D | qcom,pmic-mpp.txt | 130 sources are defined in <dt-bindings/pinctrl/qcom,pmic-mpp.h>
|
D | qcom,pmic-gpio.txt | 152 power sources are defined per chip in
|
D | nvidia,tegra20-pinmux.txt | 66 and corrects data from all those sources.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | sky81452.txt | 22 led-sources = <0 1 2 3 6>;
|
D | max77693.txt | 94 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>;
|
D | max8998.txt | 25 - interrupts: Interrupt specifiers for two interrupt sources.
|
D | s2mps11.txt | 21 - interrupts: Interrupt specifiers for interrupt sources.
|
/linux-4.4.14/tools/perf/util/ |
D | setup.py | 38 sources = ext_sources,
|
/linux-4.4.14/tools/build/Documentation/ |
D | Build.txt | 12 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/ |
D | energymicro,efm32-timer.txt | 5 channels and can be used as PWM or Quadrature Decoder. Available clock sources
|
/linux-4.4.14/Documentation/devicetree/bindings/extcon/ |
D | extcon-sm5502.txt | 14 - interrupts: Interrupt specifiers for detection interrupt sources.
|
D | extcon-rt8973a.txt | 16 - interrupts: Interrupt specifiers for detection interrupt sources.
|
/linux-4.4.14/Documentation/networking/ |
D | secid.txt | 10 derived from other sources such as process context, device, etc., in special
|
D | skfp.txt | 70 From v2.01 on, the driver is integrated in the linux kernel sources. 171 - Integration in Linux kernel sources
|
D | ieee802154.txt | 111 See sources in drivers/net/ieee802154 folder for more details.
|
D | 6pack.txt | 96 - Do a cd to the directory that holds the kissattach sources. Edit the
|
D | README.ipw2100 | 191 included within the kernel sources. To enable the IPW2100 you will need a
|
/linux-4.4.14/Documentation/hwmon/ |
D | nct6775 | 49 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
|
D | lm93 | 158 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
|
D | w83627ehf | 58 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/ |
D | README | 10 Download kernel sources
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | debugfs-ec | 13 ftp://ftp.suse.com/pub/people/trenn/sources/ec/
|
D | sysfs-class-power-twl4030 | 33 This is useful for unstable power sources
|
D | sysfs-power | 196 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
|
D | configfs-stp-policy | 6 for software sources wishing to send trace data over an STM
|
D | sysfs-pps | 7 the PPS sources.
|
D | sysfs-firmware-acpi | 68 well known (fixed feature) interrupts sources, such
|
/linux-4.4.14/Documentation/ |
D | IRQ.txt | 13 An IRQ number is an enumeration of the possible interrupt sources on a
|
D | mono.txt | 52 # when compiling from sources or CVS).
|
D | kernel-docs.txt | 18 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)
|
D | module-signing.txt | 160 kernel sources tree and the openssl command. The following is an example to
|
D | IRQ-domain.txt | 37 be easily extended to support other IRQ topology data sources.
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | sirf,rstc.txt | 24 The reset controller(rstc) manages various reset sources. This module provides
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | base.c | 117 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/ |
D | fixed-factor-clock.txt | 1 Binding for TI fixed factor rate clock sources.
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | p1020rdb-pc_camp_core0.dts | 57 protected-sources = <
|
D | mpc8572ds_camp_core0.dts | 60 protected-sources = <
|
D | mpc8572ds_camp_core1.dts | 83 protected-sources = <
|
D | p1020rdb-pc_camp_core1.dts | 105 protected-sources = <
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | coresight.txt | 6 sinks, links and sources. Trace data produced by one or more sources flows
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | apm-xgene-dma.txt | 15 - interrupts: DMA has 5 interrupts sources. 1st interrupt is
|
D | fsl-edma.txt | 26 See the SoC's reference manual for all the supported request sources.
|
/linux-4.4.14/fs/gfs2/ |
D | Kconfig | 20 be found here: http://sources.redhat.com/cluster
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | rcar-pci.txt | 13 - interrupts: two interrupt sources for MSI interrupts, followed by interrupt
|
/linux-4.4.14/Documentation/misc-devices/ |
D | isl29003 | 20 artificial light sources.
|
/linux-4.4.14/include/linux/ |
D | igmp.h | 82 struct ip_sf_list *sources; member
|
/linux-4.4.14/Documentation/devicetree/bindings/media/xilinx/ |
D | video.txt | 5 sources. They are connected by links through their input and output ports,
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu-v3.txt | 19 interrupt sources corresponding to entries in
|
/linux-4.4.14/Documentation/early-userspace/ |
D | buffer-format.txt | 105 To combine file data from different sources (without having to 109 a) Separate the different file data sources with a "TRAILER!!!"
|
D | README | 43 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/ |
D | IO-APIC.txt | 34 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/ |
D | Kconfig | 122 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/ |
D | async-tx-api.txt | 69 sources 71 from the given sources 73 sources
|
D | descore-readme.txt | 94 (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)
|
D | api-intro.txt | 95 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/ |
D | pps.txt | 23 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/ |
D | clocking.txt | 12 or SYSCLK). This audio master clock can be derived from a number of sources
|
D | dapm.txt | 202 The WM8731 output mixer has 3 inputs (sources)
|
/linux-4.4.14/net/openvswitch/ |
D | Kconfig | 25 which is able to accept configuration from a variety of sources and
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-efi-vars | 44 efi_variable" in the kernel sources.
|
/linux-4.4.14/Documentation/devicetree/bindings/nios2/ |
D | nios2.txt | 6 Users can use sopc2dts tool for generating device tree sources (dts) from a
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm-samsung.txt | 27 Note that not all IP variants allow using all external clock sources.
|
/linux-4.4.14/Documentation/EDID/ |
D | HOWTO.txt | 25 individual data for a specific misbehaving monitor, commented sources
|
/linux-4.4.14/drivers/firewire/ |
D | Kconfig | 79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
|
/linux-4.4.14/Documentation/scsi/ |
D | dc395x.txt | 95 included in your kernel sources and with your distribution. It carries the
|
D | lpfc.txt | 76 driver sources.
|
D | in2000.txt | 191 I should mention that Drew Eckhardt's 'Generic NCR5380' sources
|
/linux-4.4.14/Documentation/development-process/ |
D | 8.Conclusion | 3 There are numerous sources of information on Linux kernel development and
|
/linux-4.4.14/Documentation/frv/ |
D | configuring.txt | 76 The kernel sources include a number of example default configurations:
|
D | features.txt | 10 of the same sources. 181 routines attempt to disentangle the various sources available through the
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Assabet | 41 RedBoot (http://sources.redhat.com/redboot/) 66 on-line at http://sources.redhat.com/ecos/docs.html.
|
/linux-4.4.14/Documentation/power/ |
D | charger-manager.txt | 21 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/ |
D | Kconfig | 193 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/ |
D | max8997-regulator.txt | 37 - interrupts: Interrupt specifiers for two interrupt sources.
|
D | s5m8767-regulator.txt | 40 - interrupts: Interrupt specifiers for two interrupt sources.
|
/linux-4.4.14/Documentation/devicetree/bindings/c6x/ |
D | dscr.txt | 13 sources (internal or pin), etc. In some cases, a configuration register is
|
/linux-4.4.14/tools/perf/Documentation/ |
D | examples.txt | 27 Then any (or all) of the above event sources can be activated and
|
/linux-4.4.14/ |
D | README | 44 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/ |
D | Kconfig | 12 available at <http://sources.redhat.com/jffs2/>.
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 19 sources on the appropriate interrupt lines.
|
/linux-4.4.14/Documentation/input/ |
D | yealink.txt | 25 the Makefile is pointing to the location where your kernel sources
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 262 The sources may be found at most Linux ftp sites, including:
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 190 sources. Running 'setfx' is required again. 196 - Modifications to makefile and configure.c. Unnecessary sources
|
/linux-4.4.14/Documentation/laptops/ |
D | asus-laptop.txt | 22 Kernel 2.6.X sources, configured for your computer, with ACPI support.
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | mpc832x_mds.dts | 341 * means specifying separate clock sources.
|
/linux-4.4.14/Documentation/serial/ |
D | rocket.txt | 14 integrated into the kernel sources.
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 218 PYTHON_EXT_DEPS := util/python-ext-sources util/setup.py $(LIBTRACEEVENT) $(LIBAPI)
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 464 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/ |
D | nfs-rdma.txt | 118 Download the sources and place them in an appropriate location.
|
/linux-4.4.14/Documentation/fb/ |
D | framebuffer.txt | 305 - The mighty kernel sources:
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | Kconfig | 473 available via various sources. It can come with a 3.5" or 7" touch LCD.
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 42 can disable interrupts and avoid all other interruption-sources
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rv6xx_dpm.c | 1352 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()
|