Home
last modified time | relevance | path

Searched refs:DVBFE_ALGO_CUSTOM (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/media/
Ddvb_frontend.h146 DVBFE_ALGO_CUSTOM = (1 << 2), enumerator
/Linux-v4.19/Documentation/media/kapi/
Ddtv-frontend.rst138 a third type (``DVBFE_ALGO_CUSTOM``), in order to allow the driver to
140 use it nowadays. Using ``DVBFE_ALGO_CUSTOM`` require to provide other
/Linux-v4.19/drivers/media/dvb-frontends/
Dcxd2820r_core.c408 return DVBFE_ALGO_CUSTOM; in cxd2820r_get_frontend_algo()
Dstb0899_drv.c1580 return DVBFE_ALGO_CUSTOM; in stb0899_frontend_algo()
Dlgdt3306a.c1103 return DVBFE_ALGO_CUSTOM; in lgdt3306a_get_frontend_algo()
Dmb86a16.c1804 return DVBFE_ALGO_CUSTOM; in mb86a16_frontend_algo()
Dstv0900_core.c963 return DVBFE_ALGO_CUSTOM; in stv0900_frontend_algo()
Dstv090x.c3786 return DVBFE_ALGO_CUSTOM; in stv090x_frontend_algo()
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_frontend.c736 case DVBFE_ALGO_CUSTOM: in dvb_frontend_thread()