• Home
  • Raw
  • Download

Lines Matching refs:standard

1527 	u32 standard = 0;  in cx231xx_set_Colibri_For_LowIF()  local
1542 standard = dev->norm; in cx231xx_set_Colibri_For_LowIF()
1544 func_mode, standard); in cx231xx_set_Colibri_For_LowIF()
1548 standard); in cx231xx_set_Colibri_For_LowIF()
1551 colibri_carrier_offset, standard); in cx231xx_set_Colibri_For_LowIF()
1641 u32 function_mode, u32 standard) in cx231xx_dif_configure_C2HH_for_low_IF() argument
1664 } else if (standard != DIF_USE_BASEBAND) { in cx231xx_dif_configure_C2HH_for_low_IF()
1665 if (standard & V4L2_STD_MN) { in cx231xx_dif_configure_C2HH_for_low_IF()
1687 } else if ((standard == V4L2_STD_PAL_I) | in cx231xx_dif_configure_C2HH_for_low_IF()
1688 (standard & V4L2_STD_PAL_D) | in cx231xx_dif_configure_C2HH_for_low_IF()
1689 (standard & V4L2_STD_SECAM)) { in cx231xx_dif_configure_C2HH_for_low_IF()
1734 int cx231xx_dif_set_standard(struct cx231xx *dev, u32 standard) in cx231xx_dif_set_standard() argument
1740 dev_dbg(dev->dev, "%s: setStandard to %x\n", __func__, standard); in cx231xx_dif_set_standard()
1743 if (standard != DIF_USE_BASEBAND) in cx231xx_dif_set_standard()
1744 dev->norm = standard; in cx231xx_dif_set_standard()
1767 func_mode, standard); in cx231xx_dif_set_standard()
1769 if (standard == DIF_USE_BASEBAND) { /* base band */ in cx231xx_dif_set_standard()
1778 } else if (standard & V4L2_STD_PAL_D) { in cx231xx_dif_set_standard()
1823 } else if (standard & V4L2_STD_PAL_I) { in cx231xx_dif_set_standard()
1868 } else if (standard & V4L2_STD_PAL_M) { in cx231xx_dif_set_standard()
1895 } else if (standard & (V4L2_STD_PAL_N | V4L2_STD_PAL_Nc)) { in cx231xx_dif_set_standard()
1923 } else if (standard & in cx231xx_dif_set_standard()
1972 } else if (standard & (V4L2_STD_SECAM_L | V4L2_STD_SECAM_LC)) { in cx231xx_dif_set_standard()
2020 } else if (standard & V4L2_STD_NTSC_M) { in cx231xx_dif_set_standard()