Home
last modified time | relevance | path

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

/linux/drivers/leds/
H A Dleds-pca955x.c117 struct pca955x_led *leds;
128 struct pca955x_led { struct
137 #define led_to_pca955x(l) container_of(l, struct pca955x_led, led_cdev) argument
140 struct pca955x_led *leds;
272 struct pca955x_led *pca955x_led = led_to_pca955x(led_cdev); in pca955x_led_get() local
273 struct pca955x *pca955x = pca955x_led->pca955x; in pca955x_led_get()
277 ret = pca955x_read_ls(pca955x, pca955x_led->led_num / 4, &ls); in pca955x_led_get()
281 switch (pca955x_ledstate(ls, pca955x_led->led_num % 4)) { in pca955x_led_get()
303 struct pca955x_led *pca955x_led = led_to_pca955x(led_cdev); in pca955x_led_set() local
304 struct pca955x *pca955x = pca955x_led->pca955x; in pca955x_led_set()
[all …]