Esempio n. 1
0
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);
}
Esempio n. 2
0
static int msm_isp_notify(struct v4l2_subdev *sd,
	unsigned int notification, void *arg)
{
	return msm_isp_notify_vfe(sd, notification, arg);
}
Esempio n. 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);
}