Searched refs:rcv_gpiod (Results 1 – 1 of 1) sorted by relevance
62 struct gpio_desc *rcv_gpiod; member111 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()