Searched full:configuring (Results 1 – 25 of 323) sorted by relevance
12345678910>>...13
/linux-3.3/arch/sh/boards/ |
D | Kconfig | 17 Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, 25 Select 7206 SolutionEngine if configuring for a Hitachi SH7206 33 Select 7619 SolutionEngine if configuring for a Hitachi SH7619 41 Select 7721 SolutionEngine if configuring for a Hitachi SH7721 49 Select 7722 SolutionEngine if configuring for a Hitachi SH772 58 Select 7724 SolutionEngine if configuring for a Hitachi SH7724 67 Select 7751 SolutionEngine if configuring for a Hitachi SH7751 76 Select 7780 SolutionEngine if configuring for a Renesas SH7780 84 Select 7343 SolutionEngine if configuring for a Hitachi 93 Select HP6XX if configuring for a HP jornada HP6xx. [all …]
|
/linux-3.3/arch/powerpc/platforms/embedded6xx/ |
D | Kconfig | 15 Select LINKSTATION if configuring for one of PPC- (MPC8241) 30 Select STORCENTER if configuring for the iomega StorCenter 41 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) 51 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval 111 Select GAMECUBE if configuring for the Nintendo GameCube. 119 Select WII if configuring for the Nintendo Wii.
|
/linux-3.3/drivers/ata/ |
D | pata_artop.c | 87 * @ap: Port whose timings we are configuring 114 * @ap: Port whose timings we are configuring 115 * @adev: Device we are configuring 142 * @ap: Port whose timings we are configuring 143 * @adev: Device we are configuring 168 * @ap: Port whose timings we are configuring 169 * @adev: Device we are configuring 195 * @ap: Port whose timings we are configuring 196 * @adev: Device whose timings we are configuring 234 * @ap: Port whose timings we are configuring [all …]
|
D | pata_sis.c | 216 * @ap: Port whose timings we are configuring 217 * @adev: Device we are configuring for. 254 * @ap: Port whose timings we are configuring 255 * @adev: Device we are configuring for. 279 * @ap: Port whose timings we are configuring 280 * @adev: Device we are configuring for. 326 * @ap: Port whose timings we are configuring 365 * @ap: Port whose timings we are configuring 405 * @ap: Port whose timings we are configuring 439 * @ap: Port whose timings we are configuring [all …]
|
D | pata_oldpiix.c | 55 * @ap: Port whose timings we are configuring 56 * @adev: Device whose timings we are configuring 117 * @ap: Port whose timings we are configuring
|
D | pata_it8213.c | 66 * @ap: Port whose timings we are configuring 67 * @adev: Device whose timings we are configuring 130 * @ap: Port whose timings we are configuring
|
D | pata_sch.c | 101 * @ap: Port whose timings we are configuring 130 * @ap: Port whose timings we are configuring
|
D | pata_ns87415.c | 41 * @ap: Port whose timings we are configuring 42 * @adev: Device whose timings we are configuring 99 * @ap: Port whose timings we are configuring
|
/linux-3.3/drivers/net/ethernet/intel/ |
D | Kconfig | 46 More specific information on configuring the driver is in 67 More specific information on configuring the driver is in 108 More specific information on configuring the driver is in 138 More specific information on configuring the driver is in 160 More specific information on configuring the driver is in 219 More specific information on configuring the driver is in
|
/linux-3.3/arch/arm/plat-samsung/include/plat/ |
D | gpio-cfg-helpers.h | 66 * bit configuring the presence of a pull-up resistor. 78 * bit configuring the presence of a pull-down resistor. 92 * bits configuring the presence of a pull resistor, in the following 143 * bits configuring the presence of a pull resistor, in the following
|
/linux-3.3/Documentation/sound/oss/ |
D | README.OSS | 197 for instructions about configuring and compiling kernel. File Readme.cards 198 contains card specific instructions for configuring this driver for 223 Readme.cards for info about configuring the driver with your card. Also 229 Configuring version 3.8 (for Linux) with some common sound cards 232 This document describes configuring sound cards with the freeware version of 241 you can use the information included in soundon.log when configuring OSS/Free. 249 When configuring the sound driver, you should carefully 334 Configuring PnP cards 338 soft configuring their I/O, IRQ, DMA and shared memory resources. 390 support in the driver. Detailed instructions for configuring these cards [all …]
|
D | ESS1868 | 20 For configuring the sound card's I/O addresses, IRQ and DMA, here is a 42 After configuring the sound card via isapnp, to use the card you must load
|
/linux-3.3/drivers/net/ethernet/neterion/ |
D | Kconfig | 27 More specific information on configuring the driver is in 40 More specific information on configuring the driver is in
|
/linux-3.3/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 75 configuring more nfsd threads will probably improve the performance 78 many nfsd threads which want to run but cannot, so configuring more 117 If this pattern is seen, configuring more nfsd threads will *not*
|
D | idmapper.txt | 12 NFS_USE_NEW_IDMAPPER must be selected when configuring the kernel to use this 16 Configuring
|
D | 00-INDEX | 22 - information for configuring request-keys to be used by idmapper
|
/linux-3.3/Documentation/networking/ |
D | bonding.txt | 42 3. Configuring Bonding Devices 45 3.1.2 Configuring Multiple Bonds with Sysconfig 48 3.2.2 Configuring Multiple Bonds with Initscripts 49 3.3 Configuring Bonding Manually with Ifenslave 50 3.3.1 Configuring Multiple Bonds Manually 51 3.4 Configuring Bonding Manually via Sysfs 65 7.2 Configuring Multiple ARP Targets 77 11. Configuring Bonding for High Availability 83 12. Configuring Bonding for Maximum Throughput 109 have need to compile bonding from source (e.g., configuring and [all …]
|
D | alias.txt | 31 o Alias (re-)configuring
|
/linux-3.3/drivers/crypto/ |
D | ixp4xx_crypto.c | 187 atomic_t configuring; member 401 if (atomic_dec_and_test(&ctx->configuring)) in one_packet() 407 if (atomic_dec_and_test(&ctx->configuring)) in one_packet() 570 atomic_set(&ctx->configuring, 0); in init_tfm() 650 atomic_inc(&ctx->configuring); in register_chain_var() 725 atomic_inc(&ctx->configuring); in gen_rev_aes_key() 833 atomic_inc(&ctx->configuring); in ablk_setkey() 856 if (!atomic_dec_and_test(&ctx->configuring)) in ablk_setkey() 893 if (atomic_read(&ctx->configuring)) in ablk_perform() 1017 if (atomic_read(&ctx->configuring)) in aead_perform() [all …]
|
/linux-3.3/arch/arm/plat-pxa/include/plat/ |
D | mfp.h | 464 * mfp_config() - for configuring a group of MFPR registers 465 * mfp_config_lpm() - configuring all low power MFPR registers for suspend 466 * mfp_config_run() - configuring all run time MFPR registers after resume
|
/linux-3.3/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cache_sram.txt | 4 option of configuring a part of (or full) cache memory
|
/linux-3.3/net/dcb/ |
D | Kconfig | 5 This enables support for configuring Data Center Bridging (DCB)
|
/linux-3.3/Documentation/ia64/ |
D | README | 21 CONFIGURING the kernel:
|
/linux-3.3/include/linux/input/ |
D | samsung-keypad.h | 31 * for the device driver to use or call-back when configuring gpio.
|
/linux-3.3/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 15 3. Configuring cpufreq-stats 99 3. Configuring cpufreq-stats
|
12345678910>>...13