Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtfa989x.c62 struct gpio_desc *rcv_gpiod; member
111 gpiod_set_value_cansleep(tfa989x->rcv_gpiod, ucontrol->value.enumerated.item[0]); in tfa989x_put_mode()
345 tfa989x->rcv_gpiod = devm_gpiod_get_optional(dev, "rcv", GPIOD_OUT_LOW); in tfa989x_i2c_probe()
346 if (IS_ERR(tfa989x->rcv_gpiod)) in tfa989x_i2c_probe()
347 return PTR_ERR(tfa989x->rcv_gpiod); in tfa989x_i2c_probe()