Searched refs:pca955x (Results 1 – 2 of 2) sorted by relevance
104 struct pca955x { struct112 struct pca955x *pca955x; member148 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_psc() local151 pca95xx_num_input_regs(pca955x->chipdef->bits) + 2*n, in pca955x_write_psc()164 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_pwm() local167 pca95xx_num_input_regs(pca955x->chipdef->bits) + 1 + 2*n, in pca955x_write_pwm()177 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_ls() local180 pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n, in pca955x_write_ls()190 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_read_ls() local193 pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n); in pca955x_read_ls()[all …]
39 obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o