Lines Matching defs:ochip

42 static void __iomem *GPIO_OUT(struct orion_gpio_chip *ochip)  in GPIO_OUT()
47 static void __iomem *GPIO_IO_CONF(struct orion_gpio_chip *ochip) in GPIO_IO_CONF()
52 static void __iomem *GPIO_BLINK_EN(struct orion_gpio_chip *ochip) in GPIO_BLINK_EN()
57 static void __iomem *GPIO_IN_POL(struct orion_gpio_chip *ochip) in GPIO_IN_POL()
62 static void __iomem *GPIO_DATA_IN(struct orion_gpio_chip *ochip) in GPIO_DATA_IN()
67 static void __iomem *GPIO_EDGE_CAUSE(struct orion_gpio_chip *ochip) in GPIO_EDGE_CAUSE()
72 static void __iomem *GPIO_EDGE_MASK(struct orion_gpio_chip *ochip) in GPIO_EDGE_MASK()
77 static void __iomem *GPIO_LEVEL_MASK(struct orion_gpio_chip *ochip) in GPIO_LEVEL_MASK()
87 __set_direction(struct orion_gpio_chip *ochip, unsigned pin, int input) in __set_direction()
99 static void __set_level(struct orion_gpio_chip *ochip, unsigned pin, int high) in __set_level()
112 __set_blinking(struct orion_gpio_chip *ochip, unsigned pin, int blink) in __set_blinking()
125 orion_gpio_is_valid(struct orion_gpio_chip *ochip, unsigned pin, int mode) in orion_gpio_is_valid()
148 struct orion_gpio_chip *ochip = in orion_gpio_request() local
160 struct orion_gpio_chip *ochip = in orion_gpio_direction_input() local
176 struct orion_gpio_chip *ochip = in orion_gpio_get() local
192 struct orion_gpio_chip *ochip = in orion_gpio_direction_output() local
210 struct orion_gpio_chip *ochip = in orion_gpio_set() local
221 struct orion_gpio_chip *ochip = in orion_gpio_to_irq() local
236 struct orion_gpio_chip *ochip = orion_gpio_chips + i; in orion_gpio_chip_find() local
248 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); in orion_gpio_set_unused() local
262 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); in orion_gpio_set_valid() local
285 struct orion_gpio_chip *ochip = orion_gpio_chip_find(pin); in orion_gpio_set_blink() local
329 struct orion_gpio_chip *ochip = gc->private; in gpio_irq_set_type() local
384 struct orion_gpio_chip *ochip; in orion_gpio_init() local
451 struct orion_gpio_chip *ochip; in orion_gpio_irq_handler() local