Searched refs:gsta_gpio (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpio-sta2x11.c | 50 struct gsta_gpio { struct 61 static inline struct gsta_regs __iomem *__regs(struct gsta_gpio *chip, int nr) in __regs() argument 77 struct gsta_gpio *chip = container_of(gpio, struct gsta_gpio, gpio); in gsta_gpio_set() 89 struct gsta_gpio *chip = container_of(gpio, struct gsta_gpio, gpio); in gsta_gpio_get() 99 struct gsta_gpio *chip = container_of(gpio, struct gsta_gpio, gpio); in gsta_gpio_direction_output() 114 struct gsta_gpio *chip = container_of(gpio, struct gsta_gpio, gpio); in gsta_gpio_direction_input() 124 struct gsta_gpio *chip = container_of(gpio, struct gsta_gpio, gpio); in gsta_gpio_to_irq() 128 static void gsta_gpio_setup(struct gsta_gpio *chip) /* called from probe */ in gsta_gpio_setup() 166 static void gsta_set_config(struct gsta_gpio *chip, int nr, unsigned cfg) in gsta_set_config() 235 struct gsta_gpio *chip = gc->private; in gsta_irq_disable() [all …]
|