Symbol: max732x_chip
drivers/gpio/gpio-max732x.c
154
static int max732x_writeb(struct max732x_chip *chip, int group_a, uint8_t val)
drivers/gpio/gpio-max732x.c
169
static int max732x_readb(struct max732x_chip *chip, int group_a, uint8_t *val)
drivers/gpio/gpio-max732x.c
185
static inline int is_group_a(struct max732x_chip *chip, unsigned off)
drivers/gpio/gpio-max732x.c
192
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
206
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
255
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
277
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
291
static int max732x_writew(struct max732x_chip *chip, uint16_t val)
drivers/gpio/gpio-max732x.c
306
static int max732x_readw(struct max732x_chip *chip, uint16_t *val)
drivers/gpio/gpio-max732x.c
320
static void max732x_irq_update_mask(struct max732x_chip *chip)
drivers/gpio/gpio-max732x.c
352
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
361
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
370
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
379
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
398
struct max732x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-max732x.c
429
struct max732x_chip *chip = irq_data_get_irq_chip_data(data);
drivers/gpio/gpio-max732x.c
447
static uint8_t max732x_irq_pending(struct max732x_chip *chip)
drivers/gpio/gpio-max732x.c
480
struct max732x_chip *chip = devid;
drivers/gpio/gpio-max732x.c
500
static int max732x_irq_setup(struct max732x_chip *chip,
drivers/gpio/gpio-max732x.c
540
static int max732x_irq_setup(struct max732x_chip *chip,
drivers/gpio/gpio-max732x.c
553
static int max732x_setup_gpio(struct max732x_chip *chip,
drivers/gpio/gpio-max732x.c
621
struct max732x_chip *chip;