Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/ !
H A Dtwl4030.c39 struct gpio_desc *hs_extmute_gpio; member
251 board_params->hs_extmute_gpio = devm_gpiod_get_optional(component->dev, in twl4030_init_chip()
254 if (IS_ERR(board_params->hs_extmute_gpio)) in twl4030_init_chip()
255 return dev_err_probe(component->dev, PTR_ERR(board_params->hs_extmute_gpio), in twl4030_init_chip()
258 if (board_params->hs_extmute_gpio) { in twl4030_init_chip()
259 gpiod_set_consumer_name(board_params->hs_extmute_gpio, "hs_extmute"); in twl4030_init_chip()
711 if (board_params->hs_extmute_gpio) { in headset_ramp()
712 gpiod_set_value(board_params->hs_extmute_gpio, 1); in headset_ramp()
747 if (board_params->hs_extmute_gpio) { in headset_ramp()
748 gpiod_set_value(board_params->hs_extmute_gpio, 0); in headset_ramp()
/linux/include/linux/mfd/ !
H A Dtwl.h656 int hs_extmute_gpio; member
/linux/arch/arm/boot/dts/ti/omap/ !
H A Dlogicpd-som-lv.dtsi91 ti,hs_extmute_gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>;