Lines Matching defs:gpio
42 static int gpio_regmap_simple_xlate(struct gpio_regmap *gpio, in gpio_regmap_simple_xlate()
57 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_get() local
81 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_set() local
95 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_set_with_clear() local
110 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_get_direction() local
141 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_set_direction() local
181 void gpio_regmap_set_drvdata(struct gpio_regmap *gpio, void *data) in gpio_regmap_set_drvdata()
187 void *gpio_regmap_get_drvdata(struct gpio_regmap *gpio) in gpio_regmap_get_drvdata()
201 struct gpio_regmap *gpio; in gpio_regmap_register() local
302 void gpio_regmap_unregister(struct gpio_regmap *gpio) in gpio_regmap_unregister()
328 struct gpio_regmap **ptr, *gpio; in devm_gpio_regmap_register() local