Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c317 if (state->dst_type == DST_TYPE_IS_SAT) { in dst_set_freq()
437 if (state->dst_type == DST_TYPE_IS_SAT) { in dst_set_symbolrate()
558 case DST_TYPE_IS_SAT: in dst_type_print()
743 .dst_type = DST_TYPE_IS_SAT,
752 .dst_type = DST_TYPE_IS_SAT,
761 .dst_type = DST_TYPE_IS_SAT,
770 .dst_type = DST_TYPE_IS_SAT,
780 .dst_type = DST_TYPE_IS_SAT,
789 .dst_type = DST_TYPE_IS_SAT,
798 .dst_type = DST_TYPE_IS_SAT,
[all …]
H A Ddst_common.h27 #define DST_TYPE_IS_SAT 0 macro