Searched refs:vfp (Results 1 – 13 of 13) sorted by relevance
27 uint16_t vfp; /*!< Vrtical front porch. */ member53 uint16_t vfp; /*!< Vrtical front porch. */ member
120 .vfp = LCD_MIPI_VFP,150 .vfp = LCD_MIPI_VFP,280 .vfp = LCD_MIPI_VFP, in BOARD_InitLcdPanel()320 .vfp = LCD_MIPI_VFP, in BOARD_SetMipiDsiConfig()
68 uint16_t vfp; /*!< Vertical front porch. */ member
87 elcdifConfig.vfp = (uint8_t)dcConfig->vfp; in DC_FB_ELCDIF_Init()
75 uint16_t vfp; /*!< Vertical front porch. */ member
91 lcdifv2Config.vfp = (uint8_t)dcConfig->vfp; in DC_FB_LCDIFV2_Init()
131 .vfp = LCD_VFP, in DEMO_InitLcd()
73 lcd_config.vfp = LCD_VFP; in imxrt_lcd_init()
47 lcd_config.vfp = LCD_VFP; in imx6ull_elcd_init()
333 lcdConfig.vfp = LCD_VFP; in rt_lcd_init()
73 u32 vfp = vt - vsa - vbp - y; in dsi_get_cur_line() local75 curr_line += vfp; in dsi_get_cur_line()930 u32 vfp = panel->lcd_vt - panel->lcd_y - panel->lcd_vbp; in dsi_basic_cfg() local939 dsi_start_delay = panel->lcd_vt - vfp + start_delay; in dsi_basic_cfg()
95 u32 vfp:6; member
1080 dsi_dev[sel]->dsi_vid_tim1.bits.vfp = vt - (vbp + y); in dsi_packet_cfg()
Completed in 30 milliseconds