Searched refs:max732x_chip (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-max732x.c | 133 struct max732x_chip { struct 158 static int max732x_writeb(struct max732x_chip *chip, int group_a, uint8_t val) in max732x_writeb() 173 static int max732x_readb(struct max732x_chip *chip, int group_a, uint8_t *val) in max732x_readb() 189 static inline int is_group_a(struct max732x_chip *chip, unsigned off) in is_group_a() 196 struct max732x_chip *chip = gpiochip_get_data(gc); in max732x_gpio_get_value() 210 struct max732x_chip *chip = gpiochip_get_data(gc); in max732x_gpio_set_mask() 254 struct max732x_chip *chip = gpiochip_get_data(gc); in max732x_gpio_direction_input() 276 struct max732x_chip *chip = gpiochip_get_data(gc); in max732x_gpio_direction_output() 290 static int max732x_writew(struct max732x_chip *chip, uint16_t val) in max732x_writew() 305 static int max732x_readw(struct max732x_chip *chi [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-max732x.c | 129 struct max732x_chip { struct 154 static int max732x_writeb(struct max732x_chip *chip, int group_a, uint8_t val) in max732x_writeb() 169 static int max732x_readb(struct max732x_chip *chip, int group_a, uint8_t *val) in max732x_readb() 185 static inline int is_group_a(struct max732x_chip *chip, unsigned off) in is_group_a() 192 struct max732x_chip *chip = gpiochip_get_data(gc); in max732x_gpio_get_value() 206 struct max732x_chip *chip = gpiochip_get_data(gc); in max732x_gpio_set_mask() 250 struct max732x_chip *chip = gpiochip_get_data(gc); in max732x_gpio_direction_input() 272 struct max732x_chip *chip = gpiochip_get_data(gc); in max732x_gpio_direction_output() 286 static int max732x_writew(struct max732x_chip *chip, uint16_t val) in max732x_writew() 301 static int max732x_readw(struct max732x_chip *chi [all...] |
Completed in 3 milliseconds