Searched refs:dvb_frontend_sleep_until (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/dvb-frontends/
H A Dstv0299.c419 dvb_frontend_sleep_until(&nexttime, 32000);
433 dvb_frontend_sleep_until(&nexttime, 8000);
/linux-master/include/media/
H A Ddvb_frontend.h810 * dvb_frontend_sleep_until() - Sleep for the amount of time given by
832 void dvb_frontend_sleep_until(ktime_t *waketime, u32 add_usec);
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c841 void dvb_frontend_sleep_until(ktime_t *waketime, u32 add_usec) function
854 EXPORT_SYMBOL(dvb_frontend_sleep_until); variable
2654 dvb_frontend_sleep_until(&nexttime, 32000);
2666 dvb_frontend_sleep_until(&nexttime, 8000);

Completed in 119 milliseconds