Searched refs:tps68470_gpio (Results 1 – 1 of 1) sorted by relevance
127 struct tps68470_gpio_data *tps68470_gpio; in tps68470_gpio_probe() local129 tps68470_gpio = devm_kzalloc(&pdev->dev, sizeof(*tps68470_gpio), in tps68470_gpio_probe()131 if (!tps68470_gpio) in tps68470_gpio_probe()135 tps68470_gpio->gc.label = "tps68470-gpio"; in tps68470_gpio_probe()136 tps68470_gpio->gc.owner = THIS_MODULE; in tps68470_gpio_probe()139 tps68470_gpio->gc.get = tps68470_gpio_get; in tps68470_gpio_probe()142 tps68470_gpio->gc.can_sleep = true; in tps68470_gpio_probe()143 tps68470_gpio->gc.names = tps68470_names; in tps68470_gpio_probe()145 tps68470_gpio->gc.base = -1; in tps68470_gpio_probe()146 tps68470_gpio->gc.parent = &pdev->dev; in tps68470_gpio_probe()[all …]
Completed in 3 milliseconds