Lines Matching refs:ssdd
372 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_s_power() local
375 return soc_camera_set_power(&client->dev, ssdd, mt9m001->clk, on); in mt9m001_s_power()
475 static int mt9m001_video_probe(struct soc_camera_subdev_desc *ssdd, in mt9m001_video_probe() argument
517 if (ssdd->query_bus_param) in mt9m001_video_probe()
518 flags = ssdd->query_bus_param(ssdd); in mt9m001_video_probe()
549 static void mt9m001_video_remove(struct soc_camera_subdev_desc *ssdd) in mt9m001_video_remove() argument
551 if (ssdd->free_bus) in mt9m001_video_remove()
552 ssdd->free_bus(ssdd); in mt9m001_video_remove()
596 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_g_mbus_config() local
603 cfg->flags = soc_camera_apply_board_flags(ssdd, cfg); in mt9m001_g_mbus_config()
612 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_s_mbus_config() local
616 if (ssdd->set_bus_param) in mt9m001_s_mbus_config()
617 return ssdd->set_bus_param(ssdd, 1 << (bps - 1)); in mt9m001_s_mbus_config()
657 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_probe() local
660 if (!ssdd) { in mt9m001_probe()
710 ret = mt9m001_video_probe(ssdd, client); in mt9m001_probe()
723 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9m001_remove() local
728 mt9m001_video_remove(ssdd); in mt9m001_remove()