Home
last modified time | relevance | path

Searched refs:rgb13h_set_output (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-rgb13h.c77 static int rgb13h_set_output(struct rgb13h_led *led, bool on) in rgb13h_set_output() function
122 rgb13h_set_output(led, false); in rgb13h_timeout_work()
131 rgb13h_set_output(led, !!led->torch_brightness); in rgb13h_brightness_set_work()
150 rgb13h_set_output(led, !!brightness); in rgb13h_led_brightness_set_sync()
168 return rgb13h_set_output(led, state); in rgb13h_led_flash_strobe_set()
343 rgb13h_set_output(led, LED_OFF); in rgb13h_set_ctrl()
345 return rgb13h_set_output(led, LED_ON); in rgb13h_set_ctrl()
369 return rgb13h_set_output(led, LED_ON); in rgb13h_set_ctrl()