Searched refs:gpio_regmap (Results 1 – 5 of 5) sorted by relevance
8 struct gpio_regmap;81 int (*reg_mask_xlate)(struct gpio_regmap *gpio, unsigned int base,88 struct gpio_regmap *gpio_regmap_register(const struct gpio_regmap_config *config);89 void gpio_regmap_unregister(struct gpio_regmap *gpio);90 struct gpio_regmap *devm_gpio_regmap_register(struct device *dev,92 void *gpio_regmap_get_drvdata(struct gpio_regmap *gpio);
14 struct gpio_regmap { struct42 static int gpio_regmap_simple_xlate(struct gpio_regmap *gpio, in gpio_regmap_simple_xlate() argument57 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()146 struct gpio_regmap *gpio = gpiochip_get_data(chip); in gpio_regmap_set_direction()186 void *gpio_regmap_get_drvdata(struct gpio_regmap *gpio) in gpio_regmap_get_drvdata()200 struct gpio_regmap *gpio; in gpio_regmap_register()295 void gpio_regmap_unregister(struct gpio_regmap *gpio) in gpio_regmap_unregister()[all …]
70 static int i8255_reg_mask_xlate(struct gpio_regmap *gpio, unsigned int base, in i8255_reg_mask_xlate()
39 static int idi_48_reg_mask_xlate(struct gpio_regmap *gpio, unsigned int base, in idi_48_reg_mask_xlate()
22 static int bcm63xx_reg_mask_xlate(struct gpio_regmap *gpio, in bcm63xx_reg_mask_xlate()
Completed in 8 milliseconds