Searched refs:pca955x_ledsel (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-pca955x.c | 156 static inline u8 pca955x_ledsel(u8 oldval, int led_num, int state) in pca955x_ledsel() function 263 ls = pca955x_ledsel(ls, ls_led, PCA955X_LS_LED_ON); in pca955x_led_set() 266 ls = pca955x_ledsel(ls, ls_led, PCA955X_LS_LED_OFF); in pca955x_led_set() 269 ls = pca955x_ledsel(ls, ls_led, PCA955X_LS_BLINK0); in pca955x_led_set() 282 ls = pca955x_ledsel(ls, ls_led, PCA955X_LS_BLINK1); in pca955x_led_set()
|