Searched refs:bd2802_led (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/leds/ |
D | leds-bd2802.c | 67 struct bd2802_led { struct 108 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off() argument 124 static inline int bd2802_is_led_off(struct bd2802_led *led, enum led_ids id) in bd2802_is_led_off() 132 static inline int bd2802_is_all_off(struct bd2802_led *led) in bd2802_is_all_off() 171 static void bd2802_update_state(struct bd2802_led *led, enum led_ids id, in bd2802_update_state() 216 static void bd2802_configure(struct bd2802_led *led) in bd2802_configure() 228 static void bd2802_reset_cancel(struct bd2802_led *led) in bd2802_reset_cancel() 235 static void bd2802_enable(struct bd2802_led *led, enum led_ids id) in bd2802_enable() 249 static void bd2802_set_on(struct bd2802_led *led, enum led_ids id, in bd2802_set_on() 268 static void bd2802_set_blink(struct bd2802_led *led, enum led_ids id, in bd2802_set_blink() [all …]
|