User Tools

Site Tools


soc_camera

This is an old revision of the document!


주요 구조체

  • soc_camera_device - soc_camera의 구현부의 _probe에서 채움

soc_camera는 i2c_driver의 일종으로 취급. 예:

static struct i2c_driver mt9m001_i2c_driver = {
	.driver = {
		.name = "mt9m001",
	},
	.probe		= mt9m001_probe,
	.remove		= mt9m001_remove,
	.id_table	= mt9m001_id,
};
soc_camera.1258376055.txt.gz · Last modified: 2013/08/03 05:04 (external edit)