Searched refs:pca953x_chip (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/gpio/ |
| D | gpio-pca953x.c | 91 struct pca953x_chip { struct 112 static inline struct pca953x_chip *to_pca(struct gpio_chip *gc) in to_pca() argument 114 return container_of(gc, struct pca953x_chip, gpio_chip); in to_pca() 117 static int pca953x_read_single(struct pca953x_chip *chip, int reg, u32 *val, in pca953x_read_single() 136 static int pca953x_write_single(struct pca953x_chip *chip, int reg, u32 val, in pca953x_write_single() 154 static int pca953x_write_regs(struct pca953x_chip *chip, int reg, u8 *val) in pca953x_write_regs() 191 static int pca953x_read_regs(struct pca953x_chip *chip, int reg, u8 *val) in pca953x_read_regs() 219 struct pca953x_chip *chip = to_pca(gc); in pca953x_gpio_direction_input() 248 struct pca953x_chip *chip = to_pca(gc); in pca953x_gpio_direction_output() 298 struct pca953x_chip *chip = to_pca(gc); in pca953x_gpio_get_value() [all …]
|