Lines Matching refs:pdn_gpio
232 struct gpio_desc *pdn_gpio; member
606 tw9910_set_gpio_value(priv->pdn_gpio, 0); in tw9910_power_on()
619 tw9910_set_gpio_value(priv->pdn_gpio, 1); in tw9910_power_on()
636 tw9910_set_gpio_value(priv->pdn_gpio, 1); in tw9910_power_off()
969 priv->pdn_gpio = gpiod_get_optional(&client->dev, "pdn", in tw9910_probe()
971 if (IS_ERR(priv->pdn_gpio)) { in tw9910_probe()
973 ret = PTR_ERR(priv->pdn_gpio); in tw9910_probe()
988 if (priv->pdn_gpio) in tw9910_probe()
989 gpiod_put(priv->pdn_gpio); in tw9910_probe()
1000 if (priv->pdn_gpio) in tw9910_remove()
1001 gpiod_put(priv->pdn_gpio); in tw9910_remove()