Home
last modified time | relevance | path

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

/openbmc/linux/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``.
/openbmc/linux/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,
/openbmc/linux/include/media/
H A Ddvb_frontend.h463 enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe); member
/openbmc/linux/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.c1488 .get_frontend_algo = cx24116_get_algo,
H A Dstb0899_drv.c1594 .get_frontend_algo = stb0899_frontend_algo,
H A Dlgdt3306a.c2144 .get_frontend_algo = lgdt3306a_get_frontend_algo,
H A Dmb86a20s.c2107 .get_frontend_algo = mb86a20s_get_frontend_algo,
H A Dcx24117.c1641 .get_frontend_algo = cx24117_get_algo,
H A Dcx24120.c1572 .get_frontend_algo = cx24120_get_algo,
H A Dcxd2841er.c3958 .get_frontend_algo = cxd2841er_get_algo,
4000 .get_frontend_algo = cxd2841er_get_algo
H A Dstv0910.c1733 .get_frontend_algo = get_algo,
H A Dmb86a16.c1814 .get_frontend_algo = mb86a16_frontend_algo,
H A Dstv0900_core.c1884 .get_frontend_algo = stv0900_frontend_algo,
H A Dmxl5xx.c789 .get_frontend_algo = get_algo,
H A Dstv090x.c4970 .get_frontend_algo = stv090x_frontend_algo,
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c456 .get_frontend_algo = get_algo,
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c713 if (fe->ops.get_frontend_algo) { in dvb_frontend_thread()
714 algo = fe->ops.get_frontend_algo(fe); in dvb_frontend_thread()
/openbmc/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_top.c1873 .get_frontend_algo = cxd2880_get_frontend_algo,