Searched refs:gpiod_audio_power (Results 1 – 1 of 1) sorted by relevance
21 static struct gpio_desc *gpiod_audio_power; variable30 gpiod_set_value(gpiod_audio_power, !status); in e740_sync_audio_power()134 gpiod_audio_power = devm_gpiod_get(&pdev->dev, "Audio power", GPIOD_OUT_HIGH); in e740_probe()135 ret = PTR_ERR_OR_ZERO(gpiod_audio_power); in e740_probe()