Home
last modified time | relevance | path

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

/linux/drivers/leds/
H A Dleds-pca955x.c115 struct pca955x { struct
117 struct pca955x_led *leds; argument
118 const struct pca955x_chipdef *chipdef; argument
129 struct pca955x *pca955x; member
176 static int pca955x_write_psc(struct pca955x *pca955x, int n, u8 val) in pca955x_write_psc()
195 static int pca955x_write_pwm(struct pca955x *pca955x, int n, u8 val) in pca955x_write_pwm()
211 static int pca955x_write_ls(struct pca955x *pca955x, int n, u8 val) in pca955x_write_ls()
227 static int pca955x_read_ls(struct pca955x *pca955x, int n, u8 *val) in pca955x_read_ls()
241 static int pca955x_read_pwm(struct pca955x *pca955x, int n, u8 *val) in pca955x_read_pwm()
255 static int pca955x_read_psc(struct pca955x *pca955x, int n, u8 *val) in pca955x_read_psc()
[all …]