• Home
  • Raw
  • Download

Lines Matching defs:led

72 	struct led_state		led[2];  member
107 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off()
123 static inline int bd2802_is_led_off(struct bd2802_led *led, enum led_ids id) in bd2802_is_led_off()
131 static inline int bd2802_is_all_off(struct bd2802_led *led) in bd2802_is_all_off()
170 static void bd2802_update_state(struct bd2802_led *led, enum led_ids id, in bd2802_update_state()
215 static void bd2802_configure(struct bd2802_led *led) in bd2802_configure()
227 static void bd2802_reset_cancel(struct bd2802_led *led) in bd2802_reset_cancel()
234 static void bd2802_enable(struct bd2802_led *led, enum led_ids id) in bd2802_enable()
248 static void bd2802_set_on(struct bd2802_led *led, enum led_ids id, in bd2802_set_on()
267 static void bd2802_set_blink(struct bd2802_led *led, enum led_ids id, in bd2802_set_blink()
286 static void bd2802_turn_on(struct bd2802_led *led, enum led_ids id, in bd2802_turn_on()
301 static void bd2802_turn_off(struct bd2802_led *led, enum led_ids id, in bd2802_turn_off()
387 static void bd2802_enable_adv_conf(struct bd2802_led *led) in bd2802_enable_adv_conf()
414 static void bd2802_disable_adv_conf(struct bd2802_led *led) in bd2802_disable_adv_conf()
431 struct bd2802_led *led = i2c_get_clientdata(to_i2c_client(dev)); in bd2802_show_adv_conf() local
447 struct bd2802_led *led = i2c_get_clientdata(to_i2c_client(dev)); in bd2802_store_adv_conf() local
554 static int bd2802_register_led_classdev(struct bd2802_led *led) in bd2802_register_led_classdev()
648 static void bd2802_unregister_led_classdev(struct bd2802_led *led) in bd2802_unregister_led_classdev()
661 struct bd2802_led *led; in bd2802_probe() local
720 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_remove() local
734 static void bd2802_restore_state(struct bd2802_led *led) in bd2802_restore_state()
751 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_suspend() local
761 struct bd2802_led *led = i2c_get_clientdata(client); in bd2802_resume() local