Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c104 struct v4l2_subdev *csi2_sd; member
554 if (pcdev->csi2_sd) in find_csi2()
555 return pcdev->csi2_sd; in find_csi2()
561 pcdev->csi2_sd = sd; in find_csi2()
572 struct v4l2_subdev *sd = pcdev->csi2_sd; in csi2_subdev()
581 struct v4l2_subdev *csi2_sd = find_csi2(pcdev); in sh_mobile_ceu_add_device() local
584 if (csi2_sd) { in sh_mobile_ceu_add_device()
585 csi2_sd->grp_id = soc_camera_grp_id(icd); in sh_mobile_ceu_add_device()
586 v4l2_set_subdev_hostdata(csi2_sd, icd); in sh_mobile_ceu_add_device()
589 ret = v4l2_subdev_call(csi2_sd, core, s_power, 1); in sh_mobile_ceu_add_device()
[all …]