Searched refs:led_sync_good (Results 1 – 2 of 2) sorted by relevance
267 struct hellcreek *hellcreek = led_to_hellcreek(ldev, led_sync_good); in hellcreek_led_sync_good_set()274 struct hellcreek *hellcreek = led_to_hellcreek(ldev, led_sync_good); in hellcreek_led_sync_good_get()321 hellcreek->led_sync_good.name = ret ? "sync_good" : label; in hellcreek_led_setup()326 hellcreek->led_sync_good.brightness = 1; in hellcreek_led_setup()329 hellcreek->led_sync_good.brightness = in hellcreek_led_setup()333 hellcreek->led_sync_good.brightness = 0; in hellcreek_led_setup()336 hellcreek->led_sync_good.max_brightness = 1; in hellcreek_led_setup()337 hellcreek->led_sync_good.brightness_set = hellcreek_led_sync_good_set; in hellcreek_led_setup()338 hellcreek->led_sync_good.brightness_get = hellcreek_led_sync_good_get; in hellcreek_led_setup()368 if (hellcreek->led_sync_good.brightness == 1) in hellcreek_led_setup()[all …]
284 struct led_classdev led_sync_good; member