Searched refs:VPFE_PINPOL_POSITIVE (Results 1 – 5 of 5) sorted by relevance
/drivers/media/platform/davinci/ |
D | dm355_ccdc.c | 51 .fid_pol = VPFE_PINPOL_POSITIVE, 52 .vd_pol = VPFE_PINPOL_POSITIVE, 53 .hd_pol = VPFE_PINPOL_POSITIVE, 90 .fid_pol = VPFE_PINPOL_POSITIVE, 91 .vd_pol = VPFE_PINPOL_POSITIVE, 92 .hd_pol = VPFE_PINPOL_POSITIVE,
|
D | dm644x_ccdc.c | 53 .fid_pol = VPFE_PINPOL_POSITIVE, 54 .vd_pol = VPFE_PINPOL_POSITIVE, 55 .hd_pol = VPFE_PINPOL_POSITIVE, 64 .fid_pol = VPFE_PINPOL_POSITIVE, 65 .vd_pol = VPFE_PINPOL_POSITIVE, 66 .hd_pol = VPFE_PINPOL_POSITIVE,
|
D | isif.c | 86 .fid_pol = VPFE_PINPOL_POSITIVE, 87 .vd_pol = VPFE_PINPOL_POSITIVE, 88 .hd_pol = VPFE_PINPOL_POSITIVE, 96 .fid_pol = VPFE_PINPOL_POSITIVE, 97 .vd_pol = VPFE_PINPOL_POSITIVE, 98 .hd_pol = VPFE_PINPOL_POSITIVE,
|
/drivers/media/platform/am437x/ |
D | am437x-vpfe.h | 29 VPFE_PINPOL_POSITIVE = 0, enumerator
|
D | am437x-vpfe.c | 831 ccdc->ccdc_cfg.ycbcr.fid_pol = VPFE_PINPOL_POSITIVE; in vpfe_ccdc_config_defaults() 832 ccdc->ccdc_cfg.ycbcr.vd_pol = VPFE_PINPOL_POSITIVE; in vpfe_ccdc_config_defaults() 833 ccdc->ccdc_cfg.ycbcr.hd_pol = VPFE_PINPOL_POSITIVE; in vpfe_ccdc_config_defaults() 845 ccdc->ccdc_cfg.bayer.fid_pol = VPFE_PINPOL_POSITIVE; in vpfe_ccdc_config_defaults() 846 ccdc->ccdc_cfg.bayer.vd_pol = VPFE_PINPOL_POSITIVE; in vpfe_ccdc_config_defaults() 847 ccdc->ccdc_cfg.bayer.hd_pol = VPFE_PINPOL_POSITIVE; in vpfe_ccdc_config_defaults()
|