Home
last modified time | relevance | path

Searched defs:ssdd (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_mt9v022.c517 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9v022_s_power() local
665 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9v022_video_probe() local
794 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9v022_g_mbus_config() local
811 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9v022_s_mbus_config() local
885 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9v022_probe() local
979 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9v022_remove() local
Dsoc_camera.c63 int soc_camera_power_on(struct device *dev, struct soc_camera_subdev_desc *ssdd, in soc_camera_power_on()
110 int soc_camera_power_off(struct device *dev, struct soc_camera_subdev_desc *ssdd, in soc_camera_power_off()
139 int soc_camera_power_init(struct device *dev, struct soc_camera_subdev_desc *ssdd) in soc_camera_power_init()
213 unsigned long soc_camera_apply_board_flags(struct soc_camera_subdev_desc *ssdd, in soc_camera_apply_board_flags()
1055 struct soc_camera_subdev_desc *ssdd = &sdesc->subdev_desc; in scan_add_host() local
1223 struct soc_camera_subdev_desc *ssdd; in soc_camera_i2c_init() local
1297 struct soc_camera_subdev_desc *ssdd; in soc_camera_i2c_free() local
1338 struct soc_camera_subdev_desc *ssdd = in soc_camera_async_bound() local
2086 struct soc_camera_subdev_desc *ssdd = &sdesc->subdev_desc; in soc_camera_pdrv_probe() local
Dimx074.c252 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in imx074_s_power() local
413 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in imx074_probe() local
461 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in imx074_remove() local
Dmt9t031.c598 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9t031_s_power() local
700 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9t031_g_mbus_config() local
715 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9t031_s_mbus_config() local
753 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in mt9t031_probe() local
Dsoc_ov5642.c923 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in ov5642_s_power() local
1011 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in ov5642_probe() local
1047 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in ov5642_remove() local
Dsoc_ov9740.c763 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in ov9740_s_power() local
878 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in ov9740_g_mbus_config() local
925 struct soc_camera_subdev_desc *ssdd = soc_camera_i2c_to_desc(client); in ov9740_probe() local
/Linux-v5.4/include/media/
Dsoc_camera.h358 struct soc_camera_subdev_desc *ssdd, struct v4l2_clk *clk, bool on) in soc_camera_set_power()