Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/leds/
Dleds-pca955x.c119 struct pca955x_led *leds;
128 struct pca955x_led { struct
138 struct pca955x_led *leds; argument
256 struct pca955x_led *pca955x_led = container_of(led_cdev, in pca955x_led_get() local
257 struct pca955x_led, in pca955x_led_get()
259 struct pca955x *pca955x = pca955x_led->pca955x; in pca955x_led_get()
263 ret = pca955x_read_ls(pca955x->client, pca955x_led->led_num / 4, &ls); in pca955x_led_get()
267 ls = (ls >> ((pca955x_led->led_num % 4) << 1)) & 0x3; in pca955x_led_get()
292 struct pca955x_led *pca955x_led; in pca955x_led_set() local
299 pca955x_led = container_of(led_cdev, struct pca955x_led, led_cdev); in pca955x_led_set()
[all …]