Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt5651.c2131 if (!rt5651 || !rt5651->gpiod_spk_ctl) in rt5651_enable_spk()
2133 gpiod_set_value(rt5651->gpiod_spk_ctl, enable); in rt5651_enable_spk()
2349 rt5651->gpiod_spk_ctl = devm_gpiod_get(&i2c->dev, in rt5651_i2c_probe()
2352 if (IS_ERR(rt5651->gpiod_spk_ctl)) { in rt5651_i2c_probe()
2353 ret = IS_ERR(rt5651->gpiod_spk_ctl); in rt5651_i2c_probe()
2354 rt5651->gpiod_spk_ctl = NULL; in rt5651_i2c_probe()
H A Drt5651.h2102 struct gpio_desc *gpiod_spk_ctl; member