Searched refs:hp_pol (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | wm5100.h | 32 int hp_pol; member 41 int hp_pol; /** GPIO controlling headset polarity, if any */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | wm5100.h | 32 int hp_pol; member 41 int hp_pol; /** GPIO controlling headset polarity, if any */ member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm5100.c | 1977 gpio_set_value_cansleep(wm5100->pdata.hp_pol, mode->hp_pol); in wm5100_set_detect_mode() 2352 if (wm5100->pdata.hp_pol) { in wm5100_probe() 2353 ret = gpio_request_one(wm5100->pdata.hp_pol, in wm5100_probe() 2357 wm5100->pdata.hp_pol, ret); in wm5100_probe() 2373 if (wm5100->pdata.hp_pol) { in wm5100_remove() 2374 gpio_free(wm5100->pdata.hp_pol); in wm5100_remove()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm5100.c | 1977 gpio_set_value_cansleep(wm5100->pdata.hp_pol, mode->hp_pol); in wm5100_set_detect_mode() 2352 if (wm5100->pdata.hp_pol) { in wm5100_probe() 2353 ret = gpio_request_one(wm5100->pdata.hp_pol, in wm5100_probe() 2357 wm5100->pdata.hp_pol, ret); in wm5100_probe() 2373 if (wm5100->pdata.hp_pol) { in wm5100_remove() 2374 gpio_free(wm5100->pdata.hp_pol); in wm5100_remove()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-crag6410-module.c | 82 .hp_pol = CODEC_GPIO_BASE + 3,
|
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | mach-crag6410-module.c | 76 .hp_pol = CODEC_GPIO_BASE + 3,
|
Completed in 7 milliseconds