total_width 59 drivers/edac/ghes_edac.c u16 total_width; total_width 176 drivers/edac/ghes_edac.c if (entry->total_width == entry->data_width) total_width 195 drivers/edac/ghes_edac.c entry->total_width, entry->data_width); total_width 1852 drivers/edac/i7core_edac.c u16 total_width; total_width 3870 drivers/gpu/drm/i915/intel_pm.c u32 pipe_width = 0, total_width = 0, width_before_pipe = 0; total_width 3922 drivers/gpu/drm/i915/intel_pm.c total_width += hdisplay; total_width 3930 drivers/gpu/drm/i915/intel_pm.c alloc->start = ddb_size * width_before_pipe / total_width; total_width 3931 drivers/gpu/drm/i915/intel_pm.c alloc->end = ddb_size * (width_before_pipe + pipe_width) / total_width; total_width 551 drivers/gpu/drm/stm/ltdc.c u32 total_width, total_height; total_width 578 drivers/gpu/drm/stm/ltdc.c total_width = accum_act_w + vm.hfront_porch; total_width 612 drivers/gpu/drm/stm/ltdc.c val = (total_width << 16) | total_height; total_width 612 drivers/staging/media/soc_camera/soc_ov5642.c int total_width; total_width 740 drivers/staging/media/soc_camera/soc_ov5642.c int total_width = priv->total_width; total_width 774 drivers/staging/media/soc_camera/soc_ov5642.c ret = reg_write16(client, REG_OUT_TOTAL_WIDTH_HIGH, total_width); total_width 869 drivers/staging/media/soc_camera/soc_ov5642.c priv->total_width = rect.width + BLANKING_EXTRA_WIDTH; total_width 1031 drivers/staging/media/soc_camera/soc_ov5642.c priv->total_width = OV5642_DEFAULT_WIDTH + BLANKING_EXTRA_WIDTH; total_width 248 scripts/kconfig/nconf.gui.c int total_width; total_width 277 scripts/kconfig/nconf.gui.c total_width = max(msg_width, btns_width); total_width 280 scripts/kconfig/nconf.gui.c x = (getmaxx(stdscr)-(total_width+4))/2; total_width 289 scripts/kconfig/nconf.gui.c win = newwin(win_rows, total_width+4, y, x); total_width 292 scripts/kconfig/nconf.gui.c 1+(total_width+2-btns_width)/2); total_width 295 scripts/kconfig/nconf.gui.c 1+(total_width+2-msg_width)/2);