Searched refs:rst_pin (Results 1 – 1 of 1) sorted by relevance
321 struct gpio_desc *rst_pin; member1362 adc3xxx->rst_pin = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW); in adc3xxx_i2c_probe()1363 if (IS_ERR(adc3xxx->rst_pin)) { in adc3xxx_i2c_probe()1364 return dev_err_probe(dev, PTR_ERR(adc3xxx->rst_pin), in adc3xxx_i2c_probe()1411 gpiod_set_value_cansleep(adc3xxx->rst_pin, 1); in adc3xxx_i2c_probe()1413 gpiod_set_value_cansleep(adc3xxx->rst_pin, 0); in adc3xxx_i2c_probe()