Lines Matching defs:led
76 struct led_state led[2]; member
111 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off()
127 static inline int bd2802_is_led_off(struct bd2802_led *led, enum led_ids id) in bd2802_is_led_off()
135 static inline int bd2802_is_all_off(struct bd2802_led *led) in bd2802_is_all_off()
174 static void bd2802_update_state(struct bd2802_led *led, enum led_ids id, in bd2802_update_state()
219 static void bd2802_configure(struct bd2802_led *led) in bd2802_configure()
231 static void bd2802_reset_cancel(struct bd2802_led *led) in bd2802_reset_cancel()
238 static void bd2802_enable(struct bd2802_led *led, enum led_ids id) in bd2802_enable()
252 static void bd2802_set_on(struct bd2802_led *led, enum led_ids id, in bd2802_set_on()
271 static void bd2802_set_blink(struct bd2802_led *led, enum led_ids id, in bd2802_set_blink()
290 static void bd2802_turn_on(struct bd2802_led *led, enum led_ids id, in bd2802_turn_on()
305 static void bd2802_turn_off(struct bd2802_led *led, enum led_ids id, in bd2802_turn_off()
391 static void bd2802_enable_adv_conf(struct bd2802_led *led) in bd2802_enable_adv_conf()
418 static void bd2802_disable_adv_conf(struct bd2802_led *led) in bd2802_disable_adv_conf()
435 struct bd2802_led *led = i2c_get_clientdata(to_i2c_client(dev)); in bd2802_show_adv_conf() local
451 struct bd2802_led *led = i2c_get_clientdata(to_i2c_client(dev)); in bd2802_store_adv_conf() local
558 static int bd2802_register_led_classdev(struct bd2802_led *led) in bd2802_register_led_classdev()
652 static void bd2802_unregister_led_classdev(struct bd2802_led *led) in bd2802_unregister_led_classdev()
665 struct bd2802_led *led; in bd2802_probe() local
724 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_remove() local
738 static void bd2802_restore_state(struct bd2802_led *led) in bd2802_restore_state()
755 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_suspend() local
765 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_resume() local