Searched refs:twl6040gpo_chip (Results 1 – 1 of 1) sorted by relevance
65 static struct gpio_chip twl6040gpo_chip = { variable83 twl6040gpo_chip.base = -1; in gpo_twl6040_probe()86 twl6040gpo_chip.ngpio = 3; /* twl6040 have 3 GPO */ in gpo_twl6040_probe()88 twl6040gpo_chip.ngpio = 1; /* twl6041 have 1 GPO */ in gpo_twl6040_probe()90 twl6040gpo_chip.parent = &pdev->dev; in gpo_twl6040_probe()92 twl6040gpo_chip.of_node = twl6040_core_dev->of_node; in gpo_twl6040_probe()95 ret = devm_gpiochip_add_data(&pdev->dev, &twl6040gpo_chip, NULL); in gpo_twl6040_probe()98 twl6040gpo_chip.ngpio = 0; in gpo_twl6040_probe()
Completed in 5 milliseconds