Searched refs:pca953x_chip (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-pca953x.c | 198 struct pca953x_chip { struct 219 u8 (*recalc_addr)(struct pca953x_chip *chip, int reg, int off); argument 220 bool (*check_reg)(struct pca953x_chip *chip, unsigned int reg, argument 224 static int pca953x_bank_shift(struct pca953x_chip *chip) in pca953x_bank_shift() 274 static bool pca953x_check_register(struct pca953x_chip *chip, unsigned int reg, in pca953x_check_register() 306 static bool pcal6534_check_register(struct pca953x_chip *chip, unsigned int reg, in pcal6534_check_register() 347 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_readable_register() 370 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_writeable_register() 390 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_volatile_register() 436 static u8 pca953x_recalc_addr(struct pca953x_chip *chip, int reg, int off) in pca953x_recalc_addr() [all …]
|