Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mipi_dsi/
Ddsi_stm32.c238 DSI_VidCfgTypeDef *vcfg = &data->vid_cfg; in mipi_dsi_stm32_attach() local
246 vcfg->VirtualChannelID = channel; in mipi_dsi_stm32_attach()
247 vcfg->ColorCoding = STM32_DSI_INIT_PIXEL_FORMAT; in mipi_dsi_stm32_attach()
250 vcfg->Mode = DSI_VID_MODE_BURST; in mipi_dsi_stm32_attach()
252 vcfg->Mode = DSI_VID_MODE_NB_PULSES; in mipi_dsi_stm32_attach()
254 vcfg->Mode = DSI_VID_MODE_NB_EVENTS; in mipi_dsi_stm32_attach()
257 vcfg->PacketSize = mdev->timings.hactive; in mipi_dsi_stm32_attach()
258 vcfg->NumberOfChunks = 0; in mipi_dsi_stm32_attach()
259 vcfg->NullPacketSize = 0xFFFU; in mipi_dsi_stm32_attach()
261 vcfg->HorizontalSyncActive = in mipi_dsi_stm32_attach()
[all …]
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c449 static int ext2_mkfs(uintptr_t dev_id, void *vcfg, int flags) in ext2_mkfs() argument
453 struct ext2_cfg *cfg = vcfg; in ext2_mkfs()