Searched refs:gpiod_input_amp (Results 1 – 1 of 1) sorted by relevance
20 static struct gpio_desc *gpiod_output_amp, *gpiod_input_amp; variable32 gpiod_set_value(gpiod_input_amp, (status & E740_AUDIO_IN) ? 1 : 0); in e740_sync_audio_power()126 gpiod_input_amp = devm_gpiod_get(&pdev->dev, "Mic amp", GPIOD_OUT_LOW); in e740_probe()127 ret = PTR_ERR_OR_ZERO(gpiod_input_amp); in e740_probe()