Home
last modified time | relevance | path

Searched refs:dtv_property_cache (Results 1 – 7 of 7) sorted by relevance

/drivers/media/dvb/dvb-core/
Ddvb_frontend.c1013 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_property_cache_sync()
1065 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_property_legacy_params_sync()
1120 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_property_adv_params_sync()
1155 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_property_cache_submit()
1201 tvp->u.data = fe->dtv_property_cache.frequency; in dtv_property_process_get()
1204 tvp->u.data = fe->dtv_property_cache.modulation; in dtv_property_process_get()
1207 tvp->u.data = fe->dtv_property_cache.bandwidth_hz; in dtv_property_process_get()
1210 tvp->u.data = fe->dtv_property_cache.inversion; in dtv_property_process_get()
1213 tvp->u.data = fe->dtv_property_cache.symbol_rate; in dtv_property_process_get()
1216 tvp->u.data = fe->dtv_property_cache.fec_inner; in dtv_property_process_get()
[all …]
Ddvb_frontend.h354 struct dtv_frontend_properties dtv_property_cache; member
/drivers/media/dvb/dvb-usb/
Dgp8psk-fe.c135 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in gp8psk_fe_set_frontend()
/drivers/media/dvb/frontends/
Dstv0288.c454 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stv0288_set_frontend()
Dsi21xx.c711 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si21xx_set_frontend()
Dcx24116.c1208 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24116_set_frontend()
Dstb0899_drv.c1439 struct dtv_frontend_properties *props = &fe->dtv_property_cache; in stb0899_search()