Home
last modified time | relevance | path

Searched refs:gpio_twl4030_priv (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpio/
Dgpio-twl4030.c66 struct gpio_twl4030_priv { struct
203 struct gpio_twl4030_priv *priv = gpiochip_get_data(chip); in twl_request()
271 struct gpio_twl4030_priv *priv = gpiochip_get_data(chip); in twl_free()
291 struct gpio_twl4030_priv *priv = gpiochip_get_data(chip); in twl_direction_in()
310 struct gpio_twl4030_priv *priv = gpiochip_get_data(chip); in twl_get()
333 struct gpio_twl4030_priv *priv = gpiochip_get_data(chip); in twl_set()
351 struct gpio_twl4030_priv *priv = gpiochip_get_data(chip); in twl_direction_out()
377 struct gpio_twl4030_priv *priv = gpiochip_get_data(chip); in twl_to_irq()
474 struct gpio_twl4030_priv *priv; in gpio_twl4030_probe()
477 priv = devm_kzalloc(&pdev->dev, sizeof(struct gpio_twl4030_priv), in gpio_twl4030_probe()
[all …]