Searched refs:get_frontend_algo (Results 1 – 22 of 22) sorted by relevance
/linux-5.19.10/Documentation/driver-api/media/ |
D | dtv-frontend.rst | 61 .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``.
|
/linux-5.19.10/include/media/ |
D | dvb_frontend.h | 463 enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe); member
|
/linux-5.19.10/drivers/media/pci/bt8xx/ |
D | dst.c | 1750 .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,
|
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | s921.c | 529 .get_frontend_algo = s921_get_algo,
|
D | cxd2820r_core.c | 499 .get_frontend_algo = cxd2820r_get_frontend_algo,
|
D | ds3000.c | 1118 .get_frontend_algo = ds3000_get_algo,
|
D | cx24123.c | 1132 .get_frontend_algo = cx24123_get_algo,
|
D | cx24116.c | 1483 .get_frontend_algo = cx24116_get_algo,
|
D | stb0899_drv.c | 1594 .get_frontend_algo = stb0899_frontend_algo,
|
D | mb86a20s.c | 2110 .get_frontend_algo = mb86a20s_get_frontend_algo,
|
D | cx24117.c | 1641 .get_frontend_algo = cx24117_get_algo,
|
D | cx24120.c | 1570 .get_frontend_algo = cx24120_get_algo,
|
D | lgdt3306a.c | 2144 .get_frontend_algo = lgdt3306a_get_frontend_algo,
|
D | cxd2841er.c | 3962 .get_frontend_algo = cxd2841er_get_algo, 4004 .get_frontend_algo = cxd2841er_get_algo
|
D | stv0910.c | 1733 .get_frontend_algo = get_algo,
|
D | mb86a16.c | 1809 .get_frontend_algo = mb86a16_frontend_algo,
|
D | mxl5xx.c | 789 .get_frontend_algo = get_algo,
|
D | stv0900_core.c | 1884 .get_frontend_algo = stv0900_frontend_algo,
|
D | stv090x.c | 4970 .get_frontend_algo = stv090x_frontend_algo,
|
/linux-5.19.10/drivers/media/pci/ddbridge/ |
D | ddbridge-sx8.c | 465 .get_frontend_algo = get_algo,
|
/linux-5.19.10/drivers/media/dvb-core/ |
D | dvb_frontend.c | 705 if (fe->ops.get_frontend_algo) { in dvb_frontend_thread() 706 algo = fe->ops.get_frontend_algo(fe); in dvb_frontend_thread()
|
/linux-5.19.10/drivers/media/dvb-frontends/cxd2880/ |
D | cxd2880_top.c | 1873 .get_frontend_algo = cxd2880_get_frontend_algo,
|