Searched refs:led_sync_good (Results 1 – 2 of 2) sorted by relevance
272 struct hellcreek *hellcreek = led_to_hellcreek(ldev, led_sync_good); in hellcreek_led_sync_good_set()279 struct hellcreek *hellcreek = led_to_hellcreek(ldev, led_sync_good); in hellcreek_led_sync_good_get()326 hellcreek->led_sync_good.name = ret ? "sync_good" : label; in hellcreek_led_setup()331 hellcreek->led_sync_good.brightness = 1; in hellcreek_led_setup()334 hellcreek->led_sync_good.brightness = in hellcreek_led_setup()338 hellcreek->led_sync_good.brightness = 0; in hellcreek_led_setup()341 hellcreek->led_sync_good.max_brightness = 1; in hellcreek_led_setup()342 hellcreek->led_sync_good.brightness_set = hellcreek_led_sync_good_set; in hellcreek_led_setup()343 hellcreek->led_sync_good.brightness_get = hellcreek_led_sync_good_get; in hellcreek_led_setup()373 if (hellcreek->led_sync_good.brightness == 1) in hellcreek_led_setup()[all …]
286 struct led_classdev led_sync_good; member