Symbol: pca953x_chip
drivers/gpio/gpio-pca953x.c
1019
struct pca953x_chip *chip = devid;
drivers/gpio/gpio-pca953x.c
1048
static int pca953x_irq_setup(struct pca953x_chip *chip, int irq_base)
drivers/gpio/gpio-pca953x.c
1107
static int pca953x_irq_setup(struct pca953x_chip *chip, int irq_base)
drivers/gpio/gpio-pca953x.c
1119
static int device_pca95xx_init(struct pca953x_chip *chip)
drivers/gpio/gpio-pca953x.c
1143
static int device_pca957x_init(struct pca953x_chip *chip)
drivers/gpio/gpio-pca953x.c
1165
static int pca953x_get_and_enable_regulator(struct pca953x_chip *chip)
drivers/gpio/gpio-pca953x.c
1191
struct pca953x_chip *chip;
drivers/gpio/gpio-pca953x.c
1315
static int pca953x_regcache_sync(struct pca953x_chip *chip)
drivers/gpio/gpio-pca953x.c
1364
static int pca953x_restore_context(struct pca953x_chip *chip)
drivers/gpio/gpio-pca953x.c
1381
static void pca953x_save_context(struct pca953x_chip *chip)
drivers/gpio/gpio-pca953x.c
1393
struct pca953x_chip *chip = dev_get_drvdata(dev);
drivers/gpio/gpio-pca953x.c
1407
struct pca953x_chip *chip = dev_get_drvdata(dev);
drivers/gpio/gpio-pca953x.c
246
u8 (*recalc_addr)(struct pca953x_chip *chip, int reg, int off);
drivers/gpio/gpio-pca953x.c
247
bool (*check_reg)(struct pca953x_chip *chip, unsigned int reg,
drivers/gpio/gpio-pca953x.c
251
static int pca953x_bank_shift(struct pca953x_chip *chip)
drivers/gpio/gpio-pca953x.c
261
static inline u8 pca953x_get_bit_mask(struct pca953x_chip *chip, unsigned int offset)
drivers/gpio/gpio-pca953x.c
317
static bool pca953x_check_register(struct pca953x_chip *chip, unsigned int reg,
drivers/gpio/gpio-pca953x.c
349
static bool pcal6534_check_register(struct pca953x_chip *chip, unsigned int reg,
drivers/gpio/gpio-pca953x.c
389
static bool tca6418_check_register(struct pca953x_chip *chip, unsigned int reg,
drivers/gpio/gpio-pca953x.c
409
struct pca953x_chip *chip = dev_get_drvdata(dev);
drivers/gpio/gpio-pca953x.c
438
struct pca953x_chip *chip = dev_get_drvdata(dev);
drivers/gpio/gpio-pca953x.c
464
struct pca953x_chip *chip = dev_get_drvdata(dev);
drivers/gpio/gpio-pca953x.c
517
static u8 pca953x_recalc_addr(struct pca953x_chip *chip, int reg, int off)
drivers/gpio/gpio-pca953x.c
531
static u8 pcal6534_recalc_addr(struct pca953x_chip *chip, int reg, int off)
drivers/gpio/gpio-pca953x.c
562
static u8 tca6418_recalc_addr(struct pca953x_chip *chip, int reg_base, int offset)
drivers/gpio/gpio-pca953x.c
572
static int pca953x_write_regs(struct pca953x_chip *chip, int reg, unsigned long *val)
drivers/gpio/gpio-pca953x.c
590
static int pca953x_read_regs(struct pca953x_chip *chip, int reg, unsigned long *val)
drivers/gpio/gpio-pca953x.c
610
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
625
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
650
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
667
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
678
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
705
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
721
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
736
static int pca953x_gpio_set_pull_up_down(struct pca953x_chip *chip,
drivers/gpio/gpio-pca953x.c
775
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
788
static void pca953x_setup_gpio(struct pca953x_chip *chip, int gpios)
drivers/gpio/gpio-pca953x.c
813
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
823
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
833
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
846
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
854
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
893
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
913
struct pca953x_chip *chip = gpiochip_get_data(gc);
drivers/gpio/gpio-pca953x.c
944
static bool pca953x_irq_pending(struct pca953x_chip *chip, unsigned long *pending)