Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Ddst.c329 } else if (state->dst_type == DST_TYPE_IS_TERR) { in dst_set_freq()
362 if (state->dst_type != DST_TYPE_IS_TERR) in dst_set_bandwidth()
432 if (state->dst_type == DST_TYPE_IS_TERR) { in dst_set_symbolrate()
562 case DST_TYPE_IS_TERR: in dst_type_print()
835 .dst_type = DST_TYPE_IS_TERR,
844 .dst_type = DST_TYPE_IS_TERR,
853 .dst_type = DST_TYPE_IS_TERR,
1271 } else if ((state->dst_type == DST_TYPE_IS_TERR) || (state->dst_type == DST_TYPE_IS_CABLE)) { in dst_get_signal()
1534 else if (state->dst_type == DST_TYPE_IS_TERR) in bt8xx_dst_init()
1598 } else if (state->dst_type == DST_TYPE_IS_TERR) in dst_set_frontend()
[all …]
H A Ddst_common.h28 #define DST_TYPE_IS_TERR 1 macro