/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 62 struct stb0899_internal *internal = &state->internal; 67 return stb0899_calc_srate(internal->master_clk, sfr); 134 struct stb0899_internal *internal = &state->internal; in stb0899_carr_width() local 136 return (internal->srate + (internal->srate * internal->rolloff) / 100); in stb0899_carr_width() 145 struct stb0899_internal *internal = &state->internal; in stb0899_first_subrange() local 160 internal->sub_range = min(internal->srch_range, range); in stb0899_first_subrange() 162 internal->sub_range = 0; in stb0899_first_subrange() 164 internal->freq = params->freq; in stb0899_first_subrange() 165 internal->tuner_offst = 0L; in stb0899_first_subrange() 166 internal->sub_dir = 1; in stb0899_first_subrange() [all …]
|
D | stb0899_drv.c | 582 struct stb0899_internal *internal = &state->internal; in stb0899_set_mclk() local 590 internal->master_clk = stb0899_get_mclk(state); in stb0899_set_mclk() 592 dprintk(state->verbose, FE_DEBUG, 1, "MasterCLOCK=%d", internal->master_clk); in stb0899_set_mclk() 648 struct stb0899_internal *internal = &state->internal; in stb0899_init_calc() local 658 internal->t_agc1 = 0; in stb0899_init_calc() 659 internal->t_agc2 = 0; in stb0899_init_calc() 660 internal->master_clk = master_clk; in stb0899_init_calc() 661 internal->mclk = master_clk / 65536L; in stb0899_init_calc() 662 internal->rolloff = stb0899_get_alpha(state); in stb0899_init_calc() 666 internal->agc_gain = 8154; in stb0899_init_calc() [all …]
|
D | stv090x.c | 47 struct stv090x_internal *internal; member 64 ((temp_dev->internal->i2c_adap != i2c_adap) || in find_dev() 65 (temp_dev->internal->i2c_addr != i2c_addr))) { in find_dev() 74 static void remove_dev(struct stv090x_internal *internal) in remove_dev() argument 77 struct stv090x_dev *del_dev = find_dev(internal->i2c_adap, in remove_dev() 78 internal->i2c_addr); in remove_dev() 95 static struct stv090x_dev *append_internal(struct stv090x_internal *internal) in append_internal() argument 102 new_dev->internal = internal; in append_internal() 784 mutex_lock(&state->internal->tuner_lock); in stv090x_i2c_gate_ctrl() 805 mutex_unlock(&state->internal->tuner_lock); in stv090x_i2c_gate_ctrl() [all …]
|
D | stv0900_core.c | 43 struct stv0900_internal *internal; member 61 ((temp_chip->internal->i2c_adap != i2c_adap) || in find_inode() 62 (temp_chip->internal->i2c_addr != i2c_addr))) in find_inode() 72 static void remove_inode(struct stv0900_internal *internal) in remove_inode() argument 75 struct stv0900_inode *del_node = find_inode(internal->i2c_adap, in remove_inode() 76 internal->i2c_addr); in remove_inode() 97 static struct stv0900_inode *append_internal(struct stv0900_internal *internal) in append_internal() argument 117 new_node->internal = internal; in append_internal() 364 struct stv0900_internal *intp = state->internal; in stv0900_i2c_gate_ctrl() 656 struct stv0900_internal *internal = state->internal; in stv0900_read_signal_strength() local [all …]
|
D | dib7000p.c | 468 dib7000p_write_word(state, 18, (u16) (((bw->internal * 1000) >> 16) & 0xffff)); in dib7000p_reset_pll() 469 dib7000p_write_word(state, 19, (u16) ((bw->internal * 1000) & 0xffff)); in dib7000p_reset_pll() 478 u32 internal = (u32) dib7000p_read_word(state, 18) << 16; in dib7000p_get_internal_freq() local 479 internal |= (u32) dib7000p_read_word(state, 19); in dib7000p_get_internal_freq() 480 internal /= 1000; in dib7000p_get_internal_freq() 482 return internal; in dib7000p_get_internal_freq() 490 u32 internal, xtal; in dib7000p_update_pll() local 505 internal = dib7000p_get_internal_freq(state); in dib7000p_update_pll() 506 xtal = (internal / loopdiv) * prediv; in dib7000p_update_pll() 507 internal = 1000 * (xtal / bw->pll_prediv) * bw->pll_ratio; /* new internal */ in dib7000p_update_pll() [all …]
|
D | dib8000.c | 673 (u16) (((bw->internal * 1000) >> 16) & 0xffff)); in dib8000_reset_pll_common() 675 (u16) ((bw->internal * 1000) & 0xffff)); in dib8000_reset_pll_common() 677 dib8000_write_word(state, 23, (u16) (((bw->internal / 2 * 1000) >> 16) & 0xffff)); in dib8000_reset_pll_common() 679 (u16) ((bw->internal / 2 * 1000) & 0xffff)); in dib8000_reset_pll_common() 747 u32 internal, xtal; in dib8000_update_pll() local 769 internal = dib8000_read32(state, 23) / 1000; in dib8000_update_pll() 770 dprintk("Old Internal = %d", internal); in dib8000_update_pll() 771 xtal = 2 * (internal / loopdiv) * prediv; in dib8000_update_pll() 772 internal = 1000 * (xtal/pll->pll_prediv) * pll->pll_ratio; in dib8000_update_pll() 773 …ew Fmem = %d New Fdemod = %d, New Fsampling = %d", xtal, internal/1000, internal/2000, internal/80… in dib8000_update_pll() [all …]
|
D | stv0900_sw.c | 519 struct stv0900_internal *intp = state->internal; in stv0900_get_demod_cold_lock() 824 struct stv0900_internal *intp = state->internal; in stv0900_track_optimization() 1114 struct stv0900_internal *intp = state->internal; in stv0900_get_standard() 1188 struct stv0900_internal *intp = state->internal; in stv0900_get_signal_params() 1281 struct stv0900_internal *intp = state->internal; in stv0900_dvbs1_acq_workaround() 1402 struct stv0900_internal *intp = state->internal; in stv0900_search_srate_coarse() 1523 struct stv0900_internal *intp = state->internal; in stv0900_search_srate_fine() 1601 struct stv0900_internal *intp = state->internal; in stv0900_blind_search_algo() 1822 struct stv0900_internal *intp = state->internal; in stv0900_algo()
|
/linux-4.4.14/include/linux/ |
D | average.h | 8 unsigned long internal; \ 16 e->internal = 0; \ 25 return e->internal >> ilog2(_factor); \ 30 unsigned long internal = ACCESS_ONCE(e->internal); \ 39 ACCESS_ONCE(e->internal) = internal ? \ 40 (((internal << weight) - internal) + \
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | altera-ci.c | 116 struct fpga_internal *internal; member 124 struct fpga_internal *internal; member 137 struct fpga_internal *internal; member 156 (temp_chip->internal->dev != dev)) in find_inode() 188 if (temp_chip->internal != NULL) { in find_dinode() 189 temp_int = temp_chip->internal; in find_dinode() 203 static void remove_inode(struct fpga_internal *internal) in remove_inode() argument 206 struct fpga_inode *del_node = find_inode(internal->dev); in remove_inode() 227 static struct fpga_inode *append_internal(struct fpga_internal *internal) in append_internal() argument 247 new_node->internal = internal; in append_internal() [all …]
|
/linux-4.4.14/fs/hpfs/ |
D | anode.c | 25 if (le32_to_cpu(btree->u.internal[i].file_secno) > sec) { in hpfs_bplus_lookup() 26 a = le32_to_cpu(btree->u.internal[i].down); in hpfs_bplus_lookup() 86 a = le32_to_cpu(btree->u.internal[n].down); in hpfs_add_sector_to_btree() 87 btree->u.internal[n].file_secno = cpu_to_le32(-1); in hpfs_add_sector_to_btree() 140 btree->first_free = cpu_to_le16((char *)&(btree->u.internal[1]) - (char *)btree); in hpfs_add_sector_to_btree() 141 btree->u.internal[0].file_secno = cpu_to_le32(-1); in hpfs_add_sector_to_btree() 142 btree->u.internal[0].down = cpu_to_le32(na); in hpfs_add_sector_to_btree() 178 btree->u.internal[n].file_secno = cpu_to_le32(-1); in hpfs_add_sector_to_btree() 179 btree->u.internal[n].down = cpu_to_le32(na); in hpfs_add_sector_to_btree() 180 btree->u.internal[n-1].file_secno = cpu_to_le32(fs); in hpfs_add_sector_to_btree() [all …]
|
D | hpfs.h | 410 struct bplus_internal_node internal[0]; /* (internal) 2-word entries giving member 457 struct bplus_internal_node internal[12]; member 499 struct bplus_internal_node internal[60]; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gm107.c | 36 .outp.internal.crt = nv50_dac_output_new, 37 .outp.internal.tmds = nv50_sor_output_new, 38 .outp.internal.lvds = nv50_sor_output_new, 39 .outp.internal.dp = gf119_sor_dp_new,
|
D | gk110.c | 36 .outp.internal.crt = nv50_dac_output_new, 37 .outp.internal.tmds = nv50_sor_output_new, 38 .outp.internal.lvds = nv50_sor_output_new, 39 .outp.internal.dp = gf119_sor_dp_new,
|
D | gk104.c | 36 .outp.internal.crt = nv50_dac_output_new, 37 .outp.internal.tmds = nv50_sor_output_new, 38 .outp.internal.lvds = nv50_sor_output_new, 39 .outp.internal.dp = gf119_sor_dp_new,
|
D | gm204.c | 36 .outp.internal.crt = nv50_dac_output_new, 37 .outp.internal.tmds = nv50_sor_output_new, 38 .outp.internal.lvds = nv50_sor_output_new, 39 .outp.internal.dp = gm204_sor_dp_new,
|
D | g94.c | 36 .outp.internal.crt = nv50_dac_output_new, 37 .outp.internal.tmds = nv50_sor_output_new, 38 .outp.internal.lvds = nv50_sor_output_new, 39 .outp.internal.dp = g94_sor_dp_new,
|
D | gt215.c | 36 .outp.internal.crt = nv50_dac_output_new, 37 .outp.internal.tmds = nv50_sor_output_new, 38 .outp.internal.lvds = nv50_sor_output_new, 39 .outp.internal.dp = g94_sor_dp_new,
|
D | g84.c | 36 .outp.internal.crt = nv50_dac_output_new, 37 .outp.internal.tmds = nv50_sor_output_new, 38 .outp.internal.lvds = nv50_sor_output_new,
|
D | gt200.c | 36 .outp.internal.crt = nv50_dac_output_new, 37 .outp.internal.tmds = nv50_sor_output_new, 38 .outp.internal.lvds = nv50_sor_output_new,
|
D | nv50.c | 47 return disp->func->outp.internal.crt(base, index, dcb, poutp); in nv50_disp_outp_internal_crt_() 56 return disp->func->outp.internal.tmds(base, index, dcb, poutp); in nv50_disp_outp_internal_tmds_() 65 return disp->func->outp.internal.lvds(base, index, dcb, poutp); in nv50_disp_outp_internal_lvds_() 73 if (disp->func->outp.internal.dp) in nv50_disp_outp_internal_dp_() 74 return disp->func->outp.internal.dp(base, index, dcb, poutp); in nv50_disp_outp_internal_dp_() 133 .outp.internal.crt = nv50_disp_outp_internal_crt_, 134 .outp.internal.tmds = nv50_disp_outp_internal_tmds_, 135 .outp.internal.lvds = nv50_disp_outp_internal_lvds_, 136 .outp.internal.dp = nv50_disp_outp_internal_dp_, 824 .outp.internal.crt = nv50_dac_output_new, [all …]
|
D | priv.h | 38 const struct nvkm_disp_func_outp internal; member
|
D | gf119.c | 519 .outp.internal.crt = nv50_dac_output_new, 520 .outp.internal.tmds = nv50_sor_output_new, 521 .outp.internal.lvds = nv50_sor_output_new, 522 .outp.internal.dp = gf119_sor_dp_new,
|
D | nv50.h | 84 const struct nv50_disp_func_outp internal; member
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | cdns,xtensa-pic.txt | 8 When it's 1, the first cell is the internal IRQ number. 10 specifies whether it's internal (0) or external (1). 12 core variants it may be mapped to different internal IRQ. 19 /* one cell: internal irq number, 20 * two cells: second cell == 0: internal irq number
|
D | cdns,xtensa-mx.txt | 12 /* one cell: internal irq number, 13 * two cells: second cell == 0: internal irq number
|
D | nxp,lpc3220-mic.txt | 15 Default for internal sources should be set to 4 (active high).
|
D | atmel,aic.txt | 17 Default flag for internal sources should be set to 4 (active high).
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | renesas,fsi.txt | 15 - fsia,use-internal-clock : FSI uses internal clock when master mode. 19 - fsib,use-internal-clock : same as fsia 30 fsia,use-internal-clock;
|
D | mvebu-audio.txt | 19 The first one is mandatory and defines the internal clock. 23 "internal" for the internal clock 33 clock-names = "internal";
|
D | sirf-audio.txt | 1 * SiRF atlas6 and prima2 internal audio codec and port based audio setups 6 - sirf,audio-codec: phandle for the SiRF internal codec node 24 SiRF internal audio codec pins:
|
D | sirf-audio-codec.txt | 1 SiRF internal audio CODEC 9 - clocks: the clock of SiRF internal audio codec
|
D | samsung-i2s.txt | 8 secondary fifo, s/w reset control and internal mux for root clk src. 10 playback, sterio channel capture, secondary fifo using internal 11 or external dma, s/w reset control, internal mux for root clk src 28 i2s0 uses some base clks from CMU and some are from audio subsystem internal 34 clk. i2s0 has internal mux to select the source of root clk and i2s1 and i2s2
|
D | st,sti-asoc-card.txt | 3 The sti ASoC Sound Card can be used, for all sti SoCs using internal sti-sas 44 - uniperiph-id: internal SOC IP instance ID. 104 2) sti-sas-codec: internal audio codec IPs driver
|
D | eukrea-tlv320.txt | 11 - fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX).
|
D | tas2552.txt | 18 internal 1.8MHz. This CLKIN is used by the PLL. In addition to PLL, the PDM
|
D | imx-audio-wm8962.txt | 27 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
|
D | qcom,apq8016-sbc.txt | 41 internal-dai-link@0 {
|
D | imx-audio-sgtl5000.txt | 35 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
|
D | imx-audio-es8328.txt | 34 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | ti,dp83867.txt | 5 - ti,rx-internal-delay - RGMII Recieve Clock Delay - see dt-bindings/net/ti-dp83867.h 7 - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h 19 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>; 20 ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>;
|
D | smsc911x.txt | 18 - smsc,force-internal-phy : Forces SMSC LAN controller to use 19 internal PHY
|
D | lpc-eth.txt | 11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering
|
D | brcm,bcmgenet.txt | 22 configurations where a PHY (internal or external) is used. 53 phy-mode = "internal";
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 34 bool "IPX: Full internal IPX network" 41 same address). The way this is done is to create a virtual internal 46 The full internal IPX network enables you to allocate sockets on 47 different virtual nodes of the internal network. This is done by 52 kernel when the internal network was created. By enabling the full 53 internal IPX network the cross-forwarding of packets targeted at 56 daemons. A RIP/SAP daemon that works well with the full internal net
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | intel-pstate.txt | 9 In legacy mode, the Intel P-state implements two internal governors, 12 internal Intel P-state governors implement setpolicy()). The internal 15 of the core. The internal powersave governor selects the appropriate P state 22 internal Intel P-state governor code is disabled. 57 the internal governor algorythm. These files are located at
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | as3722.txt | 7 - interrupt-controller: AS3722 has internal interrupt controller which takes the 8 interrupt request from internal sub-blocks like RTC, regulators, GPIOs as well 18 - ams,enable-internal-int-pullup: Boolean property, to enable internal pullup on 19 interrupt pin. Missing this will disable internal pullup on INT pin. 20 - ams,enable-internal-i2c-pullup: Boolean property, to enable internal pullup on 21 i2c scl/sda pins. Missing this will disable internal pullup on i2c
|
D | atmel-matrix.txt | 3 The Bus Matrix registers are used to configure Atmel SoCs internal bus
|
D | palmas.txt | 23 - interrupt-controller : palmas has its own internal IRQs
|
D | da9150.txt | 19 - interrupt-controller: da9150 has internal IRQs (own IRQ domain).
|
D | da9055.txt | 28 - interrupt-controller: da9055 has internal IRQs (has own IRQ domain).
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | dallas,ds1390.txt | 11 - trickle-diode-disable : Do not use internal trickle charger diode 12 Should be given if internal trickle charger diode should be disabled
|
D | dallas,ds1339.txt | 11 - trickle-diode-disable : Do not use internal trickle charger diode 12 Should be given if internal trickle charger diode should be disabled
|
D | ti,bq32k.txt | 11 - trickle-diode-disable : Do not use internal trickle charger diode 12 Should be given if internal trickle charger diode should be disabled
|
D | rtc-omap.txt | 19 - clocks: Any internal or external clocks feeding in to rtc
|
/linux-4.4.14/Documentation/netlabel/ |
D | lsm_interface.txt | 38 label and the internal LSM security identifier can be time consuming. The 42 and translated the security attributes into a LSM internal identifier the LSM 43 can use the NetLabel caching functions to associate the LSM internal 45 when a incoming packet matches a cached value not only are the internal
|
/linux-4.4.14/kernel/ |
D | acct.c | 193 struct vfsmount *mnt, *internal; in acct_on() local 221 internal = mnt_clone_internal(&file->f_path); in acct_on() 222 if (IS_ERR(internal)) { in acct_on() 225 return PTR_ERR(internal); in acct_on() 227 err = mnt_want_write(internal); in acct_on() 229 mntput(internal); in acct_on() 235 file->f_path.mnt = internal; in acct_on()
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-lpc18xx-usb-otg.txt | 1 NXP LPC18xx/43xx internal USB OTG PHY binding 4 This file contains documentation for the internal USB OTG PHY found
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 30 within the internal register window (see below). 68 internal-regs { 102 AA = 1 for internal register 126 internal-regs { 168 internal-regs { 208 As a special case, the internal register window must be set up by the boot 220 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000 /* internal-regs */ 265 internal-regs {
|
/linux-4.4.14/Documentation/hwmon/ |
D | ads7828 | 31 internal reference. 35 otherwise it will default to the internal value (2500mV). This value will be 39 operation and internal voltage reference (2.5V).
|
D | emc1403 | 37 (one internal, one external). EMC14x3 support three sensors (one internal, 38 two external), and EMC14x4 support four sensors (one internal, three
|
D | dme1737 | 45 temp[1-3] (2 remote diodes and 1 internal), 8 voltages in[0-7] (7 external and 46 1 internal) and up to 6 fan speeds fan[1-6]. Additionally, the chips implement 68 The voltage inputs are sampled with 12-bit resolution and have internal 76 in2: VCC (internal +3.3V) 0V - 4.38V 85 in2: VCC (internal +3.3V) 0V - 4.38V 94 in2: VCC (internal +3.3V) 0V - 4.38V 103 in2: VCC (internal +3.3V) 0V - 4.38V 125 temp2: DME1737 internal temperature -127C - +127C
|
D | da9052 | 19 Channel 1: ICH - internal battery charger current measurement 27 Channel 8: Internal Tjunc. - sense (internal temp. sensor)
|
D | ab8500 | 20 Currently only the AB8500 internal sensor and one external sensor for battery
|
D | mc13783-adc | 25 a chip internal scaling applied . 31 chip internal scaling:
|
D | thmc50 | 33 The THMC50 implements: an internal temperature sensor, support for an 62 temp1 -- internal
|
D | wm8350 | 25 Voltages are sampled by a 12 bit ADC. For the internal supplies the ADC
|
D | pc87360 | 22 *1: Forcibly enable internal voltage and temperature channels, except in9 117 only) is internal. 131 likely have either channels 1 to 3 (thermal diodes) or 3 to 6 (internal 138 Voltages are reported relatively to a reference voltage, either internal or
|
D | adt7411 | 21 internal temperature sensor, but an external one can also be connected (one
|
D | fam15h_power | 39 attributes only for internal node0 of a multi-node processor.
|
D | nct7904 | 18 internal temperature sensor, Intel PECI and AMD SB-TSI CPU temperature
|
D | da9055 | 22 Channel 4: Internal Tjunc. - sense (internal temp. sensor)
|
D | vexpress | 24 board and its environment by a number of internal and external sensors,
|
D | adm1026 | 42 sensor inputs and one internal sensor. Each sensor has a high and low 50 in counts of a 22.5kHz internal clock. Each fan has a high limit which
|
D | lm95234 | 31 the internal sensor). Resolution depends on temperature input and range.
|
/linux-4.4.14/sound/oss/dmasound/ |
D | Kconfig | 6 If you want to use the internal audio of your Atari in Linux, answer 20 If you want to use the internal audio of your Amiga in Linux, answer 34 If you want to use the internal audio of your Q40 in Linux, answer
|
/linux-4.4.14/Documentation/networking/ |
D | dm9000.txt | 120 when using the internal PHY. See the section on link state polling 135 For the internal PHY, the original (and currently default) method is 140 To reduce the overhead for the internal PHY, there is now the option 156 1) Interrupt on internal PHY state change. This means that the periodic 158 the internal PHY.
|
D | ip_dynaddr.txt | 11 internal host does retransmission) until a packet from outside is
|
D | filter.txt | 39 internal compiler that generates a structure that can eventually be loaded 161 differently than libpcap's internal compiler does; then in such cases 468 or for internal kernel users if it has been previously enabled by root: 570 ISA is called 'eBPF' or 'internal BPF' interchangeably. (Note: eBPF which 603 Some core changes of the new internal format: 608 new layout extends this to be 10 internal registers and a read-only frame 643 32-bit architectures run 64-bit internal BPF programs via interpreter. 664 Before an in-kernel function call, the internal BPF program needs to 731 Then the following internal BPF pseudo-program: 797 In the future an eBPF verifier can be used to validate internal BPF programs. [all …]
|
D | generic-hdlc.txt | 56 * clock int - both RX clock and TX clock internal 57 * clock txint - RX clock external, TX clock internal
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-davinci.txt | 18 - num-cs: Number of chip selects. This includes internal as well as 30 For example to have 3 internal CS and 2 GPIO CS, user could define 32 where first three are internal CS and last two are GPIO CS.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | 83xx-512x-pci.txt | 7 The first is for the internal pci bridge registers 36 reg = <0xe0008500 0x100 /* internal registers */
|
D | nvidia,tegra20-pcie.txt | 71 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must 79 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must 99 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must
|
D | pci-rcar-gen2.txt | 5 AHB. There is one bridge instance per USB port connected to the internal
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | Kconfig | 33 Choose this to enable the internal Television Encoder (TVe) 41 Choose this to enable the internal LVDS Display Bridge (LDB)
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | bus.c | 196 const bool internal = false; in nvkm_i2c_bus_ctor() local 198 const bool internal = true; in nvkm_i2c_bus_ctor() local 215 !nvkm_boolopt(device->cfgopt, "NvI2C", internal)) { in nvkm_i2c_bus_ctor()
|
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 14 micro ampere level. All DACs and the internal PLL 17 internal PLL 1 circuit to be powered down and the
|
/linux-4.4.14/Documentation/ |
D | cputopology.txt | 25 internal kernel map of cpuX's hardware threads within the same 35 internal kernel map of cpuX's hardware threads within the same 45 internal kernel map of cpuX's hardware threads within the same 83 /sys/devices/system/cpu and includes these files. The internal
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | fman.txt | 121 FMan internal memory is split into the following parts: 123 Frames internal context 410 - fsl,fman-internal-mdio 411 Usage: required for internal MDIO 413 Definition: Fman has internal MDIO for internal PCS(Physical 415 The settings and programming routines for internal/external 416 MDIO are different. Must be included for internal MDIO. 428 Example for FMan v3 internal MDIO: 433 fsl,fman-internal-mdio;
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ab8500/ |
D | fg.txt | 37 'batctrl' pin is used when NTC resister is internal to battery. 43 indicates: NTC resister is internal to battery, 'batctrl' is used
|
/linux-4.4.14/Documentation/laptops/ |
D | sony-laptop.txt | 50 cdpower power on/off the internal CD drive 51 audiopower power on/off the internal sound card 52 lanpower power on/off the internal ethernet card 54 bluetoothpower power on/off the internal bluetooth device 98 (1) the SNC device uses an internal capability lookup table
|
/linux-4.4.14/drivers/pci/host/ |
D | Kconfig | 46 Say Y here if you want internal PCI support on R-Car Gen2 SoC. 47 There are 3 internal PCI controllers available with a single 97 Say Y here if you want internal PCI support on APM X-Gene SoC. 98 There are 5 internal PCIe ports available. Each port is GEN3 capable
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-pcm.c | 168 bool internal; in pcm_open() local 191 internal = false; in pcm_open() 194 internal = true; in pcm_open() 202 if (!internal || in pcm_open()
|
/linux-4.4.14/Documentation/scsi/ |
D | lpfc.txt | 46 internal queuing from all LLDDs. The philosophy is that internal 52 have all internal queuing removed. Emulex complied with this request.
|
D | aic79xx.txt | 37 68-pin, two internal 68-pin) 40 68-pin, two internal 68-pin) 43 and one internal 68-pin) 46 and one internal 68-pin) based on the 50 68-pin, two internal 68-pin, one 51 internal 50-pin) 54 68-pin, two internal 68-pin, one 55 internal 50-pin) 58 (One external VHDC, one internal 62 (One external VHDC, one internal
|
D | aacraid.txt | 100 9005:0285:9005:02b2 ICP (Voodoo 8 internal 8 external) 115 9005:0285:9005:02b1 Adaptec (Voodoo 8 internal 8 external)
|
/linux-4.4.14/drivers/net/phy/ |
D | Kconfig | 83 tristate "Drivers for Broadcom Cygnus SoC internal PHY" 88 This PHY driver is for the 1G internal PHYs of the Broadcom 91 Currently supports internal PHY's used in the BCM11300, 96 tristate "Drivers for Broadcom 63xx SOCs internal PHY" 103 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
|
/linux-4.4.14/sound/core/ |
D | pcm.c | 75 if (newpcm->internal) in snd_pcm_add() 707 if (!pcm->internal) { in snd_pcm_new_stream() 730 if (!pcm->internal) { in snd_pcm_new_stream() 756 int playback_count, int capture_count, bool internal, in _snd_pcm_new() argument 776 pcm->internal = internal; in _snd_pcm_new() 884 if (!pcm->internal) { in snd_pcm_free() 1069 if (pcm->internal) in snd_pcm_dev_register() 1131 if (!pcm->internal) { in snd_pcm_dev_disconnect() 1136 if (!pcm->internal) in snd_pcm_dev_disconnect()
|
/linux-4.4.14/drivers/fmc/ |
D | Kconfig | 12 and mezzanine based on identifiers stored in the internal I2C 39 internal EEPROM of the PCB, using the firmware loader to get
|
/linux-4.4.14/arch/xtensa/boot/dts/ |
D | xtfpga.dtsi | 30 /* one cell: internal irq number, 31 * two cells: second cell == 0: internal irq number
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,mxs-pinctrl.txt | 70 0: MXS_PULL_DISABLE - Disable the internal pull-up 71 1: MXS_PULL_ENABLE - Enable the internal pull-up 73 Note that when enabling the pull-up, the internal pad keeper gets disabled. 75 will only disable the internal pad keeper.
|
D | brcm,cygnus-gpio.txt | 47 Enable internal pull up resistor 50 Enable internal pull down resistor
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp-gp.dts | 50 * internal registers to 0xf1000000 (instead of the default 54 * left internal registers mapped at 0xd0000000. If you are in this 79 * the address range used for I/O (internal registers, 150 internal-regs {
|
D | armada-370-rd.dts | 48 * internal registers to 0xf1000000 (instead of the default 52 * left internal registers mapped at 0xd0000000. If you are in this 96 internal-regs {
|
D | armada-xp-db.dts | 50 * internal registers to 0xf1000000 (instead of the default 54 * left internal registers mapped at 0xd0000000. If you are in this 143 internal-regs {
|
D | armada-370-seagate-personal-cloud.dts | 30 internal-regs {
|
D | armada-370-db.dts | 50 * internal registers to 0xf1000000 (instead of the default 54 * left internal registers mapped at 0xd0000000. If you are in this 80 internal-regs {
|
D | uniphier-proxstream2.dtsi | 221 /* chip-internal connection for DMD */ 232 /* chip-internal connection for STM */ 243 /* chip-internal connection for HDMI */
|
D | orion5x-mv88f5182.dtsi | 17 internal-regs {
|
D | vexpress-v2p-ca5s.dts | 132 /* CPU and internal AXI reference clock */ 186 /* DCC internal operating temperature */
|
D | armada-370-seagate-personal-cloud-2bay.dts | 30 internal-regs {
|
D | armada-xp-linksys-mamba.dts | 5 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk 98 internal-regs { 101 /* No crystal connected to the internal RTC */
|
D | armada-xp-axpwifiap.dts | 5 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk 98 internal-regs {
|
D | sun9i-a80-optimus.dts | 116 /* Enable internal pull-up */ 196 /* Enable internal pull-up */
|
D | armada-xp-openblocks-ax3-4.dts | 109 internal-regs { 111 /* No crystal connected to the internal RTC */
|
D | s3c6410-smdk6410.dts | 69 smsc,force-internal-phy;
|
D | armada-xp-synology-ds414.dts | 45 * internal registers to 0xf1000000 (instead of the old 0xd0000000). 49 * were delivered with an older version of u-boot that left internal 106 internal-regs {
|
D | armada-370-synology-ds213j.dts | 45 * internal registers to 0xf1000000 (instead of the old 0xd0000000). 49 * were delivered with an older version of u-boot that left internal 83 internal-regs {
|
D | dove-cubox.dts | 131 clock-names = "internal", "extclk";
|
D | pxa3xx.dtsi | 101 * The muxing of external clocks/internal dividers for osc* clock
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | Kconfig | 54 tristate "Broadcom 63xx internal mac support" 63 tristate "Broadcom GENET internal MAC support" 163 tristate "Broadcom SYSTEMPORT internal MAC support" 170 Broadcom BCM7xxx Set Top Box family chipset using an internal
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | mx2_camera.c | 229 struct mx2_buf_internal internal; member 284 return container_of(int_buf, struct mx2_buffer, internal); in mx2_ibuf_to_buf() 547 list_add_tail(&buf->internal.queue, &pcdev->capture); in mx2_videobuf_queue() 667 internal.queue); in mx2_start_streaming() 668 buf->internal.bufnum = 0; in mx2_start_streaming() 672 mx27_update_emma_buf(pcdev, phys, buf->internal.bufnum); in mx2_start_streaming() 676 internal.queue); in mx2_start_streaming() 677 buf->internal.bufnum = 1; in mx2_start_streaming() 681 mx27_update_emma_buf(pcdev, phys, buf->internal.bufnum); in mx2_start_streaming() 1353 list_del_init(&buf->internal.queue); in mx27_camera_frame_done_emma() [all …]
|
/linux-4.4.14/net/sched/ |
D | sch_fq.c | 90 struct fq_flow internal; /* for non classified or high prio packets */ member 225 return &q->internal; in fq_classify() 281 return &q->internal; in fq_classify() 380 if (unlikely(f->qlen >= q->flow_plimit && f != &q->internal)) { in fq_enqueue() 399 if (unlikely(f == &q->internal)) { in fq_enqueue() 437 skb = fq_dequeue_head(sch, &q->internal); in fq_dequeue() 527 while ((skb = fq_dequeue_head(sch, &q->internal)) != NULL) in fq_reset()
|
/linux-4.4.14/drivers/staging/iio/Documentation/light/ |
D | sysfs-bus-iio-light-tsl2583 | 5 This property causes an internal calibration of the als gain trim
|
D | sysfs-bus-iio-light-tsl2x7x | 5 Causes an internal calibration of the als gain trim
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-platform-brcmstb-gisb-arb | 7 Broadcom Set Top Box internal GISB bus arbiter. Minimum value
|
D | sysfs-block | 141 usually the stripe width or the internal track size. A 169 device is offset from the internal allocation unit's 180 partition is offset from the internal allocation unit's 190 parameter indicates the size of the internal allocation 201 internal limits on the number of bytes that can be
|
D | sysfs-devices | 6 internal state of the kernel device tree. Devices will
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm63138.txt | 25 - resets: phandle to the relevant PMB controller, one integer indicating the internal 27 internal bus number.
|
/linux-4.4.14/drivers/reset/ |
D | Kconfig | 11 via GPIOs or SoC-internal reset controller modules.
|
/linux-4.4.14/drivers/bus/ |
D | Kconfig | 46 as the internal events to the CCI. 62 Driver for the Broadcom Set Top Box System-on-a-chip internal bus 64 and internal bus master decoding.
|
/linux-4.4.14/drivers/staging/mt29f_spinand/ |
D | Kconfig | 12 bool "Use SPINAND internal ECC"
|
/linux-4.4.14/sound/soc/sirf/ |
D | Kconfig | 7 tristate "SoC Audio support for SiRF internal audio codec"
|
/linux-4.4.14/ |
D | Kbuild | 42 # We use internal kbuild rules to avoid the "is up to date" message from make 77 # We use internal kbuild rules to avoid the "is up to date" message from make
|
/linux-4.4.14/lib/ |
D | Kconfig.kgdb | 32 bool "KGDB: internal test suite" 36 kgdb's internal functions. This kgdb I/O module is 52 string "KGDB: which internal kgdb tests to run"
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | Kconfig | 102 The file /sys/kernel/debug/skge/ethX displays the state of the internal 113 an internal one. Disabling this option will save some memory 137 The file /sys/kernel/debug/sky2/ethX displays the state of the internal
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 1570 &desc->params.internal.param0, in i40e_dbg_command_write() 1571 &desc->params.internal.param1, in i40e_dbg_command_write() 1572 &desc->params.internal.param2, in i40e_dbg_command_write() 1573 &desc->params.internal.param3); in i40e_dbg_command_write() 1598 desc->params.internal.param0, in i40e_dbg_command_write() 1599 desc->params.internal.param1, in i40e_dbg_command_write() 1600 desc->params.internal.param2, in i40e_dbg_command_write() 1601 desc->params.internal.param3); in i40e_dbg_command_write() 1618 &desc->params.internal.param0, in i40e_dbg_command_write() 1619 &desc->params.internal.param1, in i40e_dbg_command_write() [all …]
|
/linux-4.4.14/arch/avr32/boards/favr-32/ |
D | Kconfig | 10 Specify the target rate the internal DAC should try to match. This
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ControlNames.txt | 36 Speaker (internal speaker) 37 Bass Speaker (internal LFE speaker)
|
D | HD-Audio-Models.txt | 21 inv-dmic Inverted internal mic workaround 25 inv-dmic Inverted internal mic workaround 34 inv-dmic Inverted internal mic workaround 57 inv-dmic Inverted internal mic workaround 69 inv-dmic Inverted internal mic workaround
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | 8xxx_gpio.txt | 11 The GPIO module usually is connected to the SoC's internal interrupt 17 the SoC's internal interrupt controller). See the interrupt controller
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 16 detection of each pin. Below is a diagram of internal connections between 49 internal controllers like PWM, SSP and UART, with 128 internal signals 144 internal logic will only wakeup the system when those specific bits 170 Bit 13: PULLDOWN_EN - enable the internal pull-down resistor on this pin 171 Bit 14: PULLUP_EN - enable the internal pull-up resistor on this pin
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | brcm,bcm7038-pwm.txt | 10 its internal variable clock frequency generator
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 30 control one or more internal sensors. 36 with several internal sensors, in order 318 (b) - IC with several internal sensors 321 single sensor IC, assuming it has several internal sensors. This is a common 322 case on SoC designs with several internal IPs that may need different thermal 323 requirements, and thus may have their own sensor to monitor or detect internal 491 close to CPU hotspot and together with internal CPU sensor, it is used 521 #thermal-sensor-cells = <1>; /* sensor internal ID */ 603 The above example is a mix of previous examples, a sensor IP with several internal
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | clps711x-clock.txt | 5 - reg : Address of the internal register set.
|
D | at91-clock.txt | 17 at91 internal slow RC oscillator 100 Required properties for internal slow RC oscillator: 102 - clock-frequency : define the internal RC oscillator frequency. 105 - clock-accuracy : define the internal RC oscillator accuracy. 171 Required properties for main clock internal RC oscillator: 174 - clock-frequency : define the internal RC oscillator frequency. 177 - clock-accuracy : define the internal RC oscillator accuracy.
|
D | marvell,pxa1928.txt | 5 blocks called APMU, MPMU, and APBC roughly corresponding to internal buses.
|
D | hi6220-clock.txt | 27 - hisilicon,hi6220-clk-sram: phandle to the syscon managing the SoC internal sram;
|
/linux-4.4.14/Documentation/arm/stm32/ |
D | stm32f429-overview.txt | 9 - 2MB internal Flash Memory
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunbmac.c | 269 if (bp->tcvr_type == internal) { in write_tcvr_bit() 294 if (bp->tcvr_type == internal) { in read_tcvr_bit() 317 if (bp->tcvr_type == internal) { in read_tcvr_bit2() 355 case internal: in bigmac_tcvr_write() 371 ((bp->tcvr_type == internal) ? in bigmac_tcvr_write() 394 case internal: in bigmac_tcvr_read() 410 ((bp->tcvr_type == internal) ? in bigmac_tcvr_read() 477 bp->tcvr_type = internal; in bigmac_tcvr_init()
|
D | sunhme.c | 329 static u32 BB_GET_BIT(struct happy_meal *hp, void __iomem *tregs, int internal) 336 if (internal) 345 static u32 BB_GET_BIT2(struct happy_meal *hp, void __iomem *tregs, int internal) in BB_GET_BIT2() argument 352 if (internal) in BB_GET_BIT2() 399 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 401 retval |= BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 402 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 403 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 404 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 1002 hp->tcvr_type = internal; in happy_meal_tcvr_reset() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/display/connector/ |
D | vga-connector.txt | 15 The VGA connector internal connections are modeled using the OF graph bindings
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light-tsl2583 | 12 This property causes an internal calibration of the als gain trim
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ieee802154/ |
D | at86rf230.txt | 15 - xtal-trim: u8 value for fine tuning the internal capacitance
|
/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/ |
D | spear-adc.txt | 13 the internal voltage reference will be used.
|
/linux-4.4.14/drivers/net/ethernet/moxa/ |
D | Kconfig | 25 want to use the internal ethernet then you should answer Y to this.
|
/linux-4.4.14/Documentation/filesystems/ |
D | tmpfs.txt | 8 tmpfs puts everything into the kernel internal caches and grows and 27 1) There is always a kernel internal mount which you will not see at 32 set, the user visible part of tmpfs is not build. But the internal 44 This mount is _not_ needed for SYSV shared memory. The internal
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 35 arena are internal to it (with the exception of one field that points to the 78 The map is a simple lookup/indirection table that maps an LBA to an internal 80 flags, and the remaining form the internal block number. 93 29 - 0 : Mappings to internal 'postmap' blocks 167 internal, postmap block that the reader is (still) reading has been inserted 249 - All internal available blocks are not uniquely and entirely addressed by the
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | exynos-sata.txt | 18 and "sclk_sata" for the internal controller clock.
|
/linux-4.4.14/drivers/net/ |
D | LICENSE.SRC | 11 This software was developed at SRC for use in internal research, and the
|
/linux-4.4.14/drivers/hwmon/ |
D | it87.c | 429 u8 internal; /* Internal sensors can be labeled */ member 1942 sio_data->internal |= (1 << 1); in it87_find() 1945 sio_data->internal |= (1 << 2); in it87_find() 2019 sio_data->internal |= (1 << 0); in it87_find() 2021 sio_data->internal |= (1 << 1); in it87_find() 2047 sio_data->internal |= (1 << 3); /* in9 is AVCC */ in it87_find() 2133 sio_data->internal |= (1 << 0); in it87_find() 2135 sio_data->internal |= (1 << 1); in it87_find() 2296 if (sio_data->internal & (1 << 0)) in it87_probe() 2298 if (sio_data->internal & (1 << 1)) in it87_probe() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/extcon/ |
D | extcon-rt8973a.txt | 8 If auto-configuration mode is enabled, RT8973A would control internal h/w patch
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | pbias-regulator.txt | 1 PBIAS internal regulator for SD card dual voltage i/o pads on OMAP SoCs.
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/ |
D | cpu_irq.txt | 7 platforms internal interrupt controller cascade.
|
/linux-4.4.14/Documentation/development-process/ |
D | 8.Conclusion | 8 read. Many internal kernel APIs are documented using the kerneldoc 11 distributions runs into internal limits and fails to process the documents
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | util.S | 161 | Input a0 points to an operand in the internal extended format 162 | Output a0 points to the result in the internal extended format 176 | a0 points to operand in internal extended format 178 | a0 points to result in internal extended format 486 | a0 points to input operand in the internal extended format 489 | a0 points to correct internal extended precision result.
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 152 - external/internal PHY management: link, auto-negotiation etc. 201 For Ethernet switches which have both external and internal MDIO busses, the 203 internal or external MDIO devices this switch might be connected to: internal 306 - internal PHY devices, built into the Ethernet switch hardware 307 - external PHY devices, connected via an internal or external MDIO bus 308 - internal PHY devices, connected via an internal MDIO bus 354 Some switch drivers feature internal temperature sensors which are exposed as 363 register_switch_driver() registers this dsa_switch_driver in its internal list 379 devices, it is recommended to issue a read towards internal registers using 476 - get_regs: ethtool function returning the Ethernet switch internal register
|
/linux-4.4.14/drivers/of/unittest-data/ |
D | testcases.dts | 24 * this a kernel-internal data format.
|
/linux-4.4.14/fs/sysfs/ |
D | Kconfig | 7 export internal kernel objects, their attributes, and their
|
/linux-4.4.14/Documentation/devicetree/bindings/net/wireless/ |
D | ti,wlcore.txt | 27 Note: the *-clock-frequency properties assume internal clocks. In case of external
|
/linux-4.4.14/fs/reiserfs/ |
D | Kconfig | 35 possibly imagine of its internal consistency throughout its 49 various ReiserFS statistics and internal data at the expense of
|
/linux-4.4.14/Documentation/video4linux/ |
D | fimc.txt | 9 data from LCD controller (FIMD) through the SoC internal writeback data 65 to the SoC peripheral camera input at runtime and optionally to control internal 72 during initialization. The internal device topology can be easily discovered
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 19 3-2. No internal tasks 183 3-2. No internal tasks 194 and the number of internal tasks fluctuates - the ratios constantly 203 over internal tasks, it's with serious drawbacks. It always adds an 208 happens between internal tasks and child cgroups and the behavior is 214 Multiple controllers struggle with internal tasks and came up with 231 situations where child cgroups compete against internal tasks of the 329 any tasks or child cgroups. Events for internal nodes trigger only 452 recursive stat files pointless and, as no internal node can have 624 internal details and userland-visible interface. Of course, this [all …]
|
D | devices.txt | 108 4.1 Hierarchy (internal implementation) 111 list of exceptions. The internal state is controlled using the same user
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-queue-length.txt | 11 If not given, internal default is used. To check
|
D | thin-provisioning.txt | 173 i) Creating an internal snapshot. 188 ii) Using an internal snapshot. 215 Of course, you may write to the thin device and take internal snapshots 231 N.B. All descendants (internal snapshots) of this snapshot require the 347 synchronise their external metadata with the internal metadata of the 376 the internal device identifier of the device to be
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,spmi-iadc.txt | 5 through an external resistor (channel 1) or internal (built-in) resistor
|
/linux-4.4.14/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 6 companion document to Documentation/devicetree/dt-object-internal.txt[1]
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | sunxi-nand.txt | 10 - clock-names : nand controller internal clock names. Shall contain :
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | overview.txt | 42 internal power blocks depending on the internal codec audio routing and any
|
D | dapm.txt | 19 audio subsystem, this includes internal codec power blocks and machine 44 internal codec components). All audio components that effect power are called 238 scan the codec and machine so that the internal DAPM state matches the 247 e.g. connects the speaker out codec pins to the internal speaker.
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex.txt | 40 RT-mutexes are optimized for fastpath operations and have no internal 43 support. [If that is not available then the rt-mutex internal spinlock
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-qmss.txt | 13 descriptor RAM. Descriptor RAM is configurable as internal or external memory. 23 - linkram0 : <address size> for internal link ram, where size is the total 102 - PDSP internal RAM region.
|
/linux-4.4.14/arch/powerpc/platforms/82xx/ |
D | Kconfig | 68 The MPC8272 CPM has a different internal dpram setup than other CPM2
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | stmpe.txt | 12 - st,ref-sel: ADC reference source (0 -> internal reference, 1 -> external
|
/linux-4.4.14/drivers/usb/phy/ |
D | Kconfig | 87 UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs 89 The definition of internal PHY APIs are in the mach-omap2 layer. 97 internal transceiver via the usb_phy interface, and
|
/linux-4.4.14/arch/avr32/boards/hammerhead/ |
D | Kconfig | 8 This enables USB support for Hammerheads internal ISP116x
|
/linux-4.4.14/Documentation/misc-devices/ |
D | isl29003 | 18 I2C multi-function control and monitoring capabilities. The internal ADC
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 55 internal arbiter may still logical-or the two requests. However, once 77 to the internal functions unless REQ is asserted. This prevents a bus
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.machine | 175 Disable the CPU internal registers protection in user mode, 353 hex "Address of the MBAR (internal peripherals)" 357 Define the address of the internal system peripherals. This value 364 hex "Address of the IPSBAR (internal peripherals)" 368 Define the address of the internal system peripherals. This value
|
D | Kconfig.devices | 109 If you want to use the internal "DCA" serial ports on an HP300 116 If you want to use the internal "APCI" serial ports on an HP400
|
/linux-4.4.14/Documentation/fb/ |
D | viafb.txt | 134 4 : LCD1+LCD2 (internal + internal) 135 16: LCD1+ExternalLCD2 (internal + external)
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | cc770.txt | 20 clock in Hz. Note that the internal clock frequency used by the
|
D | sja1000.txt | 20 clock in Hz. Note that the internal clock frequency used by the
|
/linux-4.4.14/drivers/staging/android/ |
D | TODO | 10 - Remove ION_IOC_SYNC: Flushing for devices should be purely a kernel internal
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | Kconfig | 26 use the internal ethernet then you should answer Y to this.
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 19 must correspond to the PCLK clocking the internal logic
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-fakedev.txt | 34 own internal fake EEPROM: whenever the image is overwritten starting at
|
/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 46 API-scsi-internal-device-block 47 API-scsi-internal-device-unblock
|
/linux-4.4.14/Documentation/devicetree/bindings/remoteproc/ |
D | wkup_m3_rproc.txt | 21 - reg: Should contain the address ranges for the two internal
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | mmp-dma.txt | 40 * parsing internal register
|