예제 #1
0
파일: msm_isp.c 프로젝트: AnDr0id/SGH-I747
static int msm_isp_notify(struct v4l2_subdev *sd,
	unsigned int notification, void *arg)
{
	if (notification == NOTIFY_VPE_MSG_EVT)
		return msm_isp_notify_vpe(sd, arg);
	else
		return msm_isp_notify_vfe(sd, notification, arg);
}
예제 #2
0
static int msm_isp_notify(struct v4l2_subdev *sd,
	unsigned int notification, void *arg)
{
	return msm_isp_notify_vfe(sd, notification, arg);
}
예제 #3
0
int msm_isp_notify(struct msm_cam_media_controller *pmctl,
                   struct v4l2_subdev *sd,	unsigned int notification, void *arg)
{
    return msm_isp_notify_vfe(pmctl, sd, notification, arg);
}