Lines Matching defs:led

73 	struct led_state		led[2];  member
108 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off()
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()
287 static void bd2802_turn_on(struct bd2802_led *led, enum led_ids id, in bd2802_turn_on()
302 static void bd2802_turn_off(struct bd2802_led *led, enum led_ids id, in bd2802_turn_off()
388 static void bd2802_enable_adv_conf(struct bd2802_led *led) in bd2802_enable_adv_conf()
415 static void bd2802_disable_adv_conf(struct bd2802_led *led) in bd2802_disable_adv_conf()
432 struct bd2802_led *led = i2c_get_clientdata(to_i2c_client(dev)); in bd2802_show_adv_conf() local
448 struct bd2802_led *led = i2c_get_clientdata(to_i2c_client(dev)); in bd2802_store_adv_conf() local
555 static int bd2802_register_led_classdev(struct bd2802_led *led) in bd2802_register_led_classdev()
649 static void bd2802_unregister_led_classdev(struct bd2802_led *led) in bd2802_unregister_led_classdev()
662 struct bd2802_led *led; in bd2802_probe() local
727 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_remove() local
741 static void bd2802_restore_state(struct bd2802_led *led) in bd2802_restore_state()
758 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_suspend() local
768 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_resume() local