Searched refs:GTA02_GPIO_HP_IN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Dneo1973_gta02_wm8753.c244 gpio_set_value(GTA02_GPIO_HP_IN, 0);
247 gpio_set_value(GTA02_GPIO_HP_IN, 1);
458 ret = gpio_request(GTA02_GPIO_HP_IN, "GTA02_HP_IN");
460 pr_err("gta02_wm8753: Failed to register GPIO %d\n", GTA02_GPIO_HP_IN);
466 pr_err("gta02_wm8753: Failed to configure GPIO %d\n", GTA02_GPIO_HP_IN);
487 gpio_free(GTA02_GPIO_HP_IN);
498 gpio_free(GTA02_GPIO_HP_IN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/include/mach/
H A Dgta02.h49 #define GTA02_GPIO_HP_IN S3C2440_GPJ2 /* v2 + v3 + v4 only */ macro

Completed in 113 milliseconds