• Home
  • Raw
  • Download

Lines Matching defs:led

77 	struct led_state		led[2];  member
112 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off()
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()
291 static void bd2802_turn_on(struct bd2802_led *led, enum led_ids id, in bd2802_turn_on()
306 static void bd2802_turn_off(struct bd2802_led *led, enum led_ids id, in bd2802_turn_off()
392 static void bd2802_enable_adv_conf(struct bd2802_led *led) in bd2802_enable_adv_conf()
419 static void bd2802_disable_adv_conf(struct bd2802_led *led) in bd2802_disable_adv_conf()
436 struct bd2802_led *led = i2c_get_clientdata(to_i2c_client(dev)); in bd2802_show_adv_conf() local
452 struct bd2802_led *led = i2c_get_clientdata(to_i2c_client(dev)); in bd2802_store_adv_conf() local
523 struct bd2802_led *led = container_of(work, struct bd2802_led, work); in bd2802_led_work() local
566 static int bd2802_register_led_classdev(struct bd2802_led *led) in bd2802_register_led_classdev()
662 static void bd2802_unregister_led_classdev(struct bd2802_led *led) in bd2802_unregister_led_classdev()
676 struct bd2802_led *led; in bd2802_probe() local
735 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_remove() local
749 static void bd2802_restore_state(struct bd2802_led *led) in bd2802_restore_state()
766 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_suspend() local
776 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_resume() local