Home
last modified time | relevance | path

Searched refs:gpio_regmap (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/gpio/
Dregmap.h7 struct gpio_regmap;
74 int (*reg_mask_xlate)(struct gpio_regmap *gpio, unsigned int base,
79 struct gpio_regmap *gpio_regmap_register(const struct gpio_regmap_config *config);
80 void gpio_regmap_unregister(struct gpio_regmap *gpio);
81 struct gpio_regmap *devm_gpio_regmap_register(struct device *dev,
83 void gpio_regmap_set_drvdata(struct gpio_regmap *gpio, void *data);
84 void *gpio_regmap_get_drvdata(struct gpio_regmap *gpio);
/Linux-v5.10/drivers/gpio/
Dgpio-regmap.c14 struct gpio_regmap { struct
27 int (*reg_mask_xlate)(struct gpio_regmap *gpio, unsigned int base, argument
42 static int gpio_regmap_simple_xlate(struct gpio_regmap *gpio, in gpio_regmap_simple_xlate() argument
57 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_get()
81 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_set()
95 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_set_with_clear()
110 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_get_direction()
141 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_set_direction()
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()
[all …]