On Wed, 11 Mar 2009, Sedji Gaouaou wrote: > I am currently porting an atmel isi driver to the soc layer, This is good! > and I encounter some problems. > I have based my driver on pax-camera. and sh_mobile_ceu_camera.c. > The point is I can't see any video entry in /dev when I do ls dev/ on my > board... > So I wonder when is soc_camera_video_start(which call video_register_device) > called? Is that at the probe? Well, you could just do grep soc_camera_video_start drivers/media/video/*.c Then you would immediately see, that each specific camera (sensor, decoder, whatever) driver explicitly calls this function. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html