Home
last modified time | relevance | path

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

/drivers/media/dvb-core/
Ddvb_frontend.c621 if (fe->exit != DVB_FE_NO_EXIT) in dvb_frontend_is_exiting()
797 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_thread()
862 if (fe->exit == DVB_FE_NO_EXIT) in dvb_frontend_start()
874 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_start()
1963 if (fe->exit != DVB_FE_NO_EXIT) { in dvb_frontend_ioctl()
2643 if (fe->exit != DVB_FE_NO_EXIT) in dvb_frontend_release()
2704 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_resume()
Ddvb_frontend.h638 #define DVB_FE_NO_EXIT 0 macro