Searched refs:thinkpad (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/ad1848/
H A Dad1848.c50 static int thinkpad[SNDRV_CARDS]; /* Thinkpad special case */ variable
64 module_param_array(thinkpad, bool, NULL, 0444);
65 MODULE_PARM_DESC(thinkpad, "Enable only for the onboard CS4248 of IBM Thinkpad 360/750/755 series.");
99 thinkpad[n] ? WSS_HW_THINKPAD : WSS_HW_DETECT,
119 if (thinkpad[n])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Dcs46xx.c51 static int thinkpad[SNDRV_CARDS]; variable
62 module_param_array(thinkpad, bool, NULL, 0444);
63 MODULE_PARM_DESC(thinkpad, "Force to enable Thinkpad's CLKRUN control.");
95 external_amp[dev], thinkpad[dev],
H A Dcs46xx_lib.c3340 * Handle the CLKRUN on a thinkpad. We must disable CLKRUN support
3383 return; /* Not a thinkpad thats for sure */
3635 int external_amp, int thinkpad,
3723 if (thinkpad) {
3633 snd_cs46xx_create(struct snd_card *card, struct pci_dev * pci, int external_amp, int thinkpad, struct snd_cs46xx ** rchip) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_conexant.c118 unsigned int thinkpad:1; member in struct:conexant_spec
2127 if (spec->thinkpad && (spec->hp_present & 1))
2475 if (spec->ideapad || spec->thinkpad) {
3046 else if (spec->thinkpad)
3087 [CXT5066_THINKPAD] = "thinkpad",
3245 spec->thinkpad = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx.h1731 int external_amp, int thinkpad,

Completed in 128 milliseconds