Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/dvb-core/
Ddvb_frontend.c628 if (fe->exit != DVB_FE_NO_EXIT) in dvb_frontend_is_exiting()
800 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_thread()
865 if (fe->exit == DVB_FE_NO_EXIT) in dvb_frontend_start()
877 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_start()
2074 if (fe->exit != DVB_FE_NO_EXIT) { in dvb_frontend_do_ioctl()
2928 if (fe->exit != DVB_FE_NO_EXIT) in dvb_frontend_release()
2996 fe->exit = DVB_FE_NO_EXIT; in dvb_frontend_resume()
/linux-6.12.1/include/media/
Ddvb_frontend.h666 #define DVB_FE_NO_EXIT 0 macro