/linux-2.6.39/drivers/media/dvb/frontends/ |
D | stb0899_algo.c | 61 struct stb0899_internal *internal = &state->internal; 66 return stb0899_calc_srate(internal->master_clk, sfr); 133 struct stb0899_internal *internal = &state->internal; in stb0899_carr_width() local 135 return (internal->srate + (internal->srate * internal->rolloff) / 100); in stb0899_carr_width() 144 struct stb0899_internal *internal = &state->internal; in stb0899_first_subrange() local 159 internal->sub_range = min(internal->srch_range, range); in stb0899_first_subrange() 161 internal->sub_range = 0; in stb0899_first_subrange() 163 internal->freq = params->freq; in stb0899_first_subrange() 164 internal->tuner_offst = 0L; in stb0899_first_subrange() 165 internal->sub_dir = 1; in stb0899_first_subrange() [all …]
|
D | stb0899_drv.c | 571 struct stb0899_internal *internal = &state->internal; in stb0899_set_mclk() local 579 internal->master_clk = stb0899_get_mclk(state); in stb0899_set_mclk() 581 dprintk(state->verbose, FE_DEBUG, 1, "MasterCLOCK=%d", internal->master_clk); in stb0899_set_mclk() 637 struct stb0899_internal *internal = &state->internal; in stb0899_init_calc() local 649 internal->t_agc1 = 0; in stb0899_init_calc() 650 internal->t_agc2 = 0; in stb0899_init_calc() 651 internal->master_clk = master_clk; in stb0899_init_calc() 652 internal->mclk = master_clk / 65536L; in stb0899_init_calc() 653 internal->rolloff = stb0899_get_alpha(state); in stb0899_init_calc() 657 internal->agc_gain = 8154; in stb0899_init_calc() [all …]
|
D | stv090x.c | 44 struct stv090x_internal *internal; member 61 ((temp_dev->internal->i2c_adap != i2c_adap) || in find_dev() 62 (temp_dev->internal->i2c_addr != i2c_addr))) { in find_dev() 71 static void remove_dev(struct stv090x_internal *internal) in remove_dev() argument 74 struct stv090x_dev *del_dev = find_dev(internal->i2c_adap, in remove_dev() 75 internal->i2c_addr); in remove_dev() 92 static struct stv090x_dev *append_internal(struct stv090x_internal *internal) in append_internal() argument 99 new_dev->internal = internal; in append_internal() 774 mutex_lock(&state->internal->tuner_lock); in stv090x_i2c_gate_ctrl() 795 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() 662 struct stv0900_internal *internal = state->internal; in stv0900_read_signal_strength() local [all …]
|
D | dib7000p.c | 390 dib7000p_write_word(state, 18, (u16) (((bw->internal * 1000) >> 16) & 0xffff)); in dib7000p_reset_pll() 391 dib7000p_write_word(state, 19, (u16) ((bw->internal * 1000) & 0xffff)); in dib7000p_reset_pll() 400 u32 internal = (u32) dib7000p_read_word(state, 18) << 16; in dib7000p_get_internal_freq() local 401 internal |= (u32) dib7000p_read_word(state, 19); in dib7000p_get_internal_freq() 402 internal /= 1000; in dib7000p_get_internal_freq() 404 return internal; in dib7000p_get_internal_freq() 412 u32 internal, xtal; in dib7000p_update_pll() local 427 internal = dib7000p_get_internal_freq(state); in dib7000p_update_pll() 428 xtal = (internal / loopdiv) * prediv; in dib7000p_update_pll() 429 internal = 1000 * (xtal / bw->pll_prediv) * bw->pll_ratio; /* new internal */ in dib7000p_update_pll() [all …]
|
/linux-2.6.39/drivers/media/video/cx23885/ |
D | altera-ci.c | 121 struct fpga_internal *internal; member 129 struct fpga_internal *internal; member 142 struct fpga_internal *internal; member 161 (temp_chip->internal->dev != dev)) in find_inode() 193 if (temp_chip->internal != NULL) { in find_dinode() 194 temp_int = temp_chip->internal; in find_dinode() 208 static void remove_inode(struct fpga_internal *internal) in remove_inode() argument 211 struct fpga_inode *del_node = find_inode(internal->dev); in remove_inode() 232 static struct fpga_inode *append_internal(struct fpga_internal *internal) in append_internal() argument 252 new_node->internal = internal; in append_internal() [all …]
|
/linux-2.6.39/fs/hpfs/ |
D | anode.c | 23 if (btree->internal) { in hpfs_bplus_lookup() 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() 85 if (btree->internal) { in hpfs_add_sector_to_btree() 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() 137 btree->internal = 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() [all …]
|
D | hpfs.h | 402 u8 internal: 1; /* 1 -> (internal) tree of anodes member 405 u8 internal: 1; /* 1 -> (internal) tree of anodes 424 struct bplus_internal_node internal[0]; /* (internal) 2-word entries giving member 477 struct bplus_internal_node internal[12]; member 509 struct bplus_internal_node internal[60]; member
|
D | map.c | 135 (fnode->btree.internal ? 12 : 8)) { in hpfs_map_fnode() 142 8 + fnode->btree.n_used_nodes * (fnode->btree.internal ? 8 : 12)) { in hpfs_map_fnode() 190 (anode->btree.internal ? 60 : 40)) { in hpfs_map_anode() 195 8 + anode->btree.n_used_nodes * (anode->btree.internal ? 8 : 12)) { in hpfs_map_anode()
|
/linux-2.6.39/lib/ |
D | average.c | 42 avg->internal = 0; in ewma_init() 55 avg->internal = avg->internal ? in ewma_add() 56 (((avg->internal << avg->weight) - avg->internal) + in ewma_add()
|
D | Kconfig.kgdb | 31 bool "KGDB: internal test suite" 35 kgdb's internal functions. This kgdb I/O module is 51 string "KGDB: which internal kgdb tests to run"
|
/linux-2.6.39/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-2.6.39/include/linux/ |
D | average.h | 9 unsigned long internal; member 27 return avg->internal >> avg->factor; in ewma_read()
|
/linux-2.6.39/arch/cris/arch-v32/lib/ |
D | nand_init.S | 5 ## The bootrom copies data from the NAND flash to the internal RAM but 7 ## code copies more data from NAND flash to internal RAM. Obvioulsy this 11 ## The bootrom copies the first 127 KB from NAND flash to internal
|
/linux-2.6.39/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-2.6.39/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-2.6.39/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.
|
/linux-2.6.39/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 */
|
/linux-2.6.39/Documentation/laptops/ |
D | sony-laptop.txt | 45 cdpower power on/off the internal CD drive 46 audiopower power on/off the internal sound card 47 lanpower power on/off the internal ethernet card 49 bluetoothpower power on/off the internal bluetooth device 93 (1) the SNC device uses an internal capability lookup table
|
/linux-2.6.39/Documentation/hwmon/ |
D | mc13783-adc | 20 a dedicated meaning with chip internal scaling applied. Channels 5-7 28 internal scaling:
|
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
|
/linux-2.6.39/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.
|
/linux-2.6.39/ |
D | Kbuild | 33 # We use internal kbuild rules to avoid the "is up to date" message from make 78 # We use internal kbuild rules to avoid the "is up to date" message from make
|
/linux-2.6.39/drivers/usb/otg/ |
D | Kconfig | 26 internal transceiver via the otg_transceiver interface, and 77 UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs 79 The definition of internal PHY APIs are in the mach-omap2 layer.
|
/linux-2.6.39/Documentation/ |
D | cputopology.txt | 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
|