Home
last modified time | relevance | path

Searched refs:DST_TYPE_IS_CABLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c336 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_freq()
457 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_symbolrate()
475 if (state->dst_type != DST_TYPE_IS_CABLE) in dst_set_modulation()
566 case DST_TYPE_IS_CABLE: in dst_type_print()
817 .dst_type = DST_TYPE_IS_CABLE,
826 .dst_type = DST_TYPE_IS_CABLE,
1536 else if (state->dst_type == DST_TYPE_IS_CABLE) in bt8xx_dst_init()
1600 else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_frontend()
1634 else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_tune_frontend()
1667 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_get_frontend()
[all …]
H A Ddst_common.h29 #define DST_TYPE_IS_CABLE 2 macro