Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-gpio-mm.c39 struct gpiomm_gpio { struct
51 struct gpiomm_gpio *const gpiommgpio = gpiochip_get_data(chip); in gpiomm_gpio_get_direction() argument
64 struct gpiomm_gpio *const gpiommgpio = gpiochip_get_data(chip); in gpiomm_gpio_direction_input()
102 struct gpiomm_gpio *const gpiommgpio = gpiochip_get_data(chip); in gpiomm_gpio_direction_output()
148 struct gpiomm_gpio *const gpiommgpio = gpiochip_get_data(chip); in gpiomm_gpio_get()
175 struct gpiomm_gpio *const gpiommgpio = gpiochip_get_data(chip); in gpiomm_gpio_get_multiple()
197 struct gpiomm_gpio *const gpiommgpio = gpiochip_get_data(chip); in gpiomm_gpio_set()
218 struct gpiomm_gpio *const gpiommgpio = gpiochip_get_data(chip); in gpiomm_gpio_set_multiple()
257 struct gpiomm_gpio *gpiommgpio; in gpiomm_probe()