Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-pca955x.c125 struct pca955x { struct
127 struct pca955x_led *leds; argument
128 struct pca955x_chipdef *chipdef; argument
139 struct pca955x *pca955x; argument
186 static int pca955x_write_psc(struct pca955x *pca955x, int n, u8 val) in pca955x_write_psc()
205 static int pca955x_write_pwm(struct pca955x *pca955x, int n, u8 val) in pca955x_write_pwm()
221 static int pca955x_write_ls(struct pca955x *pca955x, int n, u8 val) in pca955x_write_ls()
237 static int pca955x_read_ls(struct pca955x *pca955x, int n, u8 *val) in pca955x_read_ls()
251 static int pca955x_read_pwm(struct pca955x *pca955x, int n, u8 *val) in pca955x_read_pwm()
265 static int pca955x_read_psc(struct pca955x *pca955x, int n, u8 *val) in pca955x_read_psc()
[all …]