Searched refs:task_timer (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/gadget/function/ |
H A 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() 1544 hrtimer_init(&ncm->task_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in ncm_bind() 1545 ncm->task_timer.function = ncm_tx_timeout; in ncm_bind() 1671 hrtimer_cancel(&ncm->task_timer); in ncm_unbind()
|
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.h | 106 struct delayed_work task_timer; member
|
H A D | mxc-jpeg.c | 984 cancel_delayed_work(&ctx->task_timer); in mxc_jpeg_dec_irq() 1414 struct mxc_jpeg_ctx *ctx = container_of(dwork, struct mxc_jpeg_ctx, task_timer); in mxc_jpeg_device_run_timeout() 1515 schedule_delayed_work(&ctx->task_timer, msecs_to_jiffies(hw_timeout)); in mxc_jpeg_device_run() 2124 INIT_DELAYED_WORK(&ctx->task_timer, mxc_jpeg_device_run_timeout); in mxc_jpeg_open()
|