Lines Matching refs:ssdd
359 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_s_power() local
362 return soc_camera_set_power(&client->dev, ssdd, mt9m001->clk, on); in mt9m001_s_power()
462 static int mt9m001_video_probe(struct soc_camera_subdev_desc *ssdd, in mt9m001_video_probe() argument
504 if (ssdd->query_bus_param) in mt9m001_video_probe()
505 flags = ssdd->query_bus_param(ssdd); in mt9m001_video_probe()
536 static void mt9m001_video_remove(struct soc_camera_subdev_desc *ssdd) in mt9m001_video_remove() argument
538 if (ssdd->free_bus) in mt9m001_video_remove()
539 ssdd->free_bus(ssdd); in mt9m001_video_remove()
582 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_g_mbus_config() local
589 cfg->flags = soc_camera_apply_board_flags(ssdd, cfg); in mt9m001_g_mbus_config()
598 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_s_mbus_config() local
602 if (ssdd->set_bus_param) in mt9m001_s_mbus_config()
603 return ssdd->set_bus_param(ssdd, 1 << (bps - 1)); in mt9m001_s_mbus_config()
640 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_probe() local
643 if (!ssdd) { in mt9m001_probe()
693 ret = mt9m001_video_probe(ssdd, client); in mt9m001_probe()
706 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_remove() local
711 mt9m001_video_remove(ssdd); in mt9m001_remove()