Home
last modified time | relevance | path

Searched refs:pca953x_chip (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/gpio/
Dgpio-pca953x.c196 struct pca953x_chip { struct
218 u8 (*recalc_addr)(struct pca953x_chip *chip, int reg, int off); argument
219 bool (*check_reg)(struct pca953x_chip *chip, unsigned int reg, argument
223 static int pca953x_bank_shift(struct pca953x_chip *chip) in pca953x_bank_shift()
273 static bool pca953x_check_register(struct pca953x_chip *chip, unsigned int reg, in pca953x_check_register()
305 static bool pcal6534_check_register(struct pca953x_chip *chip, unsigned int reg, in pcal6534_check_register()
349 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_readable_register()
372 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_writeable_register()
392 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_volatile_register()
438 static u8 pca953x_recalc_addr(struct pca953x_chip *chip, int reg, int off) in pca953x_recalc_addr()
[all …]