Home
last modified time | relevance | path

Searched refs:get_frontend_algo (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/Documentation/media/kapi/
Ddtv-frontend.rst59 .get_frontend_algo = foo_get_algo,
86 .get_frontend_algo = bar_get_algo,
125 The algorithm to be used is obtained via ``.get_frontend_algo``. If the driver
133 define a ``.get_frontend_algo`` function that would return ``DVBFE_ALGO_HW``.
/Linux-v4.19/include/media/
Ddvb_frontend.h456 enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe); member
/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst.c1761 .get_frontend_algo = dst_get_tuning_algo,
1786 .get_frontend_algo = dst_get_tuning_algo,
1819 .get_frontend_algo = dst_get_tuning_algo,
1842 .get_frontend_algo = dst_get_tuning_algo,
/Linux-v4.19/drivers/media/dvb-frontends/
Ds921.c537 .get_frontend_algo = s921_get_algo,
Dds3000.c1130 .get_frontend_algo = ds3000_get_algo,
Dcxd2820r_core.c512 .get_frontend_algo = cxd2820r_get_frontend_algo,
Dcx24123.c1141 .get_frontend_algo = cx24123_get_algo,
Dcx24116.c1495 .get_frontend_algo = cx24116_get_algo,
Dstb0899_drv.c1606 .get_frontend_algo = stb0899_frontend_algo,
Dlgdt3306a.c2172 .get_frontend_algo = lgdt3306a_get_frontend_algo,
Dmb86a20s.c2126 .get_frontend_algo = mb86a20s_get_frontend_algo,
Dcx24117.c1652 .get_frontend_algo = cx24117_get_algo,
Dcx24120.c1577 .get_frontend_algo = cx24120_get_algo,
Dcxd2841er.c3961 .get_frontend_algo = cxd2841er_get_algo,
4003 .get_frontend_algo = cxd2841er_get_algo
Dmb86a16.c1824 .get_frontend_algo = mb86a16_frontend_algo,
Dstv0910.c1741 .get_frontend_algo = get_algo,
Dmxl5xx.c798 .get_frontend_algo = get_algo,
Dstv0900_core.c1894 .get_frontend_algo = stv0900_frontend_algo,
Dstv090x.c4922 .get_frontend_algo = stv090x_frontend_algo,
/Linux-v4.19/drivers/media/pci/ddbridge/
Dddbridge-sx8.c467 .get_frontend_algo = get_algo,
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_frontend.c709 if (fe->ops.get_frontend_algo) { in dvb_frontend_thread()
710 algo = fe->ops.get_frontend_algo(fe); in dvb_frontend_thread()
/Linux-v4.19/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_top.c1873 .get_frontend_algo = cxd2880_get_frontend_algo,