Lines Matching refs:pdn_gpio
227 struct gpio_desc *pdn_gpio; member
601 tw9910_set_gpio_value(priv->pdn_gpio, 0); in tw9910_power_on()
614 tw9910_set_gpio_value(priv->pdn_gpio, 1); in tw9910_power_on()
631 tw9910_set_gpio_value(priv->pdn_gpio, 1); in tw9910_power_off()
961 priv->pdn_gpio = gpiod_get_optional(&client->dev, "pdn", in tw9910_probe()
963 if (IS_ERR(priv->pdn_gpio)) { in tw9910_probe()
965 ret = PTR_ERR(priv->pdn_gpio); in tw9910_probe()
980 if (priv->pdn_gpio) in tw9910_probe()
981 gpiod_put(priv->pdn_gpio); in tw9910_probe()
992 if (priv->pdn_gpio) in tw9910_remove()
993 gpiod_put(priv->pdn_gpio); in tw9910_remove()