Searched defs:tb10x_gpio (Results 1 - 1 of 1) sorted by relevance

/drivers/gpio/
H A Dgpio-tb10x.c55 struct tb10x_gpio { struct
63 static inline u32 tb10x_reg_read(struct tb10x_gpio *gpio, unsigned int offs)
68 static inline void tb10x_reg_write(struct tb10x_gpio *gpio, unsigned int offs,
74 static inline void tb10x_set_bits(struct tb10x_gpio *gpio, unsigned int offs,
90 static inline struct tb10x_gpio *to_tb10x_gpio(struct gpio_chip *chip)
92 return container_of(chip, struct tb10x_gpio, gc);
97 struct tb10x_gpio *tb10x_gpio = to_tb10x_gpio(chip); local
101 tb10x_set_bits(tb10x_gpio, OFFSET_TO_REG_DDR, mask, val);
108 struct tb10x_gpio *tb10x_gpi local
121 struct tb10x_gpio *tb10x_gpio = to_tb10x_gpio(chip); local
131 struct tb10x_gpio *tb10x_gpio = to_tb10x_gpio(chip); local
153 struct tb10x_gpio *tb10x_gpio = to_tb10x_gpio(chip); local
172 struct tb10x_gpio *tb10x_gpio = data; local
186 struct tb10x_gpio *tb10x_gpio; local
293 struct tb10x_gpio *tb10x_gpio = platform_get_drvdata(pdev); local
[all...]

Completed in 65 milliseconds