/linux-3.3/tools/perf/config/ |
D | feature-tests.mak | 3 int main(void) 18 int main(void) 29 int main(void) 39 int main(void) 48 int main(void) 59 int main(void) 73 int main(void) 87 int main(void){} 91 int main(void) 102 int main(void) [all …]
|
/linux-3.3/sound/soc/samsung/ |
D | speyside.c | 193 snd_soc_dapm_ignore_suspend(&card->dapm, "Main AMIC"); in speyside_late_probe() 194 snd_soc_dapm_ignore_suspend(&card->dapm, "Main DMIC"); in speyside_late_probe() 195 snd_soc_dapm_ignore_suspend(&card->dapm, "Main Speaker"); in speyside_late_probe() 247 SOC_DAPM_PIN_SWITCH("Main Speaker"), 248 SOC_DAPM_PIN_SWITCH("Main DMIC"), 249 SOC_DAPM_PIN_SWITCH("Main AMIC"), 259 SND_SOC_DAPM_SPK("Main Speaker", NULL), 261 SND_SOC_DAPM_MIC("Main AMIC", NULL), 262 SND_SOC_DAPM_MIC("Main DMIC", NULL), 275 { "MICB2", NULL, "Main AMIC" }, [all …]
|
D | lowland.c | 151 SOC_DAPM_PIN_SWITCH("Main Speaker"), 152 SOC_DAPM_PIN_SWITCH("Main DMIC"), 153 SOC_DAPM_PIN_SWITCH("Main AMIC"), 163 SND_SOC_DAPM_SPK("Main Speaker", NULL), 165 SND_SOC_DAPM_MIC("Main AMIC", NULL), 166 SND_SOC_DAPM_MIC("Main DMIC", NULL), 173 { "Main Speaker", NULL, "Sub SPKN" }, 174 { "Main Speaker", NULL, "Sub SPKP" }, 175 { "Main Speaker", NULL, "SPKDAT1" },
|
D | tobermory.c | 122 SOC_DAPM_PIN_SWITCH("Main Speaker"), 133 SND_SOC_DAPM_SPK("Main Speaker", NULL), 140 { "Main Speaker", NULL, "SPKOUTL" }, 141 { "Main Speaker", NULL, "SPKOUTR" },
|
/linux-3.3/drivers/edac/ |
D | edac_device_sysfs.c | 177 * called when the reference count for the 'main' kobj 181 * One 'main' kobject for each control structure allocated. 182 * That main kobj is initially set to one AND 187 * bumps the 'main' kobject. 190 * the 'main' kobj. 192 * When the main kobj reaches zero (0) then THIS function 199 * with its own 'main' kobj. 210 /* free the control struct containing the 'main' kobj in edac_device_ctrl_master_release() 216 /* ktype for the main (master) kobject */ 341 /* map from this kobj to the main control struct in edac_device_ctrl_instance_release() [all …]
|
D | edac_pci_sysfs.c | 86 /* decrement reference count on top main kobj */ in edac_pci_instance_release() 166 /* First bump the ref count on the top main kobj, which will in edac_pci_create_instance_kobj() 176 /* And now register this new kobject under the main kobj */ in edac_pci_create_instance_kobj() 207 * function release the main reference count and then in edac_pci_unregister_sysfs_instance_kobj() 315 * This kobj is the 'main' kobject that EDAC PCI instances 330 /* ktype struct for the EDAC PCI main kobj */ 350 /* check and count if we have already created the main kobject */ in edac_pci_main_kobj_setup() 354 /* First time, so create the main kobject and its in edac_pci_main_kobj_setup() 366 * level main kobj for EDAC PCI in edac_pci_main_kobj_setup() 428 * main kobj in edac_pci_main_kobj_teardown() [all …]
|
/linux-3.3/drivers/media/common/tuners/ |
D | tda18218_priv.h | 44 #define R07_MD1 0x07 /* Main divider byte 1 */ 46 #define R09_MD2 0x09 /* Main divider byte 2 */ 47 #define R0A_MD3 0x0a /* Main divider byte 1 */ 48 #define R0B_MD4 0x0b /* Main divider byte 4 */ 49 #define R0C_MD5 0x0c /* Main divider byte 5 */ 50 #define R0D_MD6 0x0d /* Main divider byte 6 */ 51 #define R0E_MD7 0x0e /* Main divider byte 7 */ 52 #define R0F_MD8 0x0f /* Main divider byte 8 */
|
/linux-3.3/arch/powerpc/platforms/cell/spufs/ |
D | spu_save_crt0.S | 8 * branches to 'main'. 80 /* Allocate a minimum stack frame for the called main. 81 * This is needed so that main has a place to save the 87 /* Call the program's main function. */ 88 brsl $0, main 90 /* In this case main should not return; if it does
|
D | spu_restore_crt0.S | 8 * 'main'. On return, restores all 128 registers from the LSCSA 46 /* Allocate a minimum stack frame for the called main. 47 * This is needed so that main has a place to save the 53 /* Call the program's main function. */ 54 brsl $0, main
|
/linux-3.3/drivers/media/video/bt8xx/ |
D | bttv-risc.c | 460 /* risc group / risc main loop / dma management */ 496 btv->main.cpu[RISC_SLOT_LOOP] = cpu_to_le32(cmd); in bttv_set_dma() 502 btwrite(btv->main.dma, BT848_RISC_STRT_ADD); in bttv_set_dma() 519 if ((rc = btcx_riscmem_alloc(btv->c.pci,&btv->main,PAGE_SIZE)) < 0) in bttv_risc_init_main() 521 dprintk("%d: risc main @ %08llx\n", in bttv_risc_init_main() 522 btv->c.nr, (unsigned long long)btv->main.dma); in bttv_risc_init_main() 524 btv->main.cpu[0] = cpu_to_le32(BT848_RISC_SYNC | BT848_RISC_RESYNC | in bttv_risc_init_main() 526 btv->main.cpu[1] = cpu_to_le32(0); in bttv_risc_init_main() 527 btv->main.cpu[2] = cpu_to_le32(BT848_RISC_JUMP); in bttv_risc_init_main() 528 btv->main.cpu[3] = cpu_to_le32(btv->main.dma + (4<<2)); in bttv_risc_init_main() [all …]
|
/linux-3.3/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 86 if (get_cv("main::define_symbolic_value", 0)) in define_symbolic_value() 87 call_pv("main::define_symbolic_value", G_SCALAR); in define_symbolic_value() 116 if (get_cv("main::define_symbolic_field", 0)) in define_symbolic_field() 117 call_pv("main::define_symbolic_field", G_SCALAR); in define_symbolic_field() 144 if (get_cv("main::define_flag_value", 0)) in define_flag_value() 145 call_pv("main::define_flag_value", G_SCALAR); in define_flag_value() 176 if (get_cv("main::define_flag_field", 0)) in define_flag_field() 177 call_pv("main::define_flag_field", G_SCALAR); in define_flag_field() 326 else if (get_cv("main::trace_unhandled", 0)) { in perl_process_tracepoint() 333 call_pv("main::trace_unhandled", G_SCALAR); in perl_process_tracepoint() [all …]
|
/linux-3.3/include/media/ |
D | msp3400.h | 40 have support for surround sound. It has several outputs: MAIN, AUX, I2S 41 and SCART1/2. Each output can select which DSP input to use. So the MAIN 98 The DSP outputs are: loudspeaker output (aka MAIN), headphones output 117 #define MSP_DSP_IN_MAIN_AVC 11 /* MAIN AVC processed DSP input */ 118 #define MSP_DSP_IN_MAIN 12 /* MAIN DSP input */ 192 /* Chip I2S1 I2S2 I2S3 MAIN_AVC MAIN AUX 209 /* Chip MAIN AUX SCART1 SCART2 I2S
|
/linux-3.3/Documentation/ |
D | stable_api_nonsense.txt | 21 you get that only if your driver is in the main kernel tree. You also 22 get lots of other good benefits if your driver is in the main kernel 44 So, there are two main topics here, binary kernel interfaces and stable 92 keep a Linux kernel driver that is not in the main kernel tree up to 152 So, if you have a Linux kernel driver that is not in the main kernel 158 Simple, get your kernel driver into the main kernel tree (remember we 167 The very good side effects of having your driver in the main kernel tree
|
D | sgi-visws.txt | 4 main system ASIC which interfaces the 1-4 IA32 cpus, the memory 6 also contains the 3D gfx rendering engine which renders to main
|
/linux-3.3/drivers/power/ |
D | collie_battery.c | 226 .name = "main-battery", 281 { COLLIE_GPIO_CO, GPIOF_IN, "main battery full" }, 282 { COLLIE_GPIO_MAIN_BAT_LOW, GPIOF_IN, "main battery low" }, 283 { COLLIE_GPIO_CHARGE_ON, GPIOF_OUT_INIT_LOW, "main charge on" }, 284 { COLLIE_GPIO_MBAT_ON, GPIOF_OUT_INIT_LOW, "main battery" }, 285 { COLLIE_GPIO_TMP_ON, GPIOF_OUT_INIT_LOW, "main battery temp" }, 336 "main full", &collie_bat_main); in collie_bat_probe()
|
D | tosa_battery.c | 229 .name = "main-battery", 311 { TOSA_GPIO_CHARGE_OFF, GPIOF_OUT_INIT_HIGH, "main charge off" }, 314 { TOSA_GPIO_BAT0_V_ON, GPIOF_OUT_INIT_LOW, "main battery" }, 316 { TOSA_GPIO_BAT1_TH_ON, GPIOF_OUT_INIT_LOW, "main battery temp" }, 319 { TOSA_GPIO_BAT0_CRG, GPIOF_IN, "main battery full" }, 321 { TOSA_GPIO_BAT0_LOW, GPIOF_IN, "main battery low" }, 374 "main full", &tosa_bat_main); in tosa_bat_probe()
|
/linux-3.3/arch/um/ |
D | Kconfig.char | 74 string "Default main console channel initialization" 77 This is the string describing the channel to which the main console 80 main console to stdin and stdout. 88 except the main console will be attached by default. This value can
|
/linux-3.3/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pic.c | 25 * three groups called 'critical', 'main', and 'peripheral'. The critical 27 * sleep. Main group include the other 3 external IRQs, slice timer 1, RTC, 48 * For example, the TMR0 interrupt is irq 9 in the main group. The 63 * driver defines four separate 'irq_chip' structures, one for the main 75 * the other three are in the main group. For this reason it makes sense for 213 * Main interrupt irq_chip 233 .name = "MPC52xx Main", 467 * types of interrupts defined by the controller - 'critical', 'main' and 470 * interrupts have the highest priority, followed by 'main' interrupts, and 475 * value will appear in either the crit or main fields indicating a high [all …]
|
/linux-3.3/arch/arm/mach-at91/include/mach/ |
D | at91_pmc.h | 49 #define AT91_CKGR_MOR (AT91_PMC + 0x20) /* Main Oscillator Register [not on SAM9RL] */ 50 #define AT91_PMC_MOSCEN (1 << 0) /* Main Oscillator Enable */ 52 #define AT91_PMC_OSCOUNT (0xff << 8) /* Main Oscillator Start-up Time */ 54 #define AT91_CKGR_MCFR (AT91_PMC + 0x24) /* Main Clock Frequency Register */ 55 #define AT91_PMC_MAINF (0xffff << 0) /* Main Clock Frequency */ 56 #define AT91_PMC_MAINRDY (1 << 16) /* Main Clock Ready */
|
/linux-3.3/arch/avr32/lib/ |
D | findbit.S | 54 /* Main loop. offset must be word-aligned */ 117 /* Main loop. offset must be word-aligned */ 147 /* Main loop. offset must be word-aligned */ 178 /* Main loop. offset must be word-aligned */
|
/linux-3.3/drivers/net/wan/ |
D | hdlc_fr.c | 120 struct net_device *main; member 223 return pvc->main || pvc->ether; in pvc_is_used() 230 if (pvc->main) in pvc_carrier() 231 if (!netif_carrier_ok(pvc->main)) in pvc_carrier() 232 netif_carrier_on(pvc->main); in pvc_carrier() 237 if (pvc->main) in pvc_carrier() 238 if (netif_carrier_ok(pvc->main)) in pvc_carrier() 239 netif_carrier_off(pvc->main); in pvc_carrier() 271 return &pvc->main; in get_dev_p() 451 pvc->main ? pvc->main->name : "", in fr_log_dlci_active() [all …]
|
/linux-3.3/arch/arm/mach-pxa/include/mach/ |
D | sharpsl_pm.h | 65 int mainbat_status; /* APM Main Battery Status */ 66 int mainbat_percent; /* Main Battery Percentage Charge */ 67 int mainbat_voltage; /* Main Battery Voltage */
|
/linux-3.3/arch/xtensa/include/asm/ |
D | bugs.h | 4 * This is included by init/main.c to check for architecture-dependent bugs. 9 * Public License. See the file "COPYING" in the main directory of
|
/linux-3.3/arch/arm/mach-orion5x/include/mach/ |
D | entry-macro.S | 24 ldr \irqstat, [\base, #0] @ main cause 25 ldr \tmp, [\base, #(MAIN_IRQ_MASK - MAIN_IRQ_CAUSE)] @ main mask
|
/linux-3.3/arch/m32r/include/asm/ |
D | sigcontext.h | 6 /* Saved main processor registers. */ 22 /* Saved main processor status and miscellaneous context registers. */
|