Lines Matching refs:ssdd
379 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_s_power() local
382 return soc_camera_set_power(&client->dev, ssdd, mt9m001->clk, on); in mt9m001_s_power()
482 static int mt9m001_video_probe(struct soc_camera_subdev_desc *ssdd, in mt9m001_video_probe() argument
524 if (ssdd->query_bus_param) in mt9m001_video_probe()
525 flags = ssdd->query_bus_param(ssdd); in mt9m001_video_probe()
556 static void mt9m001_video_remove(struct soc_camera_subdev_desc *ssdd) in mt9m001_video_remove() argument
558 if (ssdd->free_bus) in mt9m001_video_remove()
559 ssdd->free_bus(ssdd); in mt9m001_video_remove()
603 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_g_mbus_config() local
610 cfg->flags = soc_camera_apply_board_flags(ssdd, cfg); in mt9m001_g_mbus_config()
619 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_s_mbus_config() local
623 if (ssdd->set_bus_param) in mt9m001_s_mbus_config()
624 return ssdd->set_bus_param(ssdd, 1 << (bps - 1)); in mt9m001_s_mbus_config()
663 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_probe() local
666 if (!ssdd) { in mt9m001_probe()
716 ret = mt9m001_video_probe(ssdd, client); in mt9m001_probe()
729 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_remove() local
734 mt9m001_video_remove(ssdd); in mt9m001_remove()