Home
last modified time | relevance | path

Searched refs:task_timer (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Df_ncm.c80 struct hrtimer task_timer; member
901 hrtimer_try_to_cancel(&ncm->task_timer); in package_for_tx()
1039 hrtimer_start(&ncm->task_timer, in ncm_wrap_ntb()
1119 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout()
1449 hrtimer_init(&ncm->task_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in ncm_bind()
1450 ncm->task_timer.function = ncm_tx_timeout; in ncm_bind()
1556 hrtimer_cancel(&ncm->task_timer); in ncm_unbind()