Searched refs:pca955x_led (Results 1 – 1 of 1) sorted by relevance
119 struct pca955x_led *leds;128 struct pca955x_led { struct138 struct pca955x_led *leds; argument250 struct pca955x_led *pca955x_led = container_of(led_cdev, in pca955x_led_get() local251 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() local293 pca955x_led = container_of(led_cdev, struct pca955x_led, led_cdev); in pca955x_led_set()[all …]