Home
last modified time | relevance | path

Searched refs:ccp2 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/omap3isp/
Dispccp2.c71 static void ccp2_print_status(struct isp_ccp2_device *ccp2) in ccp2_print_status() argument
73 struct isp_device *isp = to_isp_device(ccp2); in ccp2_print_status()
113 static void ccp2_reset(struct isp_ccp2_device *ccp2) in ccp2_reset() argument
115 struct isp_device *isp = to_isp_device(ccp2); in ccp2_reset()
136 static void ccp2_pwr_cfg(struct isp_ccp2_device *ccp2) in ccp2_pwr_cfg() argument
138 struct isp_device *isp = to_isp_device(ccp2); in ccp2_pwr_cfg()
151 static int ccp2_if_enable(struct isp_ccp2_device *ccp2, u8 enable) in ccp2_if_enable() argument
153 struct isp_device *isp = to_isp_device(ccp2); in ccp2_if_enable()
157 if (enable && ccp2->vdds_csib) { in ccp2_if_enable()
158 ret = regulator_enable(ccp2->vdds_csib); in ccp2_if_enable()
[all …]
Dispccp2.h83 int omap3isp_ccp2_register_entities(struct isp_ccp2_device *ccp2,
85 void omap3isp_ccp2_unregister_entities(struct isp_ccp2_device *ccp2);
86 void omap3isp_ccp2_isr(struct isp_ccp2_device *ccp2);
Dispcsiphy.c185 lanes = &buscfg->bus.ccp2.lanecfg; in omap3isp_csiphy_config()
212 buscfg->bus.ccp2.phy_layer); in omap3isp_csiphy_config()
313 buscfg->bus.ccp2.phy_layer); in omap3isp_csiphy_release()
Domap3isp.h127 struct isp_ccp2_cfg ccp2; member