Lines Matching refs:invert
125 int invert; member
132 .invert = PCA953X_INVERT,
139 .invert = PCA957X_INVRT,
843 static int device_pca95xx_init(struct pca953x_chip *chip, u32 invert) in device_pca95xx_init() argument
859 if (invert) in device_pca95xx_init()
864 ret = pca953x_write_regs(chip, chip->regs->invert, val); in device_pca95xx_init()
869 static int device_pca957x_init(struct pca953x_chip *chip, u32 invert) in device_pca957x_init() argument
874 ret = device_pca95xx_init(chip, invert); in device_pca957x_init()
898 u32 invert = 0; in pca953x_probe() local
910 invert = pdata->invert; in pca953x_probe()
998 ret = device_pca95xx_init(chip, invert); in pca953x_probe()
1001 ret = device_pca957x_init(chip, invert); in pca953x_probe()