Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c521 #define DRXJ_ISQAMSTD(std) ((std == DRX_STANDARD_ITU_A) || \
2754 case DRX_STANDARD_ITU_A: in ctrl_set_cfg_mpeg_output()
2812 case DRX_STANDARD_ITU_A: in ctrl_set_cfg_mpeg_output()
2925 case DRX_STANDARD_ITU_A: in ctrl_set_cfg_mpeg_output()
2960 case DRX_STANDARD_ITU_A: in ctrl_set_cfg_mpeg_output()
3021 case DRX_STANDARD_ITU_A: in ctrl_set_cfg_mpeg_output()
4481 case DRX_STANDARD_ITU_A: in init_agc()
4776 case DRX_STANDARD_ITU_A: /* fallthrough */ in set_frequency()
5088 case DRX_STANDARD_ITU_A: in set_agc_rf()
5317 case DRX_STANDARD_ITU_A: in set_agc_if()
[all …]
Ddrx_driver.h499 DRX_STANDARD_ITU_A, /**< Cable ITU ANNEX A. */ enumerator
1947 (x == DRX_STANDARD_ITU_A) ? "ITU-A" : \
2321 #define DRX_ISQAMSTD(std) (((std) == DRX_STANDARD_ITU_A) || \