Searched refs:host_ops (Results 1 – 4 of 4) sorted by relevance
47 const struct dw_mipi_dsi_host_ops *host_ops; member
328 if (pdata->host_ops && pdata->host_ops->attach) { in dw_mipi_dsi_host_attach()329 ret = pdata->host_ops->attach(pdata->priv_data, device); in dw_mipi_dsi_host_attach()344 if (pdata->host_ops && pdata->host_ops->detach) { in dw_mipi_dsi_host_detach()345 ret = pdata->host_ops->detach(pdata->priv_data, device); in dw_mipi_dsi_host_detach()
112 const struct dw_pcie_host_ops *host_ops; member1151 .host_ops = &ks_pcie_host_ops,1156 .host_ops = &ks_pcie_am654_host_ops,1186 const struct dw_pcie_host_ops *host_ops; in ks_pcie_probe() local1216 host_ops = data->host_ops; in ks_pcie_probe()1374 pci->pp.ops = host_ops; in ks_pcie_probe()
960 dsi->pdata.host_ops = &dw_mipi_dsi_rockchip_host_ops; in dw_mipi_dsi_rockchip_probe()