Lines Matching refs:mt9m114_device

38 #define to_mt9m114_sensor(sd) container_of(sd, struct mt9m114_device, sd)
451 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in power_ctrl()
473 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in gpio_ctrl()
500 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in power_up()
542 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in power_down()
584 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in mt9m114_res2size()
642 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in mt9m114_set_fmt()
783 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in mt9m114_s_exposure()
1094 struct mt9m114_device *dev = in mt9m114_s_ctrl()
1095 container_of(ctrl->handler, struct mt9m114_device, ctrl_handler); in mt9m114_s_ctrl()
1127 struct mt9m114_device *dev = in mt9m114_g_volatile_ctrl()
1128 container_of(ctrl->handler, struct mt9m114_device, ctrl_handler); in mt9m114_g_volatile_ctrl()
1240 static int mt9m114_detect(struct mt9m114_device *dev, struct i2c_client *client) in mt9m114_detect()
1267 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in mt9m114_s_config()
1320 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in mt9m114_t_hflip()
1394 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in mt9m114_g_frame_interval()
1406 struct mt9m114_device *dev = to_mt9m114_sensor(sd); in mt9m114_s_stream()
1462 struct mt9m114_device *snr = to_mt9m114_sensor(sd); in mt9m114_g_skip_frames()
1512 struct mt9m114_device *dev; in mt9m114_remove()
1515 dev = container_of(sd, struct mt9m114_device, sd); in mt9m114_remove()
1525 struct mt9m114_device *dev; in mt9m114_probe()