Home
last modified time | relevance | path

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

/drivers/gpu/drm/sti/
Dsti_compositor.c28 .subdev_desc = {
47 .subdev_desc = {
251 err = sti_compositor_init_subdev(compo, compo->data.subdev_desc, in sti_compositor_probe()
Dsti_compositor.h46 struct sti_compositor_subdev_descriptor subdev_desc[MAX_SUBDEV]; member
/drivers/media/platform/soc_camera/
Dsoc_camera.c690 if (sdesc->subdev_desc.reset) in soc_camera_open()
691 sdesc->subdev_desc.reset(icd->pdev); in soc_camera_open()
1174 struct soc_camera_subdev_desc *ssdd = &sdesc->subdev_desc; in scan_add_host()
1366 ssdd = kmemdup(&sdesc->subdev_desc, sizeof(*ssdd), GFP_KERNEL); in soc_camera_i2c_init()
1461 memcpy(&sdesc->subdev_desc, ssdd, in soc_camera_async_bound()
1462 sizeof(sdesc->subdev_desc)); in soc_camera_async_bound()
2169 struct soc_camera_subdev_desc *ssdd = &sdesc->subdev_desc; in soc_camera_pdrv_probe()
Dsoc_camera_platform.c57 return soc_camera_set_power(p->icd->control, &p->icd->sdesc->subdev_desc, NULL, on); in soc_camera_platform_s_power()