Searched refs:total_width (Results 1 - 4 of 4) sorted by relevance

/linux-master/scripts/kconfig/
H A Dnconf.gui.c199 int total_width; local
228 total_width = max(msg_width, btns_width);
231 x = (getmaxx(stdscr)-(total_width+4))/2;
240 win = newwin(win_rows, total_width+4, y, x);
243 1+(total_width+2-btns_width)/2);
246 1+(total_width+2-msg_width)/2);
/linux-master/drivers/edac/
H A Dghes_edac.c68 u16 total_width; member in struct:memdev_dmi_entry
180 if (entry->total_width == entry->data_width)
197 entry->total_width, entry->data_width);
H A Di7core_edac.c1852 u16 total_width; member in struct:memdev_dmi_entry
/linux-master/drivers/gpu/drm/stm/
H A Dltdc.c900 u32 total_width, total_height; local
962 total_width = mode->htotal - 1;
996 val = (total_width << 16) | total_height;

Completed in 250 milliseconds