Lines Matching defs:gpio
11 #include <linux/gpio/driver.h>
49 struct gpio_chip gpio;
206 struct device *dev = gc->gpio.parent;
227 "gpio-pin-ic");
316 .label = "lpc18xx/43xx-gpio",
337 gc->gpio = lpc18xx_chip;
340 index = of_property_match_string(dev->of_node, "reg-names", "gpio");
370 gc->gpio.parent = dev;
372 ret = devm_gpiochip_add_data(dev, &gc->gpio, gc);
374 dev_err(dev, "failed to add gpio chip\n");
398 { .compatible = "nxp,lpc1850-gpio" },
407 .name = "lpc18xx-gpio",