Home
last modified time | relevance | path

Searched refs:mipi_dsi_bus_type (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c95 const struct bus_type mipi_dsi_bus_type = { variable
101 EXPORT_SYMBOL_GPL(mipi_dsi_bus_type);
115 dev = bus_find_device_by_of_node(&mipi_dsi_bus_type, np); in of_find_mipi_dsi_device_by_node()
142 dsi->dev.bus = &mipi_dsi_bus_type; in mipi_dsi_device_alloc()
2019 drv->driver.bus = &mipi_dsi_bus_type; in mipi_dsi_driver_register_full()
2047 return bus_register(&mipi_dsi_bus_type); in mipi_dsi_bus_init()