Searched refs:latched_gpios (Results 1 – 1 of 1) sorted by relevance
53 struct gpio_descs *latched_gpios; member82 ret = set(priv->latched_gpios->desc[i], in gpio_latch_set_unlocked()124 if (gpiod_cansleep(priv->latched_gpios->desc[i])) in gpio_latch_can_sleep()152 priv->latched_gpios = devm_gpiod_get_array(dev, "latched", GPIOD_OUT_LOW); in gpio_latch_probe()153 if (IS_ERR(priv->latched_gpios)) in gpio_latch_probe()154 return PTR_ERR(priv->latched_gpios); in gpio_latch_probe()157 priv->n_latched_gpios = priv->latched_gpios->ndescs; in gpio_latch_probe()