Searched refs:fg_t_cfg (Results 1 – 1 of 1) sorted by relevance
591 struct mipi_tx_frame_timing_cfg fg_t_cfg; in mipi_tx_fg_cfg() local601 fg_t_cfg.bpp = bpp; in mipi_tx_fg_cfg()602 fg_t_cfg.lane_rate_mbps = lane_rate_mbps; in mipi_tx_fg_cfg()603 fg_t_cfg.hsync_width = fg_cfg->hsync_width; in mipi_tx_fg_cfg()604 fg_t_cfg.h_backporch = fg_cfg->h_backporch; in mipi_tx_fg_cfg()605 fg_t_cfg.h_frontporch = fg_cfg->h_frontporch; in mipi_tx_fg_cfg()606 fg_t_cfg.h_active = wc; in mipi_tx_fg_cfg()607 fg_t_cfg.vsync_width = fg_cfg->vsync_width; in mipi_tx_fg_cfg()608 fg_t_cfg.v_backporch = fg_cfg->v_backporch; in mipi_tx_fg_cfg()609 fg_t_cfg.v_frontporch = fg_cfg->v_frontporch; in mipi_tx_fg_cfg()[all …]