Home
last modified time | relevance | path

Searched refs:standby_gpio (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/sound/soc/codecs/
Dtas6424.c48 struct gpio_desc *standby_gpio; member
712 tas6424->standby_gpio = devm_gpiod_get_optional(dev, "standby", in tas6424_i2c_probe()
714 if (IS_ERR(tas6424->standby_gpio)) { in tas6424_i2c_probe()
715 if (PTR_ERR(tas6424->standby_gpio) == -EPROBE_DEFER) in tas6424_i2c_probe()
718 PTR_ERR(tas6424->standby_gpio)); in tas6424_i2c_probe()
719 tas6424->standby_gpio = NULL; in tas6424_i2c_probe()
783 if (tas6424->standby_gpio) in tas6424_i2c_remove()
784 gpiod_set_value_cansleep(tas6424->standby_gpio, 1); in tas6424_i2c_remove()
/Linux-v5.4/drivers/media/i2c/
Dmt9m001.c100 struct gpio_desc *standby_gpio; member
460 if (mt9m001->standby_gpio) { in mt9m001_power_on()
461 gpiod_set_value_cansleep(mt9m001->standby_gpio, 0); in mt9m001_power_on()
480 gpiod_set_value_cansleep(mt9m001->standby_gpio, 1); in mt9m001_power_off()
749 mt9m001->standby_gpio = devm_gpiod_get_optional(&client->dev, "standby", in mt9m001_probe()
751 if (IS_ERR(mt9m001->standby_gpio)) in mt9m001_probe()
752 return PTR_ERR(mt9m001->standby_gpio); in mt9m001_probe()
Dmt9t112.c96 struct gpio_desc *standby_gpio; member
755 if (priv->standby_gpio) { in mt9t112_power_on()
756 gpiod_set_value(priv->standby_gpio, 0); in mt9t112_power_on()
766 if (priv->standby_gpio) { in mt9t112_power_off()
767 gpiod_set_value(priv->standby_gpio, 1); in mt9t112_power_off()
1091 priv->standby_gpio = devm_gpiod_get_optional(&client->dev, "standby", in mt9t112_probe()
1093 if (IS_ERR(priv->standby_gpio)) { in mt9t112_probe()
1095 return PTR_ERR(priv->standby_gpio); in mt9t112_probe()
Dmt9v032.c205 struct gpio_desc *standby_gpio; member
1058 mt9v032->standby_gpio = devm_gpiod_get_optional(&client->dev, "standby", in mt9v032_probe()
1060 if (IS_ERR(mt9v032->standby_gpio)) in mt9v032_probe()
1061 return PTR_ERR(mt9v032->standby_gpio); in mt9v032_probe()