Home
last modified time | relevance | path

Searched refs:hs_extmute_gpio (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/soc/codecs/
Dtwl4030.c224 pdata->hs_extmute_gpio = of_get_named_gpio(node, in twl4030_setup_pdata_of()
226 if (gpio_is_valid(pdata->hs_extmute_gpio)) in twl4030_setup_pdata_of()
263 if (gpio_is_valid(pdata->hs_extmute_gpio)) { in twl4030_init_chip()
266 if (!pdata->hs_extmute_gpio) in twl4030_init_chip()
270 ret = gpio_request_one(pdata->hs_extmute_gpio, in twl4030_init_chip()
276 pdata->hs_extmute_gpio = -1; in twl4030_init_chip()
723 if (gpio_is_valid(pdata->hs_extmute_gpio)) { in headset_ramp()
724 gpio_set_value(pdata->hs_extmute_gpio, 1); in headset_ramp()
759 if (gpio_is_valid(pdata->hs_extmute_gpio)) { in headset_ramp()
760 gpio_set_value(pdata->hs_extmute_gpio, 0); in headset_ramp()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dtwl4030-audio.txt18 -ti,hs_extmute_gpio: Use external GPIO to control the external mute
/Linux-v4.19/include/linux/mfd/
Dtwl.h689 int hs_extmute_gpio; member
/Linux-v4.19/arch/arm/boot/dts/
Dlogicpd-som-lv.dtsi94 ti,hs_extmute_gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>;