HomeSort by: relevance | last modified time | path
    Searched refs:exynos_gpio_bank (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/samsung/
exynos_var.h 97 struct exynos_gpio_bank *epb_banks;
129 struct exynos_gpio_bank *sc_bank;
179 extern struct exynos_gpio_bank *exynos_gpio_bank_lookup(const struct exynos_pinctrl_banks *, const char *name);
186 extern void exynos_gpio_pin_ctl_write(const struct exynos_gpio_bank *,
exynos_gpio.c 56 struct exynos_gpio_bank { struct
74 const struct exynos_gpio_bank *pin_bank;
110 static struct exynos_gpio_bank exynos5420_banks[] = {
158 static struct exynos_gpio_bank exynos5410_banks[] = {
254 struct exynos_gpio_bank *bank = gba->gba_gc->gp_cookie;
268 struct exynos_gpio_bank * const bank = cookie;
281 struct exynos_gpio_bank * const bank = cookie;
297 struct exynos_gpio_bank * const bank = cookie;
323 void exynos_gpio_pin_ctl_write(const struct exynos_gpio_bank *bank,
375 struct exynos_gpio_bank *bank
    [all...]
exynos_pinctrl.c 166 struct exynos_gpio_bank *bank;

Completed in 12 milliseconds