Searched refs:get_frontend_algo (Results  1 – 22 of 22) sorted by relevance
| /Linux-v5.4/Documentation/media/kapi/ | 
| 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-v5.4/include/media/ | 
| D | dvb_frontend.h | 457 	enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe);  member
 | 
| /Linux-v5.4/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-v5.4/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 | cx24117.c | 1642 	.get_frontend_algo = cx24117_get_algo,
 | 
| D | cx24120.c | 1569 	.get_frontend_algo =		cx24120_get_algo,
 | 
| D | mb86a20s.c | 2118 	.get_frontend_algo = mb86a20s_get_frontend_algo,
 | 
| D | lgdt3306a.c | 2166 	.get_frontend_algo    = lgdt3306a_get_frontend_algo,
 | 
| D | cxd2841er.c | 3952 	.get_frontend_algo = cxd2841er_get_algo,3994 	.get_frontend_algo = cxd2841er_get_algo
 
 | 
| D | mb86a16.c | 1812 	.get_frontend_algo		= mb86a16_frontend_algo,
 | 
| D | stv0910.c | 1742 	.get_frontend_algo		= get_algo,
 | 
| D | stv0900_core.c | 1884 	.get_frontend_algo		= stv0900_frontend_algo,
 | 
| D | mxl5xx.c | 799 	.get_frontend_algo              = get_algo,
 | 
| D | stv090x.c | 4970 	.get_frontend_algo		= stv090x_frontend_algo,
 | 
| /Linux-v5.4/drivers/media/pci/ddbridge/ | 
| D | ddbridge-sx8.c | 465 	.get_frontend_algo		= get_algo,
 | 
| /Linux-v5.4/drivers/media/dvb-core/ | 
| D | dvb_frontend.c | 700 		if (fe->ops.get_frontend_algo) {  in dvb_frontend_thread()701 			algo = fe->ops.get_frontend_algo(fe);  in dvb_frontend_thread()
 
 | 
| /Linux-v5.4/drivers/media/dvb-frontends/cxd2880/ | 
| D | cxd2880_top.c | 1873 	.get_frontend_algo = cxd2880_get_frontend_algo,
 |