Lines Matching defs:host
68 * @attach: attach DSI device to DSI host
69 * @detach: detach DSI device from DSI host
85 * host is in. Drivers that need the underlying device to be powered to
90 int (*attach)(struct mipi_dsi_host *host,
92 int (*detach)(struct mipi_dsi_host *host,
94 ssize_t (*transfer)(struct mipi_dsi_host *host,
99 * struct mipi_dsi_host - DSI host device
100 * @dev: driver model device node for this DSI host
101 * @ops: DSI host operations
110 int mipi_dsi_host_register(struct mipi_dsi_host *host);
111 void mipi_dsi_host_unregister(struct mipi_dsi_host *host);
169 * @host: DSI host for this peripheral
186 struct mipi_dsi_host *host;
230 mipi_dsi_device_register_full(struct mipi_dsi_host *host,
234 devm_mipi_dsi_device_register_full(struct device *dev, struct mipi_dsi_host *host,