Searched refs:soc_host (Results 1 – 2 of 2) sorted by relevance
93 struct soc_camera_host soc_host; member412 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() local960 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() local1092 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()[all …]
1761 struct soc_camera_host *soc_host = to_soc_camera_host(&pdev->dev); in sh_mobile_ceu_remove() local1763 soc_camera_host_unregister(soc_host); in sh_mobile_ceu_remove()