Esempio n. 1
0
void isp_af_exit(struct device *dev)
{
	struct isp_device *isp = dev_get_drvdata(dev);

	/* Free buffers */
	ispstat_free(&isp->isp_af.stat);
}
Esempio n. 2
0
/**
 * isph3a_aewb_cleanup - Module exit.
 **/
void isph3a_aewb_cleanup(struct device *dev)
{
	struct isp_device *isp = dev_get_drvdata(dev);

	ispstat_free(&isp->isp_h3a.stat);
#ifdef CONFIG_VIDEO_OMAP34XX_ISP_DEBUG_FS
	isph3a_dfs_shutdown(isp);
#endif
}
Esempio n. 3
0
/**
 * isph3a_aewb_cleanup - Module exit.
 **/
void isph3a_aewb_cleanup(struct device *dev)
{
	struct isp_device *isp = dev_get_drvdata(dev);

	ispstat_free(&isp->isp_h3a.stat);
}
Esempio n. 4
0
void isp_af_exit(struct isp_device *isp)
{
	/* Free buffers */
	ispstat_free(&isp->isp_af.stat);
}