Home
last modified time | relevance | path

Searched refs:isdbt_partial_reception (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/media/dvb/frontends/
Ddib8000.c2204 …((state->fe[0]->dtv_property_cache.isdbt_partial_reception & 1) << 5) | ((state->fe[0]->dtv_proper… in dib8000_set_channel()
2211 if (state->fe[0]->dtv_property_cache.isdbt_partial_reception) { in dib8000_set_channel()
2234 if (state->fe[0]->dtv_property_cache.isdbt_partial_reception == 1) in dib8000_set_channel()
2261 if (state->fe[0]->dtv_property_cache.isdbt_partial_reception == 0) { in dib8000_set_channel()
2282 if (state->fe[0]->dtv_property_cache.isdbt_partial_reception == 0) { in dib8000_set_channel()
2306 if (state->fe[0]->dtv_property_cache.isdbt_partial_reception == 0) { in dib8000_set_channel()
2342 …) | (63 << 5) | (0x3 << 3) | ((~state->fe[0]->dtv_property_cache.isdbt_partial_reception & 1) << 2) in dib8000_set_channel()
2348 if (state->fe[0]->dtv_property_cache.isdbt_partial_reception == 0) { in dib8000_set_channel()
2412 …property_cache.isdbt_sb_mode == 1 && state->fe[0]->dtv_property_cache.isdbt_partial_reception == 0) in dib8000_set_channel()
2442 if (state->fe[0]->dtv_property_cache.isdbt_partial_reception == 0) in dib8000_set_channel()
[all …]
Dmb86a20s.c528 p->isdbt_partial_reception = (rc & 0x10) ? 1 : 0; in mb86a20s_get_frontend()
Ddib0090.c2306 && state->fe->dtv_property_cache.isdbt_partial_reception == 0)) { in dib0090_tune()
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvb_frontend.h357 u8 isdbt_partial_reception; member
Ddvb_frontend.c936 c->isdbt_partial_reception = 0; in dvb_frontend_clear_cache()
1311 tvp->u.data = c->isdbt_partial_reception; in dtv_property_process_get()
1546 c->isdbt_partial_reception = 0; in set_delivery_system()
1652 c->isdbt_partial_reception = tvp->u.data; in dtv_property_process_set()