Searched refs:pca953x_chip (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-pca953x.c | 223 struct pca953x_chip { struct 246 u8 (*recalc_addr)(struct pca953x_chip *chip, int reg, int off); argument 247 bool (*check_reg)(struct pca953x_chip *chip, unsigned int reg, argument 251 static int pca953x_bank_shift(struct pca953x_chip *chip) in pca953x_bank_shift() 261 static inline u8 pca953x_get_bit_mask(struct pca953x_chip *chip, unsigned int offset) in pca953x_get_bit_mask() 317 static bool pca953x_check_register(struct pca953x_chip *chip, unsigned int reg, in pca953x_check_register() 349 static bool pcal6534_check_register(struct pca953x_chip *chip, unsigned int reg, in pcal6534_check_register() 389 static bool tca6418_check_register(struct pca953x_chip *chip, unsigned int reg, in tca6418_check_register() 409 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_readable_register() 438 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_writeable_register() [all …]
|