Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-wm8350.c38 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_direction_in() local
39 struct wm8350 *wm8350 = wm8350_gpio->wm8350; in wm8350_gpio_direction_in()
47 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_get() local
48 struct wm8350 *wm8350 = wm8350_gpio->wm8350; in wm8350_gpio_get()
63 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_set() local
64 struct wm8350 *wm8350 = wm8350_gpio->wm8350; in wm8350_gpio_set()
75 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_direction_out() local
76 struct wm8350 *wm8350 = wm8350_gpio->wm8350; in wm8350_gpio_direction_out()
92 struct wm8350_gpio_data *wm8350_gpio = to_wm8350_gpio(chip); in wm8350_gpio_to_irq() local
93 struct wm8350 *wm8350 = wm8350_gpio->wm8350; in wm8350_gpio_to_irq()
[all …]
/linux-4.1.27/include/linux/mfd/wm8350/
Dgpio.h352 struct wm8350_gpio { struct
Dcore.h616 struct wm8350_gpio gpio;