Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-wm8350.c26 struct wm8350_gpio_data { struct
31 static inline struct wm8350_gpio_data *to_wm8350_gpio(struct gpio_chip *chip) in to_wm8350_gpio() argument
33 return container_of(chip, struct wm8350_gpio_data, gpio_chip); in to_wm8350_gpio()
38 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_direction_in()
47 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_get()
63 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_set()
75 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_direction_out()
92 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_to_irq()
116 struct wm8350_gpio_data *wm8350_gpio; in wm8350_gpio_probe()
146 struct wm8350_gpio_data *wm8350_gpio = platform_get_drvdata(pdev); in wm8350_gpio_remove()