Lines Matching refs:dtv_property_cache
105 set_tsid[0].val = (fe->dtv_property_cache.stream_id & 0xff00) >> 8;
106 set_tsid[1].val = fe->dtv_property_cache.stream_id & 0xff;
115 laysel = ~fe->dtv_property_cache.isdbt_layer_enabled & 0x07;
576 fe->dtv_property_cache.lna == LNA_AUTO) {
577 fe->dtv_property_cache.lna = 0;
579 fe->dtv_property_cache.lna = LNA_AUTO;
609 fe->dtv_property_cache.lna == LNA_AUTO) {
610 fe->dtv_property_cache.lna = 1;
612 fe->dtv_property_cache.lna = LNA_AUTO;
623 if (fe->dtv_property_cache.isdbt_layer_enabled == 0)
624 fe->dtv_property_cache.isdbt_layer_enabled = 7;