Home
last modified time | relevance | path

Searched refs:dvbfe_algo (Results 1 – 19 of 19) sorted by relevance

/linux-4.19.296/include/media/
Ddvb_frontend.h143 enum dvbfe_algo { enum
456 enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe);
/linux-4.19.296/drivers/media/dvb-frontends/
Ds921.c467 static enum dvbfe_algo s921_get_algo(struct dvb_frontend *fe) in s921_get_algo()
Dds3000.c1063 static enum dvbfe_algo ds3000_get_algo(struct dvb_frontend *fe) in ds3000_get_algo()
Dcxd2820r_core.c406 static enum dvbfe_algo cxd2820r_get_frontend_algo(struct dvb_frontend *fe) in cxd2820r_get_frontend_algo()
Dcx24123.c1008 static enum dvbfe_algo cx24123_get_algo(struct dvb_frontend *fe) in cx24123_get_algo()
Dcx24116.c1459 static enum dvbfe_algo cx24116_get_algo(struct dvb_frontend *fe) in cx24116_get_algo()
Dstb0899_drv.c1578 static enum dvbfe_algo stb0899_frontend_algo(struct dvb_frontend *fe) in stb0899_frontend_algo()
Dmb86a20s.c2058 static enum dvbfe_algo mb86a20s_get_frontend_algo(struct dvb_frontend *fe) in mb86a20s_get_frontend_algo()
Dlgdt3306a.c1100 static enum dvbfe_algo lgdt3306a_get_frontend_algo(struct dvb_frontend *fe) in lgdt3306a_get_frontend_algo()
Dcx24120.c1496 static enum dvbfe_algo cx24120_get_algo(struct dvb_frontend *fe) in cx24120_get_algo()
Dcx24117.c1558 static enum dvbfe_algo cx24117_get_algo(struct dvb_frontend *fe) in cx24117_get_algo()
Dmb86a16.c1802 static enum dvbfe_algo mb86a16_frontend_algo(struct dvb_frontend *fe) in mb86a16_frontend_algo()
Dstv0910.c1640 static enum dvbfe_algo get_algo(struct dvb_frontend *fe) in get_algo()
Dstv0900_core.c961 static enum dvbfe_algo stv0900_frontend_algo(struct dvb_frontend *fe) in stv0900_frontend_algo()
Dmxl5xx.c378 static enum dvbfe_algo get_algo(struct dvb_frontend *fe) in get_algo()
Dcxd2841er.c3756 static enum dvbfe_algo cxd2841er_get_algo(struct dvb_frontend *fe) in cxd2841er_get_algo()
Dstv090x.c3784 static enum dvbfe_algo stv090x_frontend_algo(struct dvb_frontend *fe) in stv090x_frontend_algo()
/linux-4.19.296/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_top.c1828 static enum dvbfe_algo cxd2880_get_frontend_algo(struct dvb_frontend *fe) in cxd2880_get_frontend_algo()
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_frontend.c671 enum dvbfe_algo algo; in dvb_frontend_thread()