Searched refs:pca955x_led (Results 1 – 1 of 1) sorted by relevance
117 struct pca955x_led *leds;128 struct pca955x_led { struct137 #define led_to_pca955x(l) container_of(l, struct pca955x_led, led_cdev) argument140 struct pca955x_led *leds;272 struct pca955x_led *pca955x_led = led_to_pca955x(led_cdev); in pca955x_led_get() local273 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() local304 struct pca955x *pca955x = pca955x_led->pca955x; in pca955x_led_set()[all …]