Searched refs:PARSE_PANEL_SYMBOL (Results 1 – 1 of 1) sorted by relevance
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
D | lcdkit_parse_config.c | 13 #define PARSE_PANEL_SYMBOL(node, ops, symbol, out) do { \ macro 121 PARSE_PANEL_SYMBOL(node, drsOps, "width", &info->width); in ParsePanelInfo() 122 PARSE_PANEL_SYMBOL(node, drsOps, "height", &info->height); in ParsePanelInfo() 123 PARSE_PANEL_SYMBOL(node, drsOps, "hbp", &info->hbp); in ParsePanelInfo() 124 PARSE_PANEL_SYMBOL(node, drsOps, "hfp", &info->hfp); in ParsePanelInfo() 125 PARSE_PANEL_SYMBOL(node, drsOps, "hsw", &info->hsw); in ParsePanelInfo() 126 PARSE_PANEL_SYMBOL(node, drsOps, "vbp", &info->vbp); in ParsePanelInfo() 127 PARSE_PANEL_SYMBOL(node, drsOps, "vfp", &info->vfp); in ParsePanelInfo() 128 PARSE_PANEL_SYMBOL(node, drsOps, "vsw", &info->vsw); in ParsePanelInfo() 129 PARSE_PANEL_SYMBOL(node, drsOps, "frameRate", &info->frameRate); in ParsePanelInfo() [all …]
|