Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/codecs/
Dtfa989x.c60 struct gpio_desc *rcv_gpiod; member
109 gpiod_set_value_cansleep(tfa989x->rcv_gpiod, ucontrol->value.enumerated.item[0]); in tfa989x_put_mode()
317 tfa989x->rcv_gpiod = devm_gpiod_get_optional(dev, "rcv", GPIOD_OUT_LOW); in tfa989x_i2c_probe()
318 if (IS_ERR(tfa989x->rcv_gpiod)) in tfa989x_i2c_probe()
319 return PTR_ERR(tfa989x->rcv_gpiod); in tfa989x_i2c_probe()