Searched defs:dsi_config_s (Results 1 – 1 of 1) sorted by relevance
295 struct dsi_config_s { struct296 unsigned char lane_num;297 unsigned int bit_rate_max; /* MHz */298 unsigned int bit_rate_min; /* MHz*/299 unsigned int clk_factor; /* bit_rate/pclk */300 unsigned int factor_numerator;301 unsigned int factor_denominator; /* 100 */302 unsigned char operation_mode_init; /* 0=video mode, 1=command mode */303 unsigned char operation_mode_display; /* 0=video mode, 1=command mode */304 unsigned char video_mode_type; /* 0=sync_pulse, 1=sync_event, 2=burst */[all …]