Home
last modified time | relevance | path

Searched refs:subdev_desc (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/platform_data/media/
Dsoc_camera_platform.h46 if (&icd->sdesc->subdev_desc != ssdd) in soc_camera_platform_add()
77 if (&icd->sdesc->subdev_desc != ssdd || !pdev) in soc_camera_platform_del()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_compositor.h46 struct sti_compositor_subdev_descriptor subdev_desc[MAX_SUBDEV]; member
Dsti_compositor.c30 .subdev_desc = {
68 struct sti_compositor_subdev_descriptor *desc = compo->data.subdev_desc; in sti_compositor_bind()
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera_platform.c56 return soc_camera_set_power(p->icd->control, &p->icd->sdesc->subdev_desc, NULL, on); in soc_camera_platform_s_power()
Dsoc_camera.c676 if (sdesc->subdev_desc.reset) in soc_camera_open()
678 sdesc->subdev_desc.reset(icd->control); in soc_camera_open()
1061 struct soc_camera_subdev_desc *ssdd = &sdesc->subdev_desc; in scan_add_host()
1251 ssdd = kmemdup(&sdesc->subdev_desc, sizeof(*ssdd), GFP_KERNEL); in soc_camera_i2c_init()
1346 memcpy(&sdesc->subdev_desc, ssdd, in soc_camera_async_bound()
1347 sizeof(sdesc->subdev_desc)); in soc_camera_async_bound()
2076 struct soc_camera_subdev_desc *ssdd = &sdesc->subdev_desc; in soc_camera_pdrv_probe()
/Linux-v4.19/include/media/
Dsoc_camera.h187 struct soc_camera_subdev_desc subdev_desc; member