Searched refs:pga_gpios (Results 1 – 1 of 1) sorted by relevance
304 struct gpio_descs *pga_gpios; member691 st->pga_gpios = devm_gpiod_get_array(dev, "pga", GPIOD_OUT_LOW); in ad7768_setup_pga()692 if (IS_ERR(st->pga_gpios)) in ad7768_setup_pga()693 return dev_err_probe(dev, PTR_ERR(st->pga_gpios), in ad7768_setup_pga()696 if (st->pga_gpios->ndescs != ADAQ7768_PGA_PINS) in ad7768_setup_pga()731 ret = gpiod_multi_set_value_cansleep(st->pga_gpios, bitmap); in ad7768_set_pga_gain()