Searched refs:hs_extmute_gpio (Results 1 – 3 of 3) sorted by relevance
39 struct gpio_desc *hs_extmute_gpio; member251 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()
656 int hs_extmute_gpio; member
91 ti,hs_extmute_gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>;