Searched refs:host_ops (Results 1 – 4 of 4) sorted by relevance
57 const struct dw_mipi_dsi_host_ops *host_ops; member
110 const struct dw_pcie_host_ops *host_ops; member1111 .host_ops = &ks_pcie_host_ops,1116 .host_ops = &ks_pcie_am654_host_ops,1146 const struct dw_pcie_host_ops *host_ops; in ks_pcie_probe() local1173 host_ops = data->host_ops; in ks_pcie_probe()1304 pci->pp.ops = host_ops; in ks_pcie_probe()
348 if (pdata->host_ops && pdata->host_ops->attach) { in dw_mipi_dsi_host_attach()349 ret = pdata->host_ops->attach(pdata->priv_data, device); in dw_mipi_dsi_host_attach()364 if (pdata->host_ops && pdata->host_ops->detach) { in dw_mipi_dsi_host_detach()365 ret = pdata->host_ops->detach(pdata->priv_data, device); in dw_mipi_dsi_host_detach()
1100 dsi->pdata.host_ops = &dw_mipi_dsi_rockchip_host_ops; in dw_mipi_dsi_rockchip_probe()