Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/atomisp/i2c/
Datomisp-lm3554.c75 struct timer_list flash_off_delay; member
172 struct lm3554 *flash = from_timer(flash, t, flash_off_delay); in lm3554_flash_off_delay()
191 timer_pending = del_timer_sync(&flash->flash_off_delay); in lm3554_hw_strobe()
199 mod_timer(&flash->flash_off_delay, in lm3554_hw_strobe()
883 timer_setup(&flash->flash_off_delay, lm3554_flash_off_delay, 0); in lm3554_probe()
924 del_timer_sync(&flash->flash_off_delay); in lm3554_remove()