Searched refs:VPFE_PINPOL_POSITIVE (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/staging/media/deprecated/vpfe_capture/ |
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,
|
/Linux-v6.1/include/media/davinci/ |
D | vpfe_types.h | 11 VPFE_PINPOL_POSITIVE, enumerator
|
/Linux-v6.1/arch/arm/mach-davinci/ |
D | board-dm355-evm.c | 246 .hdpol = VPFE_PINPOL_POSITIVE, 247 .vdpol = VPFE_PINPOL_POSITIVE,
|
D | board-dm365-evm.c | 421 .hdpol = VPFE_PINPOL_POSITIVE, 422 .vdpol = VPFE_PINPOL_POSITIVE,
|
/Linux-v6.1/drivers/media/platform/ti/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()
|