Lines Matching refs:soc_host
94 struct soc_camera_host soc_host; member
356 dev_err(isi->soc_host.icd->parent, "Already in frame handling.\n"); in start_dma()
879 struct soc_camera_host *soc_host = to_soc_camera_host(&pdev->dev); in atmel_isi_remove() local
880 struct atmel_isi *isi = container_of(soc_host, in atmel_isi_remove()
881 struct atmel_isi, soc_host); in atmel_isi_remove()
883 soc_camera_host_unregister(soc_host); in atmel_isi_remove()
951 struct soc_camera_host *soc_host; in atmel_isi_probe() local
1019 soc_host = &isi->soc_host; in atmel_isi_probe()
1020 soc_host->drv_name = "isi-camera"; in atmel_isi_probe()
1021 soc_host->ops = &isi_soc_camera_host_ops; in atmel_isi_probe()
1022 soc_host->priv = isi; in atmel_isi_probe()
1023 soc_host->v4l2_dev.dev = &pdev->dev; in atmel_isi_probe()
1024 soc_host->nr = pdev->id; in atmel_isi_probe()
1029 ret = soc_camera_host_register(soc_host); in atmel_isi_probe()
1053 struct soc_camera_host *soc_host = to_soc_camera_host(dev); in atmel_isi_runtime_suspend() local
1054 struct atmel_isi *isi = container_of(soc_host, in atmel_isi_runtime_suspend()
1055 struct atmel_isi, soc_host); in atmel_isi_runtime_suspend()
1063 struct soc_camera_host *soc_host = to_soc_camera_host(dev); in atmel_isi_runtime_resume() local
1064 struct atmel_isi *isi = container_of(soc_host, in atmel_isi_runtime_resume()
1065 struct atmel_isi, soc_host); in atmel_isi_runtime_resume()