/linux-4.1.27/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()
|
D | dibx000_common.h | 117 u32 internal; member
|
/linux-4.1.27/lib/ |
D | average.c | 43 avg->internal = 0; in ewma_init() 56 unsigned long internal = ACCESS_ONCE(avg->internal); in ewma_add() local 58 ACCESS_ONCE(avg->internal) = internal ? in ewma_add() 59 (((internal << avg->weight) - internal) + in ewma_add()
|
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.1.27/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.1.27/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.1.27/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 | atmel,aic.txt | 17 Default flag for internal sources should be set to 4 (active high).
|
/linux-4.1.27/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 | eukrea-tlv320.txt | 11 - fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX).
|
D | imx-audio-wm8962.txt | 27 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
|
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)
|
D | cs42l56.txt | 45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
|
D | nvidia,tegra-audio-wm8903.txt | 29 - nvidia,int-mic-en-gpios : The GPIO that enables the internal microphone
|
/linux-4.1.27/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.1.27/include/linux/ |
D | average.h | 9 unsigned long internal; member 27 return avg->internal >> avg->factor; in ewma_read()
|
/linux-4.1.27/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 | da9150.txt | 18 - interrupt-controller: da9150 has internal IRQs (own IRQ domain).
|
D | palmas.txt | 23 - interrupt-controller : palmas has its own internal IRQs
|
D | da9055.txt | 28 - interrupt-controller: da9055 has internal IRQs (has own IRQ domain).
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
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
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
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
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/cpu-freq/ |
D | intel-pstate.txt | 9 In legacy mode the driver implements a scaling driver with an internal 13 setpolicy() are assumed to implement internal governors by the cpufreq 21 internal governor code is disabled. 56 the internal governor algorythm. These files are located at
|
/linux-4.1.27/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.1.27/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 | fam15h_power | 37 attributes only for internal node0 of a multi-node processor.
|
D | adt7411 | 21 internal temperature sensor, but an external one can also be connected (one
|
D | nct7904 | 18 internal temperature sensor, Intel PECI and AMD SB-TSI CPU temperature
|
D | vexpress | 24 board and its environment by a number of internal and external sensors,
|
D | da9055 | 22 Channel 4: Internal Tjunc. - sense (internal temp. sensor)
|
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.
|
D | k8temp | 42 case, so the internal CPU temperature supplied by this driver can be higher.
|
/linux-4.1.27/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.1.27/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
|
D | stmmac.txt | 101 For example, driver statistics (including RMON), internal errors can be taken 155 o dma_cfg: internal DMA parameters 208 For DMA engine we have the following internal fields that should be 233 |-> to write an internal syscfg 310 The driver exports many information i.e. internal statistics,
|
/linux-4.1.27/drivers/pci/host/ |
D | Kconfig | 44 Say Y here if you want internal PCI support on R-Car Gen2 SoC. 45 There are 3 internal PCI controllers available with a single 93 Say Y here if you want internal PCI support on APM X-Gene SoC. 94 There are 5 internal PCIe ports available. Each port is GEN3 capable
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_proc.c | 139 bool internal; in proc_read_clock() local 150 &internal) >= 0) in proc_read_clock() 152 (internal) ? "Internal" : "External", in proc_read_clock()
|
D | bebob_stream.c | 122 snd_bebob_stream_check_internal_clock(struct snd_bebob *bebob, bool *internal) in snd_bebob_stream_check_internal_clock() argument 129 *internal = false; in snd_bebob_stream_check_internal_clock() 150 *internal = true; in snd_bebob_stream_check_internal_clock() 160 *internal = true; in snd_bebob_stream_check_internal_clock() 183 *internal = true; in snd_bebob_stream_check_internal_clock() 191 *internal = ((input[0] == AVC_BRIDGECO_PLUG_DIR_OUT) && in snd_bebob_stream_check_internal_clock()
|
D | bebob_pcm.c | 160 bool internal; in pcm_open() local 171 err = snd_bebob_stream_check_internal_clock(bebob, &internal); in pcm_open() 179 if (!internal || in pcm_open()
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-davinci.txt | 16 - num-cs: Number of chip selects. This includes internal as well as 28 For example to have 3 internal CS and 2 GPIO CS, user could define 30 where first three are internal CS and last two are GPIO CS.
|
/linux-4.1.27/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.1.27/Documentation/ |
D | cputopology.txt | 25 internal kernel map of cpuX's hardware threads within the same 30 internal kernel map of cpuX's hardware threads within the same 35 internal kernel map of cpuX's hardware threads within the same 66 /sys/devices/system/cpu and includes these files. The internal
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | fman.txt | 121 FMan internal memory is split into the following parts: 123 Frames internal context 397 - fsl,fman-internal-mdio 398 Usage: required for internal MDIO 400 Definition: Fman has internal MDIO for internal PCS(Physical 402 The settings and programming routines for internal/external 403 MDIO are different. Must be included for internal MDIO. 415 Example for FMan v3 internal MDIO: 420 fsl,fman-internal-mdio;
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
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";
|
D | sti-dwmac.txt | 26 If not passed, the internal clock will be used by default.
|
/linux-4.1.27/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.1.27/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.1.27/drivers/net/ethernet/broadcom/ |
D | Kconfig | 55 tristate "Broadcom 63xx internal mac support" 64 tristate "Broadcom GENET internal MAC support" 154 tristate "Broadcom SYSTEMPORT internal MAC support" 161 Broadcom BCM7xxx Set Top Box family chipset using an internal
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | fsl-imx-esdhc.txt | 13 - fsl,cd-controller : Indicate to use controller internal card detection 14 - fsl,wp-controller : Indicate to use controller internal write protection
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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() 1072 if (pcm->internal) in snd_pcm_dev_register() 1134 if (!pcm->internal) { in snd_pcm_dev_disconnect() 1139 if (!pcm->internal) in snd_pcm_dev_disconnect()
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,cygnus-gpio.txt | 43 Enable internal pull up resistor 46 Enable internal pull down resistor
|
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.
|
/linux-4.1.27/ |
D | Kbuild | 41 # We use internal kbuild rules to avoid the "is up to date" message from make 58 # We use internal kbuild rules to avoid the "is up to date" message from make
|
/linux-4.1.27/arch/xtensa/boot/dts/ |
D | xtfpga.dtsi | 30 /* one cell: internal irq number, 31 * two cells: second cell == 0: internal irq number
|
/linux-4.1.27/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.1.27/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, 148 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 95 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 141 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 79 internal-regs {
|
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 | pxa27x.dtsi | 42 * The muxing of external clocks/internal dividers for osc* clock
|
D | sun9i-a80-optimus.dts | 98 /* Enable internal pull-up */ 150 /* Enable internal pull-up */
|
D | armada-xp-linksys-mamba.dts | 5 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk 96 internal-regs { 99 /* No crystal connected to the internal RTC */
|
D | armada-xp-axpwifiap.dts | 5 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk 96 internal-regs {
|
D | armada-xp-openblocks-ax3-4.dts | 107 internal-regs { 109 /* 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 104 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 82 internal-regs {
|
D | dove-cubox.dts | 131 clock-names = "internal", "extclk";
|
D | vexpress-v2p-ca9.dts | 212 /* Reference clock for the test chip internal PLLs */ 221 /* Test Chip internal logic voltage */
|
D | kirkwood.dtsi | 35 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 /* internal-regs */ 379 clock-names = "internal";
|
/linux-4.1.27/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() 545 list_add_tail(&buf->internal.queue, &pcdev->capture); in mx2_videobuf_queue() 665 internal.queue); in mx2_start_streaming() 666 buf->internal.bufnum = 0; in mx2_start_streaming() 670 mx27_update_emma_buf(pcdev, phys, buf->internal.bufnum); in mx2_start_streaming() 674 internal.queue); in mx2_start_streaming() 675 buf->internal.bufnum = 1; in mx2_start_streaming() 679 mx27_update_emma_buf(pcdev, phys, buf->internal.bufnum); in mx2_start_streaming() 1336 list_del_init(&buf->internal.queue); in mx27_camera_frame_done_emma() [all …]
|
/linux-4.1.27/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() 278 return &q->internal; in fq_classify() 377 if (unlikely(f->qlen >= q->flow_plimit && f != &q->internal)) { in fq_enqueue() 396 if (unlikely(f == &q->internal)) { in fq_enqueue() 434 skb = fq_dequeue_head(sch, &q->internal); in fq_dequeue() 524 while ((skb = fq_dequeue_head(sch, &q->internal)) != NULL) in fq_reset()
|
/linux-4.1.27/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.1.27/Documentation/ABI/testing/ |
D | sysfs-platform-brcmstb-gisb-arb | 7 Broadcom Set Top Box internal GISB bus arbiter. Minimum value
|
D | sysfs-block | 134 usually the stripe width or the internal track size. A 162 device is offset from the internal allocation unit's 173 partition is offset from the internal allocation unit's 183 parameter indicates the size of the internal allocation 194 internal limits on the number of bytes that can be
|
D | sysfs-devices | 6 internal state of the kernel device tree. Devices will
|
D | sysfs-bus-pci-drivers-ehci_hcd | 36 may contain an internal "transaction translator" or they
|
/linux-4.1.27/drivers/reset/ |
D | Kconfig | 11 via GPIOs or SoC-internal reset controller modules.
|
/linux-4.1.27/sound/soc/sirf/ |
D | Kconfig | 7 tristate "SoC Audio support for SiRF internal audio codec"
|
/linux-4.1.27/drivers/staging/mt29f_spinand/ |
D | Kconfig | 12 bool "Use SPINAND internal ECC"
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | at91-clock.txt | 17 at91 internal slow RC oscillator 97 Required properties for internal slow RC oscillator: 99 - clock-frequency : define the internal RC oscillator frequency. 102 - clock-accuracy : define the internal RC oscillator accuracy. 168 Required properties for main clock internal RC oscillator: 171 - clock-frequency : define the internal RC oscillator frequency. 174 - clock-accuracy : define the internal RC oscillator accuracy.
|
D | clps711x-clock.txt | 5 - reg : Address of the internal register set.
|
/linux-4.1.27/arch/avr32/boards/favr-32/ |
D | Kconfig | 10 Specify the target rate the internal DAC should try to match. This
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 1571 &desc->params.internal.param0, in i40e_dbg_command_write() 1572 &desc->params.internal.param1, in i40e_dbg_command_write() 1573 &desc->params.internal.param2, in i40e_dbg_command_write() 1574 &desc->params.internal.param3); in i40e_dbg_command_write() 1599 desc->params.internal.param0, in i40e_dbg_command_write() 1600 desc->params.internal.param1, in i40e_dbg_command_write() 1601 desc->params.internal.param2, in i40e_dbg_command_write() 1602 desc->params.internal.param3); in i40e_dbg_command_write() 1619 &desc->params.internal.param0, in i40e_dbg_command_write() 1620 &desc->params.internal.param1, in i40e_dbg_command_write() [all …]
|
/linux-4.1.27/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.1.27/Documentation/sound/alsa/ |
D | ControlNames.txt | 36 Speaker (internal speaker) 37 Bass Speaker (internal LFE speaker)
|
D | HD-Audio-Models.txt | 18 inv-dmic Inverted internal mic workaround 22 inv-dmic Inverted internal mic workaround 30 inv-dmic Inverted internal mic workaround 47 inv-dmic Inverted internal mic workaround 59 inv-dmic Inverted internal mic workaround
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 30 control one or more internal sensors. 36 with several internal sensors, in order 310 (b) - IC with several internal sensors 313 single sensor IC, assuming it has several internal sensors. This is a common 314 case on SoC designs with several internal IPs that may need different thermal 315 requirements, and thus may have their own sensor to monitor or detect internal 483 close to CPU hotspot and together with internal CPU sensor, it is used 513 #thermal-sensor-cells = <1>; /* sensor internal ID */ 593 The above example is a mix of previous examples, a sensor IP with several internal
|
D | ti_soc_thermal.txt | 6 gap provides current and voltage reference for its internal
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/video/ |
D | vga-connector.txt | 15 The VGA connector internal connections are modeled using the OF graph bindings
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | Kconfig | 103 The file /sys/kernel/debug/skge/ethX displays the state of the internal 114 an internal one. Disabling this option will save some memory 138 The file /sys/kernel/debug/sky2/ethX displays the state of the internal
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light-tsl2583 | 12 This property causes an internal calibration of the als gain trim
|
/linux-4.1.27/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.1.27/drivers/staging/android/ |
D | TODO | 9 kernel internal type. Data structure for this kuid_t is:
|
/linux-4.1.27/drivers/usb/phy/ |
D | Kconfig | 88 UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs 90 The definition of internal PHY APIs are in the mach-omap2 layer. 98 internal transceiver via the usb_phy interface, and 195 It is typically used to control internal USB PHY for USBHS,
|
/linux-4.1.27/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 266 any tasks or child cgroups. Events for internal nodes trigger only 438 internal details and userland-visible interface. Of course, this 440 general kernel APIs for good reasons. It may end up leaking internal [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.1.27/Documentation/devicetree/bindings/net/ieee802154/ |
D | at86rf230.txt | 15 - xtal-trim: u8 value for fine tuning the internal capacitance
|
/linux-4.1.27/Documentation/devicetree/bindings/staging/iio/adc/ |
D | spear-adc.txt | 13 the internal voltage reference will be used.
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/ata/ |
D | exynos-sata.txt | 18 and "sclk_sata" for the internal controller clock.
|
/linux-4.1.27/drivers/net/ |
D | LICENSE.SRC | 11 This software was developed at SRC for use in internal research, and the
|
/linux-4.1.27/drivers/bus/ |
D | Kconfig | 46 Driver for the Broadcom Set Top Box System-on-a-chip internal bus 48 and internal bus master decoding.
|
/linux-4.1.27/drivers/hwmon/ |
D | it87.c | 415 u8 internal; /* Internal sensors can be labeled */ member 1913 sio_data->internal |= (1 << 1); in it87_find() 1916 sio_data->internal |= (1 << 2); in it87_find() 1990 sio_data->internal |= (1 << 0); in it87_find() 1992 sio_data->internal |= (1 << 1); in it87_find() 2018 sio_data->internal |= (1 << 3); /* in9 is AVCC */ in it87_find() 2104 sio_data->internal |= (1 << 0); in it87_find() 2106 sio_data->internal |= (1 << 1); in it87_find() 2267 if (sio_data->internal & (1 << 0)) in it87_probe() 2269 if (sio_data->internal & (1 << 1)) in it87_probe() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | lpc32xx-mic.txt | 15 Default for internal sources should be set to 4 (active high).
|
/linux-4.1.27/drivers/net/ethernet/moxa/ |
D | Kconfig | 27 want to use the internal ethernet then you should answer Y to this.
|
/linux-4.1.27/Documentation/devicetree/bindings/extcon/ |
D | extcon-rt8973a.txt | 8 If auto-configuration mode is enabled, RT8973A would control internal h/w patch
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/ |
D | cpu_irq.txt | 7 platforms internal interrupt controller cascade.
|
/linux-4.1.27/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.1.27/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.1.27/drivers/net/ethernet/hisilicon/ |
D | Kconfig | 34 want to use the internal ethernet then you should answer Y to this.
|
/linux-4.1.27/drivers/of/unittest-data/ |
D | testcases.dts | 24 * this a kernel-internal data format.
|
/linux-4.1.27/fs/sysfs/ |
D | Kconfig | 7 export internal kernel objects, their attributes, and their
|
/linux-4.1.27/Documentation/devicetree/bindings/net/wireless/ |
D | ti,wlcore.txt | 27 Note: the *-clock-frequency properties assume internal clocks. In case of external
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 6 companion document to Documentation/devicetree/dt-object-internal.txt[1]
|
/linux-4.1.27/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 340 synchronise their external metadata with the internal metadata of the 369 the internal device identifier of the device to be
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | sunxi-nand.txt | 10 - clock-names : nand controller internal clock names. Shall contain :
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,spmi-iadc.txt | 5 through an external resistor (channel 1) or internal (built-in) resistor
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | stmpe.txt | 12 - st,ref-sel: ADC reference source (0 -> internal reference, 1 -> external
|
/linux-4.1.27/arch/powerpc/platforms/82xx/ |
D | Kconfig | 68 The MPC8272 CPM has a different internal dpram setup than other CPM2
|
/linux-4.1.27/Documentation/misc-devices/ |
D | isl29003 | 18 I2C multi-function control and monitoring capabilities. The internal ADC
|
/linux-4.1.27/arch/avr32/boards/hammerhead/ |
D | Kconfig | 8 This enables USB support for Hammerheads internal ISP116x
|
/linux-4.1.27/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.1.27/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.1.27/drivers/misc/mei/ |
D | hw.h | 156 u32 internal:1; member
|
D | client.c | 1129 mei_hdr.internal = cb->internal; in mei_cl_irq_write() 1214 mei_hdr.internal = cb->internal; in mei_cl_write()
|
D | mei_dev.h | 214 u32 internal:1; member 835 (hdr)->length, (hdr)->internal, (hdr)->msg_complete
|
/linux-4.1.27/Documentation/fb/ |
D | viafb.txt | 134 4 : LCD1+LCD2 (internal + internal) 135 16: LCD1+ExternalLCD2 (internal + external)
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-fakedev.txt | 34 own internal fake EEPROM: whenever the image is overwritten starting at
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 19 must correspond to the PCLK clocking the internal logic
|
D | samsung_uart.txt | 25 internal baud clock mux).
|
/linux-4.1.27/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.1.27/Documentation/block/ |
D | queue-sysfs.txt | 19 This shows the size of internal allocation of the device in bytes, if 25 Devices that support discard functionality may have internal limits on
|
D | request.txt | 35 struct list_head queuelist BI Organization on various internal
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | mmp-dma.txt | 40 * parsing internal register
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | Kconfig | 28 use the internal ethernet then you should answer Y to this.
|
/linux-4.1.27/Documentation/watchdog/ |
D | wdt.txt | 18 This provides /dev/temperature. This is the machine internal temperature in
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 950 int internal) in iwch_modify_qp() argument 1047 if (!internal) { in iwch_modify_qp() 1058 if (!internal) in iwch_modify_qp() 1063 if (!internal) { in iwch_modify_qp() 1077 if (!internal) { in iwch_modify_qp() 1111 if (!internal) { in iwch_modify_qp()
|
/linux-4.1.27/drivers/net/usb/ |
D | asix.h | 203 int asix_read_phy_addr(struct usbnet *dev, int internal);
|
/linux-4.1.27/arch/mips/boot/dts/brcm/ |
D | bcm7360.dtsi | 116 phy-mode = "internal";
|
D | bcm7358.dtsi | 116 phy-mode = "internal";
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/ |
D | pwrap.txt | 13 on MT8135 the pins of some SoC internal peripherals can be on the PMIC.
|
/linux-4.1.27/scripts/gdb/linux/ |
D | symbols.py | 25 super(LoadModuleBreakpoint, self).__init__(spec, internal=True)
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | mpic.txt | 50 regard to any subdivisions in chip documentation such as "internal"
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 16 (The good news is ref-counting of lirc_zilog internal structures appears to be
|
/linux-4.1.27/drivers/net/phy/ |
D | Kconfig | 76 tristate "Drivers for Broadcom 63xx SOCs internal PHY" 82 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | omap_pm | 103 device has lost its internal context. If context has been lost, the 104 driver must restore its internal context before proceeding.
|