Searched refs:dsi_vm (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c282 struct omap_dss_dsi_videomode_timings dsi_vm; member in struct:dsi_clk_calc_ctx
4506 struct omap_dss_dsi_videomode_timings *dsi_vm; local
4580 dsi_vm = &ctx->dsi_vm;
4581 memset(dsi_vm, 0, sizeof(*dsi_vm));
4583 dsi_vm->hsclk = hsclk;
4585 dsi_vm->ndl = ndl;
4586 dsi_vm->bitspp = bitspp;
4620 dsi_vm
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3767 struct omap_dss_dsi_videomode_timings *dsi_vm; local
3842 dsi_vm = &ctx->dsi_vm;
3843 memset(dsi_vm, 0, sizeof(*dsi_vm));
3845 dsi_vm->hsclk = hsclk;
3847 dsi_vm->ndl = ndl;
3848 dsi_vm->bitspp = bitspp;
3882 dsi_vm->hss = hss;
3883 dsi_vm
[all...]
H A Ddsi.h313 struct omap_dss_dsi_videomode_timings dsi_vm; member in struct:dsi_clk_calc_ctx

Completed in 141 milliseconds