Lines Matching refs:soc_host
95 struct soc_camera_host soc_host; member
345 dev_err(isi->soc_host.icd->parent, "Already in frame handling.\n"); in start_dma()
872 struct soc_camera_host *soc_host = to_soc_camera_host(&pdev->dev); in atmel_isi_remove() local
873 struct atmel_isi *isi = container_of(soc_host, in atmel_isi_remove()
874 struct atmel_isi, soc_host); in atmel_isi_remove()
876 soc_camera_host_unregister(soc_host); in atmel_isi_remove()
938 struct soc_camera_host *soc_host; in atmel_isi_probe() local
1035 soc_host = &isi->soc_host; in atmel_isi_probe()
1036 soc_host->drv_name = "isi-camera"; in atmel_isi_probe()
1037 soc_host->ops = &isi_soc_camera_host_ops; in atmel_isi_probe()
1038 soc_host->priv = isi; in atmel_isi_probe()
1039 soc_host->v4l2_dev.dev = &pdev->dev; in atmel_isi_probe()
1040 soc_host->nr = pdev->id; in atmel_isi_probe()
1043 soc_host->asd = isi->pdata.asd; in atmel_isi_probe()
1044 soc_host->asd_sizes = isi->pdata.asd_sizes; in atmel_isi_probe()
1047 ret = soc_camera_host_register(soc_host); in atmel_isi_probe()