Searched refs:work_flash (Results 1 – 2 of 2) sorted by relevance
76 struct work_struct work_flash; member272 container_of(work, struct lm3642_chip_data, work_flash); in lm3642_deferred_strobe_brightness_set()286 schedule_work(&chip->work_flash); in lm3642_strobe_brightness_set()362 INIT_WORK(&chip->work_flash, lm3642_deferred_strobe_brightness_set); in lm3642_probe()436 flush_work(&chip->work_flash); in lm3642_remove()
62 struct work_struct work_flash; member343 container_of(work, struct lm355x_chip_data, work_flash); in lm355x_deferred_strobe_brightness_set()357 schedule_work(&chip->work_flash); in lm355x_strobe_brightness_set()476 INIT_WORK(&chip->work_flash, lm355x_deferred_strobe_brightness_set); in lm355x_probe()544 flush_work(&chip->work_flash); in lm355x_remove()