Searched refs:max732x_chip (Results 1 – 1 of 1) sorted by relevance
136 struct max732x_chip { struct161 static inline struct max732x_chip *to_max732x(struct gpio_chip *gc) in to_max732x() argument163 return container_of(gc, struct max732x_chip, gpio_chip); in to_max732x()166 static int max732x_writeb(struct max732x_chip *chip, int group_a, uint8_t val) in max732x_writeb()181 static int max732x_readb(struct max732x_chip *chip, int group_a, uint8_t *val) in max732x_readb()197 static inline int is_group_a(struct max732x_chip *chip, unsigned off) in is_group_a()204 struct max732x_chip *chip = to_max732x(gc); in max732x_gpio_get_value()218 struct max732x_chip *chip = to_max732x(gc); in max732x_gpio_set_mask()262 struct max732x_chip *chip = to_max732x(gc); in max732x_gpio_direction_input()284 struct max732x_chip *chip = to_max732x(gc); in max732x_gpio_direction_output()[all …]