Searched refs:bd2802_led (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/leds/ |
D | leds-bd2802.c | 71 struct bd2802_led { struct 112 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off() argument 128 static inline int bd2802_is_led_off(struct bd2802_led *led, enum led_ids id) in bd2802_is_led_off() 136 static inline int bd2802_is_all_off(struct bd2802_led *led) in bd2802_is_all_off() 175 static void bd2802_update_state(struct bd2802_led *led, enum led_ids id, in bd2802_update_state() 220 static void bd2802_configure(struct bd2802_led *led) in bd2802_configure() 232 static void bd2802_reset_cancel(struct bd2802_led *led) in bd2802_reset_cancel() 239 static void bd2802_enable(struct bd2802_led *led, enum led_ids id) in bd2802_enable() 253 static void bd2802_set_on(struct bd2802_led *led, enum led_ids id, in bd2802_set_on() 272 static void bd2802_set_blink(struct bd2802_led *led, enum led_ids id, in bd2802_set_blink() [all …]
|