Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/test-drivers/
H A Dvim2m.c218 struct delayed_work work_run; member
616 schedule_delayed_work(&ctx->work_run, msecs_to_jiffies(ctx->transtime)); in device_run()
625 curr_ctx = container_of(w, struct vim2m_ctx, work_run.work); in device_work()
1084 cancel_delayed_work_sync(&ctx->work_run); in vim2m_stop_streaming()
1222 INIT_DELAYED_WORK(&ctx->work_run, device_work); in vim2m_open()
/kernel/linux/linux-6.6/drivers/media/test-drivers/
H A Dvim2m.c213 struct delayed_work work_run; member
611 schedule_delayed_work(&ctx->work_run, msecs_to_jiffies(ctx->transtime)); in device_run()
620 curr_ctx = container_of(w, struct vim2m_ctx, work_run.work); in device_work()
1074 cancel_delayed_work_sync(&ctx->work_run); in vim2m_stop_streaming()
1212 INIT_DELAYED_WORK(&ctx->work_run, device_work); in vim2m_open()

Completed in 5 milliseconds