Home
last modified time | relevance | path

Searched refs:hp_pol (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/sound/
Dwm5100.h35 int hp_pol; member
44 int hp_pol; /** GPIO controlling headset polarity, if any */ member
/linux-4.1.27/sound/soc/codecs/
Dwm5100.c1980 gpio_set_value_cansleep(wm5100->pdata.hp_pol, mode->hp_pol); in wm5100_set_detect_mode()
2360 if (wm5100->pdata.hp_pol) { in wm5100_probe()
2361 ret = gpio_request_one(wm5100->pdata.hp_pol, in wm5100_probe()
2365 wm5100->pdata.hp_pol, ret); in wm5100_probe()
2381 if (wm5100->pdata.hp_pol) { in wm5100_remove()
2382 gpio_free(wm5100->pdata.hp_pol); in wm5100_remove()
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-crag6410-module.c81 .hp_pol = CODEC_GPIO_BASE + 3,