Home
last modified time | relevance | path

Searched refs:DVBFE_ALGO_HW (Results 1 – 14 of 14) sorted by relevance

/linux-4.19.296/include/media/
Ddvb_frontend.h144 DVBFE_ALGO_HW = (1 << 0), enumerator
/linux-4.19.296/drivers/media/dvb-frontends/
Ds921.c469 return DVBFE_ALGO_HW; in s921_get_algo()
Dds3000.c1071 return DVBFE_ALGO_HW; in ds3000_get_algo()
Dcx24123.c1010 return DVBFE_ALGO_HW; in cx24123_get_algo()
Dcx24116.c1461 return DVBFE_ALGO_HW; in cx24116_get_algo()
Dmb86a20s.c2060 return DVBFE_ALGO_HW; in mb86a20s_get_frontend_algo()
Dlgdt3306a.c1105 return DVBFE_ALGO_HW; in lgdt3306a_get_frontend_algo()
Dcx24120.c1498 return DVBFE_ALGO_HW; in cx24120_get_algo()
Dcx24117.c1560 return DVBFE_ALGO_HW; in cx24117_get_algo()
Dstv0910.c1642 return DVBFE_ALGO_HW; in get_algo()
Dmxl5xx.c380 return DVBFE_ALGO_HW; in get_algo()
Dcxd2841er.c3761 return DVBFE_ALGO_HW; in cxd2841er_get_algo()
/linux-4.19.296/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_top.c1830 return DVBFE_ALGO_HW; in cxd2880_get_frontend_algo()
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_frontend.c723 case DVBFE_ALGO_HW: in dvb_frontend_thread()