Lines Matching defs:gpio_chip
19 struct gpio_chip gpio_chip;
23 static int tps65912_gpio_get_direction(struct gpio_chip *gc,
40 static int tps65912_gpio_direction_input(struct gpio_chip *gc, unsigned offset)
48 static int tps65912_gpio_direction_output(struct gpio_chip *gc,
61 static int tps65912_gpio_get(struct gpio_chip *gc, unsigned offset)
76 static void tps65912_gpio_set(struct gpio_chip *gc, unsigned offset,
85 static const struct gpio_chip template_chip = {
109 gpio->gpio_chip = template_chip;
110 gpio->gpio_chip.parent = tps->dev;
112 ret = devm_gpiochip_add_data(&pdev->dev, &gpio->gpio_chip,