Lines Matching defs:offset
108 unsigned int offset) in _tz1090_gpio_clear_bit()
119 unsigned int offset) in tz1090_gpio_clear_bit()
131 unsigned int offset) in _tz1090_gpio_set_bit()
142 unsigned int offset) in tz1090_gpio_set_bit()
154 unsigned int offset, in _tz1090_gpio_mod_bit()
168 unsigned int offset, in tz1090_gpio_mod_bit()
180 unsigned int offset) in tz1090_gpio_read_bit()
188 unsigned int offset) in tz1090_gpio_direction_input()
197 unsigned int offset, int output_value) in tz1090_gpio_direction_output()
213 static int tz1090_gpio_get(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_get()
223 static void tz1090_gpio_set(struct gpio_chip *chip, unsigned int offset, in tz1090_gpio_set()
231 static int tz1090_gpio_request(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_request()
246 static void tz1090_gpio_free(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_free()
255 static int tz1090_gpio_to_irq(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_to_irq()
274 unsigned int offset, unsigned int polarity) in tz1090_gpio_irq_polarity()
280 unsigned int offset, unsigned int type) in tz1090_gpio_irq_type()
287 unsigned int offset) in tz1090_gpio_irq_next_edge()