Home
last modified time | relevance | path

Searched refs:pa_gpio (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/soc/generic/
Daudio-graph-card.c36 gpiod_set_value_cansleep(priv->pa_gpio, 1); in graph_outdrv_event()
39 gpiod_set_value_cansleep(priv->pa_gpio, 0); in graph_outdrv_event()
655 priv->pa_gpio = devm_gpiod_get_optional(dev, "pa", GPIOD_OUT_LOW); in graph_probe()
656 if (IS_ERR(priv->pa_gpio)) { in graph_probe()
657 ret = PTR_ERR(priv->pa_gpio); in graph_probe()
/Linux-v5.4/include/sound/
Dsimple_card_utils.h57 struct gpio_desc *pa_gpio; member