Searched refs:DVBFE_ALGO_CUSTOM (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | dvb_frontend.h | 133 * @DVBFE_ALGO_CUSTOM: Customizable Agorithm - 147 DVBFE_ALGO_CUSTOM = BIT(2), enumerator
|
/kernel/linux/linux-6.6/include/media/ |
H A D | dvb_frontend.h | 133 * @DVBFE_ALGO_CUSTOM: Customizable Agorithm - 147 DVBFE_ALGO_CUSTOM = BIT(2), enumerator
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cxd2820r_core.c | 395 return DVBFE_ALGO_CUSTOM; in cxd2820r_get_frontend_algo()
|
H A D | stb0899_drv.c | 1568 return DVBFE_ALGO_CUSTOM; in stb0899_frontend_algo()
|
H A D | mb86a16.c | 1789 return DVBFE_ALGO_CUSTOM; in mb86a16_frontend_algo()
|
H A D | stv0900_core.c | 953 return DVBFE_ALGO_CUSTOM; in stv0900_frontend_algo()
|
H A D | lgdt3306a.c | 1098 return DVBFE_ALGO_CUSTOM; in lgdt3306a_get_frontend_algo()
|
H A D | stv090x.c | 3774 return DVBFE_ALGO_CUSTOM; in stv090x_frontend_algo()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | cxd2820r_core.c | 395 return DVBFE_ALGO_CUSTOM; in cxd2820r_get_frontend_algo()
|
H A D | stb0899_drv.c | 1568 return DVBFE_ALGO_CUSTOM; in stb0899_frontend_algo()
|
H A D | lgdt3306a.c | 1062 return DVBFE_ALGO_CUSTOM; in lgdt3306a_get_frontend_algo()
|
H A D | mb86a16.c | 1794 return DVBFE_ALGO_CUSTOM; in mb86a16_frontend_algo()
|
H A D | stv0900_core.c | 953 return DVBFE_ALGO_CUSTOM; in stv0900_frontend_algo()
|
H A D | stv090x.c | 3774 return DVBFE_ALGO_CUSTOM; in stv090x_frontend_algo()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_frontend.c | 735 case DVBFE_ALGO_CUSTOM: in dvb_frontend_thread() 736 dev_dbg(fe->dvb->device, "%s: Frontend ALGO = DVBFE_ALGO_CUSTOM, state=%d\n", __func__, fepriv->state); in dvb_frontend_thread()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_frontend.c | 740 case DVBFE_ALGO_CUSTOM: in dvb_frontend_thread() 741 dev_dbg(fe->dvb->device, "%s: Frontend ALGO = DVBFE_ALGO_CUSTOM, state=%d\n", __func__, fepriv->state); in dvb_frontend_thread()
|
Completed in 36 milliseconds