Searched refs:pca955x_led (Results 1 – 1 of 1) sorted by relevance
127 struct pca955x_led *leds;138 struct pca955x_led { struct147 #define led_to_pca955x(l) container_of(l, struct pca955x_led, led_cdev) argument150 struct pca955x_led *leds;281 struct pca955x_led *pca955x_led = led_to_pca955x(led_cdev); in pca955x_led_get() local282 struct pca955x *pca955x = pca955x_led->pca955x; in pca955x_led_get()286 ret = pca955x_read_ls(pca955x, pca955x_led->led_num / 4, &ls); in pca955x_led_get()290 switch (pca955x_ledstate(ls, pca955x_led->led_num % 4)) { in pca955x_led_get()312 struct pca955x_led *pca955x_led = led_to_pca955x(led_cdev); in pca955x_led_set() local313 struct pca955x *pca955x = pca955x_led->pca955x; in pca955x_led_set()[all …]