Searched refs:altera_gc (Results 1 – 1 of 1) sorted by relevance
236 struct altera_gpio_chip *altera_gc; in altera_gpio_probe() local240 altera_gc = devm_kzalloc(&pdev->dev, sizeof(*altera_gc), GFP_KERNEL); in altera_gpio_probe()241 if (!altera_gc) in altera_gpio_probe()250 altera_gc->gc.ngpio = reg; in altera_gpio_probe()263 altera_gc->gc.owner = THIS_MODULE; in altera_gpio_probe()264 altera_gc->gc.parent = &pdev->dev; in altera_gpio_probe()265 altera_gc->gc.base = -1; in altera_gpio_probe()268 if (!altera_gc->gc.label) in altera_gpio_probe()272 if (IS_ERR(altera_gc->regs)) in altera_gpio_probe()286 girq = &altera_gc->gc.irq; in altera_gpio_probe()[all …]