예제 #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);
}
예제 #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
}
예제 #3
0
파일: isph3a.c 프로젝트: Aircell/asp-kernel
/**
 * 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);
}
예제 #4
0
void isp_af_exit(struct isp_device *isp)
{
	/* Free buffers */
	ispstat_free(&isp->isp_af.stat);
}