Lines Matching refs:camss
856 dev_err(video->camss->dev, "Failed to power up pipeline: %d\n", in video_open()
910 if (atomic_dec_and_test(&video->camss->ref_count)) in msm_video_release()
911 camss_delete(video->camss); in msm_video_release()
975 q->dev = video->camss->dev; in msm_video_register()
993 if (video->camss->version == CAMSS_8x16) { in msm_video_register()
1001 } else if (video->camss->version == CAMSS_8x96 || in msm_video_register()
1002 video->camss->version == CAMSS_660) { in msm_video_register()
1010 } else if (video->camss->version == CAMSS_845 || in msm_video_register()
1011 video->camss->version == CAMSS_8250) { in msm_video_register()
1044 atomic_inc(&video->camss->ref_count); in msm_video_register()
1059 atomic_inc(&video->camss->ref_count); in msm_video_unregister()
1061 atomic_dec(&video->camss->ref_count); in msm_video_unregister()