Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpio/
Dgpio-pca953x.c223 struct pca953x_chip { struct
247 static int pca953x_bank_shift(struct pca953x_chip *chip) in pca953x_bank_shift() argument
297 static bool pca953x_check_register(struct pca953x_chip *chip, unsigned int reg, in pca953x_check_register()
324 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_readable_register()
347 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_writeable_register()
367 struct pca953x_chip *chip = dev_get_drvdata(dev); in pca953x_volatile_register()
410 static u8 pca953x_recalc_addr(struct pca953x_chip *chip, int reg, int off) in pca953x_recalc_addr()
420 static int pca953x_write_regs(struct pca953x_chip *chip, int reg, unsigned long *val) in pca953x_write_regs()
438 static int pca953x_read_regs(struct pca953x_chip *chip, int reg, unsigned long *val) in pca953x_read_regs()
458 struct pca953x_chip *chip = gpiochip_get_data(gc); in pca953x_gpio_direction_input()
[all …]