Searched refs:twl6040gpo_chip (Results 1 – 1 of 1) sorted by relevance
35 static struct gpio_chip twl6040gpo_chip; variable74 static struct gpio_chip twl6040gpo_chip = { variable93 twl6040gpo_chip.base = pdata->gpio_base; in gpo_twl6040_probe()95 twl6040gpo_chip.base = -1; in gpo_twl6040_probe()98 twl6040gpo_chip.ngpio = 3; /* twl6040 have 3 GPO */ in gpo_twl6040_probe()100 twl6040gpo_chip.ngpio = 1; /* twl6041 have 1 GPO */ in gpo_twl6040_probe()102 twl6040gpo_chip.dev = &pdev->dev; in gpo_twl6040_probe()104 twl6040gpo_chip.of_node = twl6040_core_dev->of_node; in gpo_twl6040_probe()107 ret = gpiochip_add(&twl6040gpo_chip); in gpo_twl6040_probe()110 twl6040gpo_chip.ngpio = 0; in gpo_twl6040_probe()[all …]