Searched refs:pca955x (Results 1 – 14 of 14) sorted by relevance
117 struct pca955x { struct129 struct pca955x *pca955x; member170 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_psc() local171 u8 cmd = pca95xx_num_input_regs(pca955x->chipdef->bits) + (2 * n); in pca955x_write_psc()190 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_pwm() local191 u8 cmd = pca95xx_num_input_regs(pca955x->chipdef->bits) + 1 + (2 * n); in pca955x_write_pwm()207 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_ls() local208 u8 cmd = pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n; in pca955x_write_ls()224 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_read_ls() local225 u8 cmd = pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n; in pca955x_read_ls()[all …]
71 obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o
1 * NXP - pca955x LED driver33 see dt-bindings/leds/leds-pca955x.h (default to LED)
8 #include <dt-bindings/leds/leds-pca955x.h>
5 #include <dt-bindings/leds/leds-pca955x.h>