Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-wm8994.c25 struct wm8994_gpio { struct
32 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_request() argument
33 struct wm8994 *wm8994 = wm8994_gpio->wm8994; in wm8994_gpio_request()
55 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_direction_in() local
56 struct wm8994 *wm8994 = wm8994_gpio->wm8994; in wm8994_gpio_direction_in()
64 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_get() local
65 struct wm8994 *wm8994 = wm8994_gpio->wm8994; in wm8994_gpio_get()
81 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_direction_out() local
82 struct wm8994 *wm8994 = wm8994_gpio->wm8994; in wm8994_gpio_direction_out()
93 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_set() local
[all …]