Home
last modified time | relevance | path

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

/drivers/media/test-drivers/vivid/
Dvivid-kthread-touch.c52 unsigned int wait_jiffies; in vivid_thread_touch_cap() local
137 wait_jiffies = next_jiffies_since_start - jiffies_since_start; in vivid_thread_touch_cap()
138 while (time_is_after_jiffies(cur_jiffies + wait_jiffies) && in vivid_thread_touch_cap()
Dvivid-kthread-out.c148 unsigned wait_jiffies; in vivid_thread_vid_out() local
237 wait_jiffies = next_jiffies_since_start - jiffies_since_start; in vivid_thread_vid_out()
238 while (time_is_after_jiffies(cur_jiffies + wait_jiffies) && in vivid_thread_vid_out()
Dvivid-sdr-cap.c127 unsigned wait_jiffies; in vivid_thread_sdr_cap() local
208 wait_jiffies = next_jiffies_since_start - jiffies_since_start; in vivid_thread_sdr_cap()
209 while (time_is_after_jiffies(cur_jiffies + wait_jiffies) && in vivid_thread_sdr_cap()
Dvivid-kthread-cap.c801 unsigned wait_jiffies; in vivid_thread_vid_cap() local
896 wait_jiffies = next_jiffies_since_start - jiffies_since_start; in vivid_thread_vid_cap()
897 while (time_is_after_jiffies(cur_jiffies + wait_jiffies) && in vivid_thread_vid_cap()
/drivers/crypto/qat/qat_common/
Dadf_aer.c135 unsigned long wait_jiffies = msecs_to_jiffies(10000); in adf_dev_aer_schedule_reset() local
137 &reset_data->compl, wait_jiffies); in adf_dev_aer_schedule_reset()
/drivers/net/can/
Dgrcan.c891 u32 wait_jiffies = usecs_to_jiffies(grcan_ongoing_wait_usecs(bitrate)); in grcan_reset_timer() local
893 mod_timer(timer, jiffies + wait_jiffies); in grcan_reset_timer()