Home
last modified time | relevance | path

Searched refs:dst_hw_cap (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/dvb/bt8xx/
Ddst_common.h128 u32 dst_hw_cap; member
Ddst.c381 if (state->dst_hw_cap & DST_TYPE_HAS_ANALOG) in dst_set_freq()
398 if (state->dst_hw_cap & DST_TYPE_HAS_CA) in dst_set_bandwidth()
406 if (state->dst_hw_cap & DST_TYPE_HAS_CA) in dst_set_bandwidth()
414 if (state->dst_hw_cap & DST_TYPE_HAS_CA) in dst_set_bandwidth()
1066 state->dst_hw_cap |= DST_TYPE_HAS_DBOARD; in dst_get_tuner_info()
1125 state->dst_hw_cap = p_dst_type->dst_feature; in dst_get_device_id()
1461 else if (cmd->msg_len == 5 && state->dst_hw_cap & DST_TYPE_HAS_DISEQC5) in dst_set_diseqc()
Ddst_ca.c352 if (state->dst_hw_cap & DST_TYPE_HAS_SESSION) { in handle_dst_tag()
Ddvb-bt8xx.c687 if (state->dst_hw_cap & DST_TYPE_HAS_CA) in frontend_init()