Home
last modified time | relevance | path

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

/linux/drivers/leds/flash/
H A Dleds-tps6131x.c109 struct delayed_work torch_refresh_work; member
299 struct tps6131x *tps6131x = container_of(work, struct tps6131x, torch_refresh_work.work); in tps6131x_torch_refresh_handler()
310 schedule_delayed_work(&tps6131x->torch_refresh_work, in tps6131x_torch_refresh_handler()
322 cancel_delayed_work_sync(&tps6131x->torch_refresh_work); in tps6131x_brightness_set()
370 schedule_delayed_work(&tps6131x->torch_refresh_work, in tps6131x_brightness_set()
751 INIT_DELAYED_WORK(&tps6131x->torch_refresh_work, tps6131x_torch_refresh_handler); in tps6131x_probe()
794 cancel_delayed_work_sync(&tps6131x->torch_refresh_work); in tps6131x_remove()