Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-xra1403.c152 struct xra1403 *xra; in xra1403_probe() local
156 xra = devm_kzalloc(&spi->dev, sizeof(*xra), GFP_KERNEL); in xra1403_probe()
157 if (!xra) in xra1403_probe()
168 xra->chip.get = xra1403_get; in xra1403_probe()
169 xra->chip.set = xra1403_set; in xra1403_probe()
173 xra->chip.ngpio = 16; in xra1403_probe()
174 xra->chip.label = "xra1403"; in xra1403_probe()
176 xra->chip.base = -1; in xra1403_probe()
177 xra->chip.can_sleep = true; in xra1403_probe()
182 if (IS_ERR(xra->regmap)) { in xra1403_probe()
[all …]