Searched refs:pca953x_chip (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/gpio/ |
D | gpio-pca953x.c | 198 struct pca953x_chip { struct 220 u8 (*recalc_addr)(struct pca953x_chip *chip, int reg, int off); argument 221 bool (*check_reg)(struct pca953x_chip *chip, unsigned int reg, argument 225 static int pca953x_bank_shift(struct pca953x_chip *chip) in pca953x_bank_shift() 275 static bool pca953x_check_register(struct pca953x_chip *chip, unsigned int reg, in pca953x_check_register() 307 static bool pcal6534_check_register(struct pca953x_chip *chip, unsigned int reg, in pcal6534_check_register() 348 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_readable_register() 371 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_writeable_register() 391 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_volatile_register() 437 static u8 pca953x_recalc_addr(struct pca953x_chip *chip, int reg, int off) in pca953x_recalc_addr() [all …]
|