Lines Matching refs:dtv_property_cache
114 set_tsid[0].val = (fe->dtv_property_cache.stream_id & 0xff00) >> 8; in tc90522s_set_tsid()
115 set_tsid[1].val = fe->dtv_property_cache.stream_id & 0xff; in tc90522s_set_tsid()
124 laysel = ~fe->dtv_property_cache.isdbt_layer_enabled & 0x07; in tc90522t_set_layers()
215 c = &fe->dtv_property_cache; in tc90522s_get_frontend()
348 c = &fe->dtv_property_cache; in tc90522t_get_frontend()
584 fe->dtv_property_cache.lna == LNA_AUTO) { in tc90522_sleep()
585 fe->dtv_property_cache.lna = 0; in tc90522_sleep()
587 fe->dtv_property_cache.lna = LNA_AUTO; in tc90522_sleep()
617 fe->dtv_property_cache.lna == LNA_AUTO) { in tc90522_init()
618 fe->dtv_property_cache.lna = 1; in tc90522_init()
620 fe->dtv_property_cache.lna = LNA_AUTO; in tc90522_init()
631 if (fe->dtv_property_cache.isdbt_layer_enabled == 0) in tc90522_init()
632 fe->dtv_property_cache.isdbt_layer_enabled = 7; in tc90522_init()