Searched refs:task_timer (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/media/platform/nxp/imx-jpeg/ |
D | mxc-jpeg.h | 107 struct delayed_work task_timer; member
|
D | mxc-jpeg.c | 984 cancel_delayed_work(&ctx->task_timer); in mxc_jpeg_dec_irq() 1416 struct mxc_jpeg_ctx *ctx = container_of(dwork, struct mxc_jpeg_ctx, task_timer); in mxc_jpeg_device_run_timeout() 1517 schedule_delayed_work(&ctx->task_timer, msecs_to_jiffies(hw_timeout)); in mxc_jpeg_device_run() 2127 INIT_DELAYED_WORK(&ctx->task_timer, mxc_jpeg_device_run_timeout); in mxc_jpeg_open()
|
/linux-6.14.4/drivers/usb/gadget/function/ |
D | f_ncm.c | 76 struct hrtimer task_timer; member 960 hrtimer_try_to_cancel(&ncm->task_timer); in package_for_tx() 1093 hrtimer_start(&ncm->task_timer, TX_TIMEOUT_NSECS, in ncm_wrap_ntb() 1147 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout() 1562 hrtimer_init(&ncm->task_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in ncm_bind() 1563 ncm->task_timer.function = ncm_tx_timeout; in ncm_bind() 1735 hrtimer_cancel(&ncm->task_timer); in ncm_unbind()
|