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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1848/
H A Dad1848.c51 static int thinkpad[SNDRV_CARDS]; /* Thinkpad special case */ variable
65 module_param_array(thinkpad, bool, NULL, 0444);
66 MODULE_PARM_DESC(thinkpad, "Enable only for the onboard CS4248 of IBM Thinkpad 360/750/755 series.");
100 thinkpad[n] ? AD1848_HW_THINKPAD : AD1848_HW_DETECT, &chip);
119 if (thinkpad[n])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx.c52 static int thinkpad[SNDRV_CARDS]; variable
63 module_param_array(thinkpad, bool, NULL, 0444);
64 MODULE_PARM_DESC(thinkpad, "Force to enable Thinkpad's CLKRUN control.");
96 external_amp[dev], thinkpad[dev],
H A Dcs46xx_lib.c3432 * Handle the CLKRUN on a thinkpad. We must disable CLKRUN support
3475 return; /* Not a thinkpad thats for sure */
3668 int external_amp, int thinkpad,
3756 if (thinkpad) {
3666 snd_cs46xx_create(struct snd_card *card, struct pci_dev * pci, int external_amp, int thinkpad, struct snd_cs46xx ** rchip) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx.h1730 int external_amp, int thinkpad,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs46xx.c196 static int thinkpad; variable
197 module_param(thinkpad, bool, 0);
201 * powerdown. also set thinkpad to 1 to disable powerdown,
2967 * Handle the CLKRUN on a thinkpad. We must disable CLKRUN support
2987 return; /* Not a thinkpad thats for sure */
5129 if (thinkpad == 1) {

Completed in 100 milliseconds