Home
last modified time | relevance | path

Searched refs:pca955x (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/leds/
Dleds-pca955x.c104 struct pca955x { struct
112 struct pca955x *pca955x; member
148 struct pca955x *pca955x = i2c_get_clientdata(client); in pca955x_write_psc() local
151 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() local
167 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() local
180 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() local
193 pca95xx_num_input_regs(pca955x->chipdef->bits) + 4 + n); in pca955x_read_ls()
[all …]
DMakefile39 obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o