Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/
Dvim2m.c218 struct delayed_work work_run; member
617 schedule_delayed_work(&ctx->work_run, msecs_to_jiffies(ctx->transtime)); in device_run()
627 curr_ctx = container_of(w, struct vim2m_ctx, work_run.work); in device_work()
1086 cancel_delayed_work_sync(&ctx->work_run); in vim2m_stop_streaming()
1227 INIT_DELAYED_WORK(&ctx->work_run, device_work); in vim2m_open()