Home
last modified time | relevance | path

Searched defs:kmb_dsi (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c176 static void kmb_dsi_clk_disable(struct kmb_dsi *kmb_dsi) in kmb_dsi_clk_disable()
183 void kmb_dsi_host_unregister(struct kmb_dsi *kmb_dsi) in kmb_dsi_host_unregister()
442 static u32 mipi_tx_fg_section_cfg(struct kmb_dsi *kmb_dsi, in mipi_tx_fg_section_cfg()
706 static u32 mipi_tx_init_cntrl(struct kmb_dsi *kmb_dsi, in mipi_tx_init_cntrl()
1118 static void dphy_init_sequence(struct kmb_dsi *kmb_dsi, in dphy_init_sequence()
1285 static u32 mipi_tx_init_dphy(struct kmb_dsi *kmb_dsi, in mipi_tx_init_dphy()
1335 static void connect_lcd_to_mipi(struct kmb_dsi *kmb_dsi, in connect_lcd_to_mipi()
1412 struct kmb_dsi *kmb_dsi; in kmb_dsi_init() local
1464 int kmb_dsi_map_mmio(struct kmb_dsi *kmb_dsi) in kmb_dsi_map_mmio()
1483 static int kmb_dsi_clk_enable(struct kmb_dsi *kmb_dsi) in kmb_dsi_clk_enable()
[all …]
H A Dkmb_dsi.h67 struct kmb_dsi { struct
68 struct drm_encoder base;
69 struct device *dev;
70 struct platform_device *pdev;
71 struct mipi_dsi_host *host;
73 struct drm_bridge *adv_bridge;
74 void __iomem *mipi_mmio;
75 struct clk *clk_mipi;
76 struct clk *clk_mipi_ecfg;
77 struct clk *clk_mipi_cfg;
[all …]
H A Dkmb_drv.h51 struct kmb_dsi *kmb_dsi; member