Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c628 if (fe->exit != DVB_FE_NO_EXIT) in dvb_frontend_is_exiting()
805 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_thread()
870 if (fe->exit == DVB_FE_NO_EXIT) in dvb_frontend_start()
882 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_start()
2079 if (fe->exit != DVB_FE_NO_EXIT) { in dvb_frontend_do_ioctl()
2933 if (fe->exit != DVB_FE_NO_EXIT) in dvb_frontend_release()
3001 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_resume()
/openbmc/linux/include/media/
H A Ddvb_frontend.h666 #define DVB_FE_NO_EXIT 0 macro