Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_compositor.h46 struct sti_compositor_subdev_descriptor subdev_desc[MAX_SUBDEV]; member
Dsti_compositor.c33 .subdev_desc = {
71 struct sti_compositor_subdev_descriptor *desc = compo->data.subdev_desc; in sti_compositor_bind()
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_camera.c672 if (sdesc->subdev_desc.reset) in soc_camera_open()
674 sdesc->subdev_desc.reset(icd->control); in soc_camera_open()
1055 struct soc_camera_subdev_desc *ssdd = &sdesc->subdev_desc; in scan_add_host()
1246 ssdd = kmemdup(&sdesc->subdev_desc, sizeof(*ssdd), GFP_KERNEL); in soc_camera_i2c_init()
1341 memcpy(&sdesc->subdev_desc, ssdd, in soc_camera_async_bound()
1342 sizeof(sdesc->subdev_desc)); in soc_camera_async_bound()
2086 struct soc_camera_subdev_desc *ssdd = &sdesc->subdev_desc; in soc_camera_pdrv_probe()
/Linux-v5.4/include/media/
Dsoc_camera.h184 struct soc_camera_subdev_desc subdev_desc; member