Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_sreset.c28 unsigned int diff_time; in rtl8723a_sreset_xmit_status_check() local
41 diff_time = jiffies_to_msecs(jiffies - psrtpriv->last_tx_time); in rtl8723a_sreset_xmit_status_check()
43 if (diff_time > 2000) { in rtl8723a_sreset_xmit_status_check()
47 diff_time = jiffies_to_msecs(jiffies - psrtpriv->last_tx_complete_time); in rtl8723a_sreset_xmit_status_check()
48 if (diff_time > 4000) { in rtl8723a_sreset_xmit_status_check()
/linux-4.1.27/sound/pci/pcxhr/
Dpcxhr_core.c913 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local
965 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state()
967 (long)(ktime_to_ns(diff_time)), err); in pcxhr_set_pipe_state()
Dpcxhr.c714 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local
828 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream()
830 (long)(ktime_to_ns(diff_time)), err); in pcxhr_start_linked_stream()