Searched refs:mmp_camera (Results 1 – 2 of 2) sorted by relevance
39 struct mmp_camera { struct48 static inline struct mmp_camera *mcam_to_cam(struct mcam_camera *mcam) in mcam_to_cam() argument50 return container_of(mcam, struct mmp_camera, mcam); in mcam_to_cam()62 static void mmpcam_add_device(struct mmp_camera *cam) in mmpcam_add_device()69 static void mmpcam_remove_device(struct mmp_camera *cam) in mmpcam_remove_device()81 static struct mmp_camera *mmpcam_find_device(struct platform_device *pdev) in mmpcam_find_device()83 struct mmp_camera *cam; in mmpcam_find_device()133 static void mmpcam_power_up_ctlr(struct mmp_camera *cam) in mmpcam_power_up_ctlr()142 struct mmp_camera *cam = mcam_to_cam(mcam); in mmpcam_power_up()169 struct mmp_camera *cam = mcam_to_cam(mcam); in mmpcam_power_down()[all …]
4 obj-$(CONFIG_VIDEO_MMP_CAMERA) += mmp_camera.o5 mmp_camera-y := mmp-driver.o mcam-core.o