Searched refs:pca953x_chip (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-pca953x.c | 222 struct pca953x_chip { struct 245 u8 (*recalc_addr)(struct pca953x_chip *chip, int reg, int off); argument 246 bool (*check_reg)(struct pca953x_chip *chip, unsigned int reg, argument 250 static int pca953x_bank_shift(struct pca953x_chip *chip) in pca953x_bank_shift() 260 static inline u8 pca953x_get_bit_mask(struct pca953x_chip *chip, unsigned int offset) in pca953x_get_bit_mask() 316 static bool pca953x_check_register(struct pca953x_chip *chip, unsigned int reg, in pca953x_check_register() 348 static bool pcal6534_check_register(struct pca953x_chip *chip, unsigned int reg, in pcal6534_check_register() 388 static bool tca6418_check_register(struct pca953x_chip *chip, unsigned int reg, in tca6418_check_register() 408 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_readable_register() 437 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_writeable_register() [all …]
|