Searched refs:mt9m001 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9m001.c | 24 * mt9m001 i2c address 0x5d 27 /* mt9m001 selected register addresses */ 88 struct mt9m001 { struct 110 static struct mt9m001 *to_mt9m001(const struct i2c_client *client) in to_mt9m001() 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 in mt9m001_apply_selection() 211 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_s_stream() local 260 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_set_selection() local 301 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_get_selection() local 326 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_get_fmt() local 355 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_s_fmt() local 384 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_set_fmt() local 453 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_power_on() local 478 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_power_off() local 488 struct mt9m001 *mt9m001 = container_of(ctrl->handler, mt9m001_g_volatile_ctrl() local 505 struct mt9m001 *mt9m001 = container_of(ctrl->handler, mt9m001_s_ctrl() local 586 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_video_probe() local 636 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_g_skip_top_lines() local 662 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_init_cfg() local 683 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_enum_mbus_code() local 732 struct mt9m001 *mt9m001; mt9m001_probe() local 835 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_remove() local [all...] |
H A D | Makefile | 87 obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9m001.c | 24 * mt9m001 i2c address 0x5d 27 /* mt9m001 selected register addresses */ 88 struct mt9m001 { struct 110 static struct mt9m001 *to_mt9m001(const struct i2c_client *client) in to_mt9m001() 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 in mt9m001_apply_selection() 211 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_s_stream() local 261 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_set_selection() local 302 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_get_selection() local 327 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_get_fmt() local 356 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_s_fmt() local 385 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_set_fmt() local 454 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_power_on() local 479 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_power_off() local 489 struct mt9m001 *mt9m001 = container_of(ctrl->handler, mt9m001_g_volatile_ctrl() local 506 struct mt9m001 *mt9m001 = container_of(ctrl->handler, mt9m001_s_ctrl() local 587 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_video_probe() local 637 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_g_skip_top_lines() local 663 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_init_cfg() local 684 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_enum_mbus_code() local 735 struct mt9m001 *mt9m001; mt9m001_probe() local 838 struct mt9m001 *mt9m001 = to_mt9m001(client); mt9m001_remove() local [all...] |
H A D | Makefile | 66 obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o
|
Completed in 3 milliseconds