Searched refs:pca955x (Results 1 – 7 of 7) sorted by relevance
109 struct pca955x { struct120 struct pca955x *pca955x; argument161 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_psc() local165 pca95xx_num_input_regs(pca955x->chipdef->bits) + 2*n, in pca955x_write_psc()182 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_pwm() local186 pca95xx_num_input_regs(pca955x->chipdef->bits) + 1 + 2*n, in pca955x_write_pwm()200 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_ls() local204 pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n, in pca955x_write_ls()218 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_read_ls() local222 pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n); in pca955x_read_ls()[all …]
50 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>