Searched refs:pga_gpios (Results 1 – 1 of 1) sorted by relevance
205 struct gpio_descs *pga_gpios; member490 return gpiod_multi_set_value_cansleep(st->pga_gpios, bitmap); in ad4030_set_pga_gain()500 if (!st->pga_gpios) in ad4030_set_pga()1410 st->pga_gpios = devm_gpiod_get_array(dev, "pga", GPIOD_OUT_LOW); in ad4030_setup_pga()1411 if (IS_ERR(st->pga_gpios)) in ad4030_setup_pga()1412 return dev_err_probe(dev, PTR_ERR(st->pga_gpios), in ad4030_setup_pga()1415 if (st->pga_gpios->ndescs != ADAQ4616_PGA_PINS) in ad4030_setup_pga()