• Home
  • Raw
  • Download

Lines Matching refs:standard

1497 	u32 standard = 0;  in cx231xx_set_Colibri_For_LowIF()  local
1512 standard = dev->norm; in cx231xx_set_Colibri_For_LowIF()
1514 func_mode, standard); in cx231xx_set_Colibri_For_LowIF()
1518 standard); in cx231xx_set_Colibri_For_LowIF()
1521 colibri_carrier_offset, standard); in cx231xx_set_Colibri_For_LowIF()
1612 u32 function_mode, u32 standard) in cx231xx_dif_configure_C2HH_for_low_IF() argument
1635 } else if (standard != DIF_USE_BASEBAND) { in cx231xx_dif_configure_C2HH_for_low_IF()
1636 if (standard & V4L2_STD_MN) { in cx231xx_dif_configure_C2HH_for_low_IF()
1658 } else if ((standard == V4L2_STD_PAL_I) | in cx231xx_dif_configure_C2HH_for_low_IF()
1659 (standard & V4L2_STD_PAL_D) | in cx231xx_dif_configure_C2HH_for_low_IF()
1660 (standard & V4L2_STD_SECAM)) { in cx231xx_dif_configure_C2HH_for_low_IF()
1705 int cx231xx_dif_set_standard(struct cx231xx *dev, u32 standard) in cx231xx_dif_set_standard() argument
1711 cx231xx_info("%s: setStandard to %x\n", __func__, standard); in cx231xx_dif_set_standard()
1714 if (standard != DIF_USE_BASEBAND) in cx231xx_dif_set_standard()
1715 dev->norm = standard; in cx231xx_dif_set_standard()
1738 func_mode, standard); in cx231xx_dif_set_standard()
1740 if (standard == DIF_USE_BASEBAND) { /* base band */ in cx231xx_dif_set_standard()
1749 } else if (standard & V4L2_STD_PAL_D) { in cx231xx_dif_set_standard()
1794 } else if (standard & V4L2_STD_PAL_I) { in cx231xx_dif_set_standard()
1839 } else if (standard & V4L2_STD_PAL_M) { in cx231xx_dif_set_standard()
1866 } else if (standard & (V4L2_STD_PAL_N | V4L2_STD_PAL_Nc)) { in cx231xx_dif_set_standard()
1894 } else if (standard & in cx231xx_dif_set_standard()
1943 } else if (standard & (V4L2_STD_SECAM_L | V4L2_STD_SECAM_LC)) { in cx231xx_dif_set_standard()
1991 } else if (standard & V4L2_STD_NTSC_M) { in cx231xx_dif_set_standard()