Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dtwl4030.c42 int hs_extmute_gpio; member
216 board_params->hs_extmute_gpio = of_get_named_gpio(node, "ti,hs_extmute_gpio", 0); in twl4030_get_board_param_values()
217 if (gpio_is_valid(board_params->hs_extmute_gpio)) in twl4030_get_board_param_values()
255 if (gpio_is_valid(board_params->hs_extmute_gpio)) { in twl4030_init_chip()
258 if (!board_params->hs_extmute_gpio) in twl4030_init_chip()
262 ret = gpio_request_one(board_params->hs_extmute_gpio, in twl4030_init_chip()
268 board_params->hs_extmute_gpio = -1; in twl4030_init_chip()
717 if (gpio_is_valid(board_params->hs_extmute_gpio)) { in headset_ramp()
718 gpio_set_value(board_params->hs_extmute_gpio, 1); in headset_ramp()
753 if (gpio_is_valid(board_params->hs_extmute_gpio)) { in headset_ramp()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dtwl4030-audio.txt18 -ti,hs_extmute_gpio: Use external GPIO to control the external mute
/linux-6.12.1/include/linux/mfd/
Dtwl.h677 int hs_extmute_gpio; member
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Dlogicpd-som-lv.dtsi92 ti,hs_extmute_gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>;