Searched refs:mt9m001 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | mt9m001.c | 88 struct mt9m001 { struct 110 static struct mt9m001 *to_mt9m001(const struct i2c_client *client) in to_mt9m001() argument 112 return container_of(i2c_get_clientdata(client), struct mt9m001, subdev); in to_mt9m001() 189 struct mt9m001 *mt9m001 = to_mt9m001(client); in mt9m001_apply_selection() local 198 { MT9M001_COLUMN_START, mt9m001->rect.left }, in mt9m001_apply_selection() 199 { MT9M001_ROW_START, mt9m001->rect.top }, in mt9m001_apply_selection() 200 { MT9M001_WINDOW_WIDTH, mt9m001->rect.width - 1 }, in mt9m001_apply_selection() 202 mt9m001->rect.height + mt9m001->y_skip_top - 1 }, in mt9m001_apply_selection() 211 struct mt9m001 *mt9m001 = to_mt9m001(client); in mt9m001_s_stream() local 214 mutex_lock(&mt9m001->mutex); in mt9m001_s_stream() [all …]
|
| H A D | Makefile | 117 obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o
|
| H A D | Kconfig | 1825 tristate "mt9m001 support"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | mt9m001.txt | 8 - compatible: shall be "onnn,mt9m001". 27 compatible = "onnn,mt9m001";
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | i2c-cardlist.rst | 71 mt9m001 mt9m001
|