Home
last modified time | relevance | path

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

/linux-6.1.9/include/media/
Ddvb_frontend.h147 DVBFE_ALGO_CUSTOM = BIT(2), enumerator
/linux-6.1.9/Documentation/driver-api/media/
Ddtv-frontend.rst140 a third type (``DVBFE_ALGO_CUSTOM``), in order to allow the driver to
142 use it nowadays. Using ``DVBFE_ALGO_CUSTOM`` require to provide other
/linux-6.1.9/drivers/media/dvb-frontends/
Dcxd2820r_core.c395 return DVBFE_ALGO_CUSTOM; in cxd2820r_get_frontend_algo()
Dstb0899_drv.c1568 return DVBFE_ALGO_CUSTOM; in stb0899_frontend_algo()
Dlgdt3306a.c1062 return DVBFE_ALGO_CUSTOM; in lgdt3306a_get_frontend_algo()
Dmb86a16.c1789 return DVBFE_ALGO_CUSTOM; in mb86a16_frontend_algo()
Dstv0900_core.c953 return DVBFE_ALGO_CUSTOM; in stv0900_frontend_algo()
Dstv090x.c3774 return DVBFE_ALGO_CUSTOM; in stv090x_frontend_algo()
/linux-6.1.9/drivers/media/dvb-core/
Ddvb_frontend.c732 case DVBFE_ALGO_CUSTOM: in dvb_frontend_thread()