Lines Matching defs:base
454 struct mipi_dsi_host base;
475 return container_of(host, struct cdns_dsi, base);
655 dev_err(dsi->base.dev,
711 pm_runtime_put(dsi->base.dev);
792 if (WARN_ON(pm_runtime_get_sync(dsi->base.dev) < 0))
887 dev_err(dsi->base.dev, "Unsupported DSI format\n");
953 np = of_graph_get_remote_node(dsi->base.dev->of_node, DSI_OUTPUT_PORT,
1255 dsi->base.dev = &pdev->dev;
1256 dsi->base.ops = &cdns_dsi_ops;
1258 ret = mipi_dsi_host_register(&dsi->base);
1279 mipi_dsi_host_unregister(&dsi->base);