Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 200 of 705) sorted by relevance

1234

/linux-4.4.14/drivers/media/dvb-frontends/
Dstb0899_algo.c62 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 …]
Dstb0899_drv.c582 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 …]
Dstv090x.c47 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 …]
Dstv0900_core.c43 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 …]
Ddib7000p.c468 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 …]
Ddib8000.c673 (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 …]
Dstv0900_sw.c519 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/
Daverage.h8 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/
Daltera-ci.c116 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/
Danode.c25 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 …]
Dhpfs.h410 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/
Dgm107.c36 .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,
Dgk110.c36 .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,
Dgk104.c36 .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,
Dgm204.c36 .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,
Dg94.c36 .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,
Dgt215.c36 .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,
Dg84.c36 .outp.internal.crt = nv50_dac_output_new,
37 .outp.internal.tmds = nv50_sor_output_new,
38 .outp.internal.lvds = nv50_sor_output_new,
Dgt200.c36 .outp.internal.crt = nv50_dac_output_new,
37 .outp.internal.tmds = nv50_sor_output_new,
38 .outp.internal.lvds = nv50_sor_output_new,
Dnv50.c47 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 …]
Dpriv.h38 const struct nvkm_disp_func_outp internal; member
Dgf119.c519 .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,
Dnv50.h84 const struct nv50_disp_func_outp internal; member
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dcdns,xtensa-pic.txt8 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
Dcdns,xtensa-mx.txt12 /* one cell: internal irq number,
13 * two cells: second cell == 0: internal irq number
Dnxp,lpc3220-mic.txt15 Default for internal sources should be set to 4 (active high).
Datmel,aic.txt17 Default flag for internal sources should be set to 4 (active high).
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,fsi.txt15 - fsia,use-internal-clock : FSI uses internal clock when master mode.
19 - fsib,use-internal-clock : same as fsia
30 fsia,use-internal-clock;
Dmvebu-audio.txt19 The first one is mandatory and defines the internal clock.
23 "internal" for the internal clock
33 clock-names = "internal";
Dsirf-audio.txt1 * 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:
Dsirf-audio-codec.txt1 SiRF internal audio CODEC
9 - clocks: the clock of SiRF internal audio codec
Dsamsung-i2s.txt8 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
Dst,sti-asoc-card.txt3 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
Deukrea-tlv320.txt11 - fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX).
Dtas2552.txt18 internal 1.8MHz. This CLKIN is used by the PLL. In addition to PLL, the PDM
Dimx-audio-wm8962.txt27 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
Dqcom,apq8016-sbc.txt41 internal-dai-link@0 {
Dimx-audio-sgtl5000.txt35 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
Dimx-audio-es8328.txt34 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dti,dp83867.txt5 - 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>;
Dsmsc911x.txt18 - smsc,force-internal-phy : Forces SMSC LAN controller to use
19 internal PHY
Dlpc-eth.txt11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering
Dbrcm,bcmgenet.txt22 configurations where a PHY (internal or external) is used.
53 phy-mode = "internal";
/linux-4.4.14/net/ipx/
DKconfig34 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/
Dintel-pstate.txt9 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/
Das3722.txt7 - 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
Datmel-matrix.txt3 The Bus Matrix registers are used to configure Atmel SoCs internal bus
Dpalmas.txt23 - interrupt-controller : palmas has its own internal IRQs
Dda9150.txt19 - interrupt-controller: da9150 has internal IRQs (own IRQ domain).
Dda9055.txt28 - interrupt-controller: da9055 has internal IRQs (has own IRQ domain).
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Ddallas,ds1390.txt11 - trickle-diode-disable : Do not use internal trickle charger diode
12 Should be given if internal trickle charger diode should be disabled
Ddallas,ds1339.txt11 - trickle-diode-disable : Do not use internal trickle charger diode
12 Should be given if internal trickle charger diode should be disabled
Dti,bq32k.txt11 - trickle-diode-disable : Do not use internal trickle charger diode
12 Should be given if internal trickle charger diode should be disabled
Drtc-omap.txt19 - clocks: Any internal or external clocks feeding in to rtc
/linux-4.4.14/Documentation/netlabel/
Dlsm_interface.txt38 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/
Dacct.c193 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/
Dphy-lpc18xx-usb-otg.txt1 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/
Dmvebu-mbus.txt30 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/
Dads782831 internal reference.
35 otherwise it will default to the internal value (2500mV). This value will be
39 operation and internal voltage reference (2.5V).
Demc140337 (one internal, one external). EMC14x3 support three sensors (one internal,
38 two external), and EMC14x4 support four sensors (one internal, three
Ddme173745 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
Dda905219 Channel 1: ICH - internal battery charger current measurement
27 Channel 8: Internal Tjunc. - sense (internal temp. sensor)
Dab850020 Currently only the AB8500 internal sensor and one external sensor for battery
Dmc13783-adc25 a chip internal scaling applied .
31 chip internal scaling:
Dthmc5033 The THMC50 implements: an internal temperature sensor, support for an
62 temp1 -- internal
Dwm835025 Voltages are sampled by a 12 bit ADC. For the internal supplies the ADC
Dpc8736022 *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
Dadt741121 internal temperature sensor, but an external one can also be connected (one
Dfam15h_power39 attributes only for internal node0 of a multi-node processor.
Dnct790418 internal temperature sensor, Intel PECI and AMD SB-TSI CPU temperature
Dda905522 Channel 4: Internal Tjunc. - sense (internal temp. sensor)
Dvexpress24 board and its environment by a number of internal and external sensors,
Dadm102642 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
Dlm9523431 the internal sensor). Resolution depends on temperature input and range.
/linux-4.4.14/sound/oss/dmasound/
DKconfig6 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/
Ddm9000.txt120 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.
Dip_dynaddr.txt11 internal host does retransmission) until a packet from outside is
Dfilter.txt39 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 …]
Dgeneric-hdlc.txt56 * 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/
Dspi-davinci.txt18 - 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/
D83xx-512x-pci.txt7 The first is for the internal pci bridge registers
36 reg = <0xe0008500 0x100 /* internal registers */
Dnvidia,tegra20-pcie.txt71 - 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
Dpci-rcar-gen2.txt5 AHB. There is one bridge instance per USB port connected to the internal
/linux-4.4.14/drivers/gpu/drm/imx/
DKconfig33 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/
Dbus.c196 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/
Dadv7343.txt14 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/
Dcputopology.txt25 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/
Dfman.txt121 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/
Dfg.txt37 '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/
Dsony-laptop.txt50 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/
DKconfig46 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/
Ddice-pcm.c168 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/
Dlpfc.txt46 internal queuing from all LLDDs. The philosophy is that internal
52 have all internal queuing removed. Emulex complied with this request.
Daic79xx.txt37 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
Daacraid.txt100 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/
DKconfig83 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/
Dpcm.c75 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/
DKconfig12 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/
Dxtfpga.dtsi30 /* one cell: internal irq number,
31 * two cells: second cell == 0: internal irq number
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dfsl,mxs-pinctrl.txt70 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.
Dbrcm,cygnus-gpio.txt47 Enable internal pull up resistor
50 Enable internal pull down resistor
/linux-4.4.14/arch/arm/boot/dts/
Darmada-xp-gp.dts50 * 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 {
Darmada-370-rd.dts48 * internal registers to 0xf1000000 (instead of the default
52 * left internal registers mapped at 0xd0000000. If you are in this
96 internal-regs {
Darmada-xp-db.dts50 * internal registers to 0xf1000000 (instead of the default
54 * left internal registers mapped at 0xd0000000. If you are in this
143 internal-regs {
Darmada-370-seagate-personal-cloud.dts30 internal-regs {
Darmada-370-db.dts50 * internal registers to 0xf1000000 (instead of the default
54 * left internal registers mapped at 0xd0000000. If you are in this
80 internal-regs {
Duniphier-proxstream2.dtsi221 /* chip-internal connection for DMD */
232 /* chip-internal connection for STM */
243 /* chip-internal connection for HDMI */
Dorion5x-mv88f5182.dtsi17 internal-regs {
Dvexpress-v2p-ca5s.dts132 /* CPU and internal AXI reference clock */
186 /* DCC internal operating temperature */
Darmada-370-seagate-personal-cloud-2bay.dts30 internal-regs {
Darmada-xp-linksys-mamba.dts5 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk
98 internal-regs {
101 /* No crystal connected to the internal RTC */
Darmada-xp-axpwifiap.dts5 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk
98 internal-regs {
Dsun9i-a80-optimus.dts116 /* Enable internal pull-up */
196 /* Enable internal pull-up */
Darmada-xp-openblocks-ax3-4.dts109 internal-regs {
111 /* No crystal connected to the internal RTC */
Ds3c6410-smdk6410.dts69 smsc,force-internal-phy;
Darmada-xp-synology-ds414.dts45 * 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 {
Darmada-370-synology-ds213j.dts45 * 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 {
Ddove-cubox.dts131 clock-names = "internal", "extclk";
Dpxa3xx.dtsi101 * The muxing of external clocks/internal dividers for osc* clock
/linux-4.4.14/drivers/net/ethernet/broadcom/
DKconfig54 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/
Dmx2_camera.c229 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/
Dsch_fq.c90 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/
Dsysfs-bus-iio-light-tsl25835 This property causes an internal calibration of the als gain trim
Dsysfs-bus-iio-light-tsl2x7x5 Causes an internal calibration of the als gain trim
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-platform-brcmstb-gisb-arb7 Broadcom Set Top Box internal GISB bus arbiter. Minimum value
Dsysfs-block141 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
Dsysfs-devices6 internal state of the kernel device tree. Devices will
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm63138.txt25 - resets: phandle to the relevant PMB controller, one integer indicating the internal
27 internal bus number.
/linux-4.4.14/drivers/reset/
DKconfig11 via GPIOs or SoC-internal reset controller modules.
/linux-4.4.14/drivers/bus/
DKconfig46 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/
DKconfig12 bool "Use SPINAND internal ECC"
/linux-4.4.14/sound/soc/sirf/
DKconfig7 tristate "SoC Audio support for SiRF internal audio codec"
/linux-4.4.14/
DKbuild42 # 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/
DKconfig.kgdb32 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/
DKconfig102 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/
Di40e_debugfs.c1570 &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/
DKconfig10 Specify the target rate the internal DAC should try to match. This
/linux-4.4.14/Documentation/sound/alsa/
DControlNames.txt36 Speaker (internal speaker)
37 Bass Speaker (internal LFE speaker)
DHD-Audio-Models.txt21 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/
D8xxx_gpio.txt11 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/
Dmfp.txt16 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/
Dbrcm,bcm7038-pwm.txt10 its internal variable clock frequency generator
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt30 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/
Dclps711x-clock.txt5 - reg : Address of the internal register set.
Dat91-clock.txt17 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.
Dmarvell,pxa1928.txt5 blocks called APMU, MPMU, and APBC roughly corresponding to internal buses.
Dhi6220-clock.txt27 - hisilicon,hi6220-clk-sram: phandle to the syscon managing the SoC internal sram;
/linux-4.4.14/Documentation/arm/stm32/
Dstm32f429-overview.txt9 - 2MB internal Flash Memory
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunbmac.c269 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()
Dsunhme.c329 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/
Dvga-connector.txt15 The VGA connector internal connections are modeled using the OF graph bindings
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light-tsl258312 This property causes an internal calibration of the als gain trim
/linux-4.4.14/Documentation/devicetree/bindings/net/ieee802154/
Dat86rf230.txt15 - xtal-trim: u8 value for fine tuning the internal capacitance
/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/
Dspear-adc.txt13 the internal voltage reference will be used.
/linux-4.4.14/drivers/net/ethernet/moxa/
DKconfig25 want to use the internal ethernet then you should answer Y to this.
/linux-4.4.14/Documentation/filesystems/
Dtmpfs.txt8 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/
Dbtt.txt35 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/
Dexynos-sata.txt18 and "sclk_sata" for the internal controller clock.
/linux-4.4.14/drivers/net/
DLICENSE.SRC11 This software was developed at SRC for use in internal research, and the
/linux-4.4.14/drivers/hwmon/
Dit87.c429 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/
Dextcon-rt8973a.txt8 If auto-configuration mode is enabled, RT8973A would control internal h/w patch
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dpbias-regulator.txt1 PBIAS internal regulator for SD card dual voltage i/o pads on OMAP SoCs.
/linux-4.4.14/Documentation/devicetree/bindings/mips/
Dcpu_irq.txt7 platforms internal interrupt controller cascade.
/linux-4.4.14/Documentation/development-process/
D8.Conclusion8 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/
Dutil.S161 | 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/
Ddsa.txt152 - 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/
Dtestcases.dts24 * this a kernel-internal data format.
/linux-4.4.14/fs/sysfs/
DKconfig7 export internal kernel objects, their attributes, and their
/linux-4.4.14/Documentation/devicetree/bindings/net/wireless/
Dti,wlcore.txt27 Note: the *-clock-frequency properties assume internal clocks. In case of external
/linux-4.4.14/fs/reiserfs/
DKconfig35 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/
Dfimc.txt9 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/
Dunified-hierarchy.txt19 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 …]
Ddevices.txt108 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/
Ddm-queue-length.txt11 If not given, internal default is used. To check
Dthin-provisioning.txt173 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/
Dqcom,spmi-iadc.txt5 through an external resistor (channel 1) or internal (built-in) resistor
/linux-4.4.14/Documentation/devicetree/
Ddynamic-resolution-notes.txt6 companion document to Documentation/devicetree/dt-object-internal.txt[1]
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dsunxi-nand.txt10 - clock-names : nand controller internal clock names. Shall contain :
/linux-4.4.14/Documentation/sound/alsa/soc/
Doverview.txt42 internal power blocks depending on the internal codec audio routing and any
Ddapm.txt19 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/
Drt-mutex.txt40 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/
Dkeystone-navigator-qmss.txt13 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/
DKconfig68 The MPC8272 CPM has a different internal dpram setup than other CPM2
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt12 - st,ref-sel: ADC reference source (0 -> internal reference, 1 -> external
/linux-4.4.14/drivers/usb/phy/
DKconfig87 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/
DKconfig8 This enables USB support for Hammerheads internal ISP116x
/linux-4.4.14/Documentation/misc-devices/
Disl2900318 I2C multi-function control and monitoring capabilities. The internal ADC
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.quirks55 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/
DKconfig.machine175 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
DKconfig.devices109 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/
Dviafb.txt134 4 : LCD1+LCD2 (internal + internal)
135 16: LCD1+ExternalLCD2 (internal + external)
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dcc770.txt20 clock in Hz. Note that the internal clock frequency used by the
Dsja1000.txt20 clock in Hz. Note that the internal clock frequency used by the
/linux-4.4.14/drivers/staging/android/
DTODO10 - Remove ION_IOC_SYNC: Flushing for devices should be purely a kernel internal
/linux-4.4.14/drivers/net/ethernet/micrel/
DKconfig26 use the internal ethernet then you should answer Y to this.
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dpl011.txt19 must correspond to the PCLK clocking the internal logic
/linux-4.4.14/Documentation/fmc/
Dfmc-fakedev.txt34 own internal fake EEPROM: whenever the image is overwritten starting at
/linux-4.4.14/Documentation/DocBook/
Dscsi.xml.db46 API-scsi-internal-device-block
47 API-scsi-internal-device-unblock
/linux-4.4.14/Documentation/devicetree/bindings/remoteproc/
Dwkup_m3_rproc.txt21 - reg: Should contain the address ranges for the two internal
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dmmp-dma.txt40 * parsing internal register

1234