Home
last modified time | relevance | path

Searched refs:n_latched_gpios (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-latch.c55 int n_latched_gpios; member
78 int latch = offset / priv->n_latched_gpios; in gpio_latch_set_unlocked()
83 for (i = 0; i < priv->n_latched_gpios; i++) in gpio_latch_set_unlocked()
85 test_bit(latch * priv->n_latched_gpios + i, priv->shadow)); in gpio_latch_set_unlocked()
124 for (i = 0; i < priv->n_latched_gpios; i++) in gpio_latch_can_sleep()
158 priv->n_latched_gpios = priv->latched_gpios->ndescs; in gpio_latch_probe()
160 priv->shadow = devm_bitmap_zalloc(&pdev->dev, n_latches * priv->n_latched_gpios, in gpio_latch_probe()
190 priv->gc.ngpio = n_latches * priv->n_latched_gpios; in gpio_latch_probe()