Home
last modified time | relevance | path

Searched refs:gpiod_ldo1_en (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Drt5665.c46 struct gpio_desc *gpiod_ldo1_en; member
4795 rt5665->gpiod_ldo1_en = devm_gpiod_get_optional(&i2c->dev, in rt5665_i2c_probe()
4798 if (IS_ERR(rt5665->gpiod_ldo1_en)) { in rt5665_i2c_probe()
4800 return PTR_ERR(rt5665->gpiod_ldo1_en); in rt5665_i2c_probe()
H A Drt5659.h1796 struct gpio_desc *gpiod_ldo1_en; member
H A Drt5659.c4114 rt5659->gpiod_ldo1_en = devm_gpiod_get_optional(&i2c->dev, "ldo1-en", in rt5659_i2c_probe()
4116 if (IS_ERR(rt5659->gpiod_ldo1_en)) in rt5659_i2c_probe()