Lines Matching defs:offset
107 unsigned int offset) in _tz1090_gpio_clear_bit()
118 unsigned int offset) in tz1090_gpio_clear_bit()
130 unsigned int offset) in _tz1090_gpio_set_bit()
141 unsigned int offset) in tz1090_gpio_set_bit()
153 unsigned int offset, in _tz1090_gpio_mod_bit()
167 unsigned int offset, in tz1090_gpio_mod_bit()
179 unsigned int offset) in tz1090_gpio_read_bit()
187 unsigned int offset) in tz1090_gpio_direction_input()
196 unsigned int offset, int output_value) in tz1090_gpio_direction_output()
212 static int tz1090_gpio_get(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_get()
222 static void tz1090_gpio_set(struct gpio_chip *chip, unsigned int offset, in tz1090_gpio_set()
230 static int tz1090_gpio_request(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_request()
245 static void tz1090_gpio_free(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_free()
254 static int tz1090_gpio_to_irq(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_to_irq()
273 unsigned int offset, unsigned int polarity) in tz1090_gpio_irq_polarity()
279 unsigned int offset, unsigned int type) in tz1090_gpio_irq_type()
286 unsigned int offset) in tz1090_gpio_irq_next_edge()