Lines Matching defs:off
69 static int adp5585_gpio_bank(unsigned int off) in adp5585_gpio_bank()
74 static int adp5585_gpio_bit(unsigned int off) in adp5585_gpio_bit()
79 static int adp5589_gpio_bank(unsigned int off) in adp5589_gpio_bank()
84 static int adp5589_gpio_bit(unsigned int off) in adp5589_gpio_bit()
89 static int adp5585_gpio_get_direction(struct gpio_chip *chip, unsigned int off) in adp5585_gpio_get_direction()
100 static int adp5585_gpio_direction_input(struct gpio_chip *chip, unsigned int off) in adp5585_gpio_direction_input()
109 static int adp5585_gpio_direction_output(struct gpio_chip *chip, unsigned int off, int val) in adp5585_gpio_direction_output()
126 static int adp5585_gpio_get_value(struct gpio_chip *chip, unsigned int off) in adp5585_gpio_get_value()
153 static int adp5585_gpio_set_value(struct gpio_chip *chip, unsigned int off, in adp5585_gpio_set_value()
165 unsigned int off, unsigned int bias) in adp5585_gpio_set_bias()
186 unsigned int off, enum pin_config_param drive) in adp5585_gpio_set_drive()
197 unsigned int off, unsigned int debounce) in adp5585_gpio_set_debounce()
207 static int adp5585_gpio_set_config(struct gpio_chip *chip, unsigned int off, in adp5585_gpio_set_config()
241 static int adp5585_gpio_request(struct gpio_chip *chip, unsigned int off) in adp5585_gpio_request()
260 static void adp5585_gpio_free(struct gpio_chip *chip, unsigned int off) in adp5585_gpio_free()
277 unsigned int off; in adp5585_gpio_key_event() local