Searched refs:task_timer (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | f_ncm.c | 78 struct hrtimer task_timer; member 970 hrtimer_try_to_cancel(&ncm->task_timer); in package_for_tx() 1103 hrtimer_start(&ncm->task_timer, TX_TIMEOUT_NSECS, in ncm_wrap_ntb() 1157 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout() 1572 hrtimer_setup(&ncm->task_timer, ncm_tx_timeout, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in ncm_bind() 1730 hrtimer_cancel(&ncm->task_timer); in ncm_unbind()
|
| /linux/drivers/media/platform/nxp/imx-jpeg/ |
| H A D | mxc-jpeg.c | 1076 cancel_delayed_work(&ctx->task_timer); in mxc_jpeg_dec_irq() 1508 struct mxc_jpeg_ctx *ctx = container_of(dwork, struct mxc_jpeg_ctx, task_timer); in mxc_jpeg_device_run_timeout() 1609 schedule_delayed_work(&ctx->task_timer, msecs_to_jiffies(hw_timeout)); in mxc_jpeg_device_run() 2233 INIT_DELAYED_WORK(&ctx->task_timer, mxc_jpeg_device_run_timeout); in mxc_jpeg_open()
|