Searched refs:pca955x (Results 1 – 18 of 18) sorted by relevance
107 struct pca955x { struct119 struct pca955x *pca955x; member154 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_psc() local155 u8 cmd = pca95xx_num_input_regs(pca955x->chipdef->bits) + (2 * n); in pca955x_write_psc()174 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_pwm() local175 u8 cmd = pca95xx_num_input_regs(pca955x->chipdef->bits) + 1 + (2 * n); in pca955x_write_pwm()191 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_ls() local192 u8 cmd = pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n; in pca955x_write_ls()208 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_read_ls() local209 u8 cmd = pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n; in pca955x_read_ls()[all …]
76 obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o
7 #include <dt-bindings/leds/leds-pca955x.h>
8 #include <dt-bindings/leds/leds-pca955x.h>
5 #include <dt-bindings/leds/leds-pca955x.h>