Lines Matching refs:gc
43 static int da9055_gpio_get(struct gpio_chip *gc, unsigned offset) in da9055_gpio_get() argument
45 struct da9055_gpio *gpio = to_da9055_gpio(gc); in da9055_gpio_get()
72 static void da9055_gpio_set(struct gpio_chip *gc, unsigned offset, int value) in da9055_gpio_set() argument
74 struct da9055_gpio *gpio = to_da9055_gpio(gc); in da9055_gpio_set()
82 static int da9055_gpio_direction_input(struct gpio_chip *gc, unsigned offset) in da9055_gpio_direction_input() argument
84 struct da9055_gpio *gpio = to_da9055_gpio(gc); in da9055_gpio_direction_input()
97 static int da9055_gpio_direction_output(struct gpio_chip *gc, in da9055_gpio_direction_output() argument
100 struct da9055_gpio *gpio = to_da9055_gpio(gc); in da9055_gpio_direction_output()
115 da9055_gpio_set(gc, offset, value); in da9055_gpio_direction_output()
120 static int da9055_gpio_to_irq(struct gpio_chip *gc, u32 offset) in da9055_gpio_to_irq() argument
122 struct da9055_gpio *gpio = to_da9055_gpio(gc); in da9055_gpio_to_irq()