Lines Matching refs:vr41xx_gpio_chip
71 static struct gpio_chip vr41xx_gpio_chip;
130 ret = gpiochip_lock_as_irq(&vr41xx_gpio_chip, irqd_to_hwirq(data));
132 dev_err(vr41xx_gpio_chip.parent,
146 gpiochip_unlock_as_irq(&vr41xx_gpio_chip, data->hwirq);
456 static struct gpio_chip vr41xx_gpio_chip = {
475 vr41xx_gpio_chip.ngpio = 50;
478 vr41xx_gpio_chip.ngpio = 36;
482 vr41xx_gpio_chip.ngpio = 48;
493 vr41xx_gpio_chip.parent = &pdev->dev;
495 if (gpiochip_add_data(&vr41xx_gpio_chip, NULL))