Searched refs:mdev (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.4.0/drivers/mipi_dsi/ |
D | dsi_stm32.c | 234 const struct mipi_dsi_device *mdev) in mipi_dsi_stm32_attach() argument 241 if (!(mdev->mode_flags & MIPI_DSI_MODE_VIDEO)) { in mipi_dsi_stm32_attach() 250 if (mdev->mode_flags & MIPI_DSI_MODE_VIDEO_BURST) { in mipi_dsi_stm32_attach() 252 } else if (mdev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in mipi_dsi_stm32_attach() 258 vcfg->PacketSize = mdev->timings.hactive; in mipi_dsi_stm32_attach() 263 (mdev->timings.hsync * data->lane_clk_khz) / data->pixel_clk_khz; in mipi_dsi_stm32_attach() 265 (mdev->timings.hbp * data->lane_clk_khz) / data->pixel_clk_khz; in mipi_dsi_stm32_attach() 267 ((mdev->timings.hactive + mdev->timings.hsync + mdev->timings.hbp + in mipi_dsi_stm32_attach() 268 mdev->timings.hfp) * data->lane_clk_khz) / data->pixel_clk_khz; in mipi_dsi_stm32_attach() 269 vcfg->VerticalSyncActive = mdev->timings.vsync; in mipi_dsi_stm32_attach() [all …]
|
D | dsi_mcux_2l.c | 36 const struct mipi_dsi_device *mdev) in dsi_mcux_attach() argument 47 dsi_config.numLanes = mdev->data_lanes; in dsi_mcux_attach() 94 if (((dsi_pixel_clk_freq * bit_width) / mdev->data_lanes) > dphy_bit_clk_freq) { in dsi_mcux_attach() 109 DSI_SetDpiConfig(config->base, &config->dpi_config, mdev->data_lanes, in dsi_mcux_attach()
|
D | dsi_mcux.c | 44 const struct mipi_dsi_device *mdev) in dsi_mcux_attach() argument 54 dsi_config.numLanes = mdev->data_lanes; in dsi_mcux_attach() 85 DSI_SetDpiConfig((MIPI_DSI_Type *)&config->base, &config->dpi_config, mdev->data_lanes, in dsi_mcux_attach()
|
/Zephyr-Core-3.4.0/drivers/display/ |
D | display_otm8009a.c | 653 struct mipi_dsi_device mdev; in otm8009a_init() local 695 mdev.data_lanes = cfg->data_lanes; in otm8009a_init() 696 mdev.pixfmt = data->dsi_pixel_format; in otm8009a_init() 697 mdev.mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST | MIPI_DSI_MODE_LPM; in otm8009a_init() 699 mdev.timings.hactive = data->xres; in otm8009a_init() 700 mdev.timings.hbp = OTM8009A_HBP; in otm8009a_init() 701 mdev.timings.hfp = OTM8009A_HFP; in otm8009a_init() 702 mdev.timings.hsync = OTM8009A_HSYNC; in otm8009a_init() 703 mdev.timings.vactive = data->yres; in otm8009a_init() 704 mdev.timings.vbp = OTM8009A_VBP; in otm8009a_init() [all …]
|
D | display_rm68200.c | 209 struct mipi_dsi_device mdev; in rm68200_init() local 211 mdev.data_lanes = config->num_of_lanes; in rm68200_init() 212 mdev.pixfmt = config->pixel_format; in rm68200_init() 214 ret = mipi_dsi_attach(config->mipi_dsi, config->channel, &mdev); in rm68200_init()
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/ |
D | mipi_dsi.h | 241 const struct mipi_dsi_device *mdev); 257 const struct mipi_dsi_device *mdev) in mipi_dsi_attach() argument 261 return api->attach(dev, channel, mdev); in mipi_dsi_attach()
|
/Zephyr-Core-3.4.0/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 117 rtt min/avg/max/mdev = 0.646/1.124/1.450/0.345 ms
|