Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/leds/
Dleds-pca955x.c119 struct pca955x_led *leds;
128 struct pca955x_led { struct
138 struct pca955x_led *leds; argument
250 struct pca955x_led *pca955x_led = container_of(led_cdev, in pca955x_led_get() local
251 struct pca955x_led, in pca955x_led_get()
253 struct pca955x *pca955x = pca955x_led->pca955x; in pca955x_led_get()
257 ret = pca955x_read_ls(pca955x->client, pca955x_led->led_num / 4, &ls); in pca955x_led_get()
261 ls = (ls >> ((pca955x_led->led_num % 4) << 1)) & 0x3; in pca955x_led_get()
286 struct pca955x_led *pca955x_led; in pca955x_led_set() local
293 pca955x_led = container_of(led_cdev, struct pca955x_led, led_cdev); in pca955x_led_set()
[all …]