Lines Matching refs:soc_host
93 struct soc_camera_host soc_host; member
412 dev_err(isi->soc_host.icd->parent, "Already in frame handling.\n"); in start_dma()
959 struct soc_camera_host *soc_host = to_soc_camera_host(&pdev->dev); in atmel_isi_remove() local
960 struct atmel_isi *isi = container_of(soc_host, in atmel_isi_remove()
961 struct atmel_isi, soc_host); in atmel_isi_remove()
963 soc_camera_host_unregister(soc_host); in atmel_isi_remove()
1030 struct soc_camera_host *soc_host; in atmel_isi_probe() local
1092 soc_host = &isi->soc_host; in atmel_isi_probe()
1093 soc_host->drv_name = "isi-camera"; in atmel_isi_probe()
1094 soc_host->ops = &isi_soc_camera_host_ops; in atmel_isi_probe()
1095 soc_host->priv = isi; in atmel_isi_probe()
1096 soc_host->v4l2_dev.dev = &pdev->dev; in atmel_isi_probe()
1097 soc_host->nr = pdev->id; in atmel_isi_probe()
1102 ret = soc_camera_host_register(soc_host); in atmel_isi_probe()
1124 struct soc_camera_host *soc_host = to_soc_camera_host(dev); in atmel_isi_runtime_suspend() local
1125 struct atmel_isi *isi = container_of(soc_host, in atmel_isi_runtime_suspend()
1126 struct atmel_isi, soc_host); in atmel_isi_runtime_suspend()
1134 struct soc_camera_host *soc_host = to_soc_camera_host(dev); in atmel_isi_runtime_resume() local
1135 struct atmel_isi *isi = container_of(soc_host, in atmel_isi_runtime_resume()
1136 struct atmel_isi, soc_host); in atmel_isi_runtime_resume()