Searched refs:vcfg (Results 1 – 2 of 2) sorted by relevance
238 DSI_VidCfgTypeDef *vcfg = &data->vid_cfg; in mipi_dsi_stm32_attach() local246 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 …]
449 static int ext2_mkfs(uintptr_t dev_id, void *vcfg, int flags) in ext2_mkfs() argument453 struct ext2_cfg *cfg = vcfg; in ext2_mkfs()