Searched refs:pca955x (Results 1 – 4 of 4) sorted by relevance
122 struct pca955x { struct133 struct pca955x *pca955x; argument174 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_psc() local178 pca95xx_num_input_regs(pca955x->chipdef->bits) + 2*n, in pca955x_write_psc()195 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_pwm() local199 pca95xx_num_input_regs(pca955x->chipdef->bits) + 1 + 2*n, in pca955x_write_pwm()213 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_ls() local217 pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n, in pca955x_write_ls()231 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_read_ls() local235 pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n); in pca955x_read_ls()[all …]
48 obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o
1 * NXP - pca955x LED driver32 see dt-bindings/leds/leds-pca955x.h (default to LED)
5 #include <dt-bindings/leds/leds-pca955x.h>