Searched refs:task_timer (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/usb/gadget/function/ |
D | f_ncm.c | 75 struct hrtimer task_timer; member 950 hrtimer_try_to_cancel(&ncm->task_timer); in package_for_tx() 1083 hrtimer_start(&ncm->task_timer, TX_TIMEOUT_NSECS, in ncm_wrap_ntb() 1137 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout() 1541 hrtimer_init(&ncm->task_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in ncm_bind() 1542 ncm->task_timer.function = ncm_tx_timeout; in ncm_bind() 1668 hrtimer_cancel(&ncm->task_timer); in ncm_unbind()
|
/Linux-v6.6/drivers/media/platform/nxp/imx-jpeg/ |
D | mxc-jpeg.h | 105 struct delayed_work task_timer; member
|
D | mxc-jpeg.c | 984 cancel_delayed_work(&ctx->task_timer); in mxc_jpeg_dec_irq() 1396 struct mxc_jpeg_ctx *ctx = container_of(dwork, struct mxc_jpeg_ctx, task_timer); in mxc_jpeg_device_run_timeout() 1497 schedule_delayed_work(&ctx->task_timer, msecs_to_jiffies(hw_timeout)); in mxc_jpeg_device_run() 2095 INIT_DELAYED_WORK(&ctx->task_timer, mxc_jpeg_device_run_timeout); in mxc_jpeg_open()
|