Lines Matching refs:work
30 struct work_struct work; member
186 schedule_work(&led->work); in k90_brightness_set()
189 static void k90_backlight_work(struct work_struct *work) in k90_backlight_work() argument
192 struct k90_led *led = container_of(work, struct k90_led, work); in k90_backlight_work()
214 static void k90_record_led_work(struct work_struct *work) in k90_record_led_work() argument
217 struct k90_led *led = container_of(work, struct k90_led, work); in k90_record_led_work()
418 INIT_WORK(&drvdata->backlight->work, k90_backlight_work); in k90_init_backlight()
463 INIT_WORK(&k90->record_led.work, k90_record_led_work); in k90_init_macro_functions()
479 cancel_work_sync(&k90->record_led.work); in k90_init_macro_functions()
496 cancel_work_sync(&drvdata->backlight->work); in k90_cleanup_backlight()
512 cancel_work_sync(&k90->record_led.work); in k90_cleanup_macro_functions()