amp_gpio 378 arch/arm/mach-s3c24xx/mach-anubis.c .amp_gpio = S3C2410_GPB(2), amp_gpio 26 include/linux/platform_data/asoc-s3c24xx_simtec.h int amp_gpio; amp_gpio 54 sound/pci/maestro3.c static int amp_gpio[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1}; amp_gpio 64 sound/pci/maestro3.c module_param_array(amp_gpio, int, NULL, 0444); amp_gpio 65 sound/pci/maestro3.c MODULE_PARM_DESC(amp_gpio, "GPIO pin number for external amp. (default = -1)"); amp_gpio 751 sound/pci/maestro3.c int amp_gpio; /* gpio pin # for external amp, -1 = default */ amp_gpio 2235 sound/pci/maestro3.c polarity = polarity << chip->amp_gpio; amp_gpio 2236 sound/pci/maestro3.c gpo = 1 << chip->amp_gpio; amp_gpio 2525 sound/pci/maestro3.c int amp_gpio, amp_gpio 2572 sound/pci/maestro3.c if (amp_gpio >= 0 && amp_gpio <= 0x0f) amp_gpio 2573 sound/pci/maestro3.c chip->amp_gpio = amp_gpio; amp_gpio 2579 sound/pci/maestro3.c chip->amp_gpio = quirk->value; amp_gpio 2581 sound/pci/maestro3.c chip->amp_gpio = GPO_EXT_AMP_ALLEGRO; amp_gpio 2583 sound/pci/maestro3.c chip->amp_gpio = GPO_EXT_AMP_M3; amp_gpio 2730 sound/pci/maestro3.c err = snd_m3_create(card, pci, external_amp[dev], amp_gpio[dev], &chip); amp_gpio 85 sound/soc/samsung/s3c24xx_simtec.c gpio_set_value(pdata->amp_gpio, to); amp_gpio 134 sound/soc/samsung/s3c24xx_simtec.c if (pdata->amp_gpio > 0) { amp_gpio 246 sound/soc/samsung/s3c24xx_simtec.c if (pdata->amp_gpio > 0) { amp_gpio 247 sound/soc/samsung/s3c24xx_simtec.c ret = gpio_request(pd->amp_gpio, "gpio-amp"); amp_gpio 250 sound/soc/samsung/s3c24xx_simtec.c pd->amp_gpio, ret); amp_gpio 276 sound/soc/samsung/s3c24xx_simtec.c if (pd->amp_gpio > 0) amp_gpio 277 sound/soc/samsung/s3c24xx_simtec.c gpio_free(pd->amp_gpio);