hp_pol             82 arch/arm/mach-s3c64xx/mach-crag6410-module.c 	.hp_pol = CODEC_GPIO_BASE + 3,
hp_pol             32 include/sound/wm5100.h 	int hp_pol;
hp_pol             41 include/sound/wm5100.h 	int hp_pol;     /** GPIO controlling headset polarity, if any */
hp_pol           1977 sound/soc/codecs/wm5100.c 	gpio_set_value_cansleep(wm5100->pdata.hp_pol, mode->hp_pol);
hp_pol           2352 sound/soc/codecs/wm5100.c 	if (wm5100->pdata.hp_pol) {
hp_pol           2353 sound/soc/codecs/wm5100.c 		ret = gpio_request_one(wm5100->pdata.hp_pol,
hp_pol           2357 sound/soc/codecs/wm5100.c 				wm5100->pdata.hp_pol, ret);
hp_pol           2373 sound/soc/codecs/wm5100.c 	if (wm5100->pdata.hp_pol) {
hp_pol           2374 sound/soc/codecs/wm5100.c 		gpio_free(wm5100->pdata.hp_pol);