Searched refs:pca953x_chip (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-pca953x.c | 220 struct pca953x_chip { struct 243 u8 (*recalc_addr)(struct pca953x_chip *chip, int reg, int off); argument 244 bool (*check_reg)(struct pca953x_chip *chip, unsigned int reg, argument 248 static int pca953x_bank_shift(struct pca953x_chip *chip) in pca953x_bank_shift() 258 static inline u8 pca953x_get_bit_mask(struct pca953x_chip *chip, unsigned int offset) in pca953x_get_bit_mask() 314 static bool pca953x_check_register(struct pca953x_chip *chip, unsigned int reg, in pca953x_check_register() 346 static bool pcal6534_check_register(struct pca953x_chip *chip, unsigned int reg, in pcal6534_check_register() 386 static bool tca6418_check_register(struct pca953x_chip *chip, unsigned int reg, in tca6418_check_register() 406 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_readable_register() 435 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_writeable_register() [all …]
|