Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Ddtv-frontend.rst61 .get_frontend_algo = foo_get_algo,
88 .get_frontend_algo = bar_get_algo,
127 The algorithm to be used is obtained via ``.get_frontend_algo``. If the driver
135 define a ``.get_frontend_algo`` function that would return ``DVBFE_ALGO_HW``.
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Ddst.c1750 .get_frontend_algo = dst_get_tuning_algo,
1775 .get_frontend_algo = dst_get_tuning_algo,
1808 .get_frontend_algo = dst_get_tuning_algo,
1831 .get_frontend_algo = dst_get_tuning_algo,
/OK3568_Linux_fs/kernel/include/media/
H A Ddvb_frontend.h457 enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe); member
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ds921.c529 .get_frontend_algo = s921_get_algo,
H A Dds3000.c1118 .get_frontend_algo = ds3000_get_algo,
H A Dcxd2820r_core.c499 .get_frontend_algo = cxd2820r_get_frontend_algo,
H A Dcx24123.c1132 .get_frontend_algo = cx24123_get_algo,
H A Dcx24116.c1483 .get_frontend_algo = cx24116_get_algo,
H A Dstb0899_drv.c1594 .get_frontend_algo = stb0899_frontend_algo,
H A Dcx24117.c1642 .get_frontend_algo = cx24117_get_algo,
H A Dlgdt3306a.c2180 .get_frontend_algo = lgdt3306a_get_frontend_algo,
H A Dmb86a20s.c2110 .get_frontend_algo = mb86a20s_get_frontend_algo,
H A Dcx24120.c1569 .get_frontend_algo = cx24120_get_algo,
H A Dcxd2841er.c3962 .get_frontend_algo = cxd2841er_get_algo,
4004 .get_frontend_algo = cxd2841er_get_algo
H A Dmb86a16.c1809 .get_frontend_algo = mb86a16_frontend_algo,
H A Dstv0910.c1742 .get_frontend_algo = get_algo,
H A Dmxl5xx.c798 .get_frontend_algo = get_algo,
H A Dstv0900_core.c1884 .get_frontend_algo = stv0900_frontend_algo,
H A Dstv090x.c4970 .get_frontend_algo = stv090x_frontend_algo,
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c465 .get_frontend_algo = get_algo,
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c700 if (fe->ops.get_frontend_algo) { in dvb_frontend_thread()
701 algo = fe->ops.get_frontend_algo(fe); in dvb_frontend_thread()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_top.c1873 .get_frontend_algo = cxd2880_get_frontend_algo,