Searched refs:total_width (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/staging/media/soc_camera/ | 
| D | soc_ov5642.c | 612 	int total_width;  member 740 	int total_width = priv->total_width;  in ov5642_set_resolution()  local 774 		ret = reg_write16(client, REG_OUT_TOTAL_WIDTH_HIGH, total_width);  in ov5642_set_resolution() 869 	priv->total_width	= rect.width + BLANKING_EXTRA_WIDTH;  in ov5642_set_selection() 1031 	priv->total_width = OV5642_DEFAULT_WIDTH + BLANKING_EXTRA_WIDTH;  in ov5642_probe()
  | 
| /Linux-v5.4/scripts/kconfig/ | 
| D | nconf.gui.c | 248 	int total_width;  in btn_dialog()  local 277 	total_width = max(msg_width, btns_width);  in btn_dialog() 280 	x = (getmaxx(stdscr)-(total_width+4))/2;  in btn_dialog() 289 	win = newwin(win_rows, total_width+4, y, x);  in btn_dialog() 292 			1+(total_width+2-btns_width)/2);  in btn_dialog() 295 			1+(total_width+2-msg_width)/2);  in btn_dialog()
  | 
| /Linux-v5.4/drivers/edac/ | 
| D | ghes_edac.c | 50 	u16 total_width;  member 168 		if (entry->total_width == entry->data_width)  in ghes_edac_dmidecode() 187 				entry->total_width, entry->data_width);  in ghes_edac_dmidecode()
  | 
| D | i7core_edac.c | 1852 	u16 total_width;  member
  | 
| /Linux-v5.4/drivers/gpu/drm/stm/ | 
| D | ltdc.c | 551 	u32 total_width, total_height;  in ltdc_crtc_mode_set_nofb()  local 578 	total_width = accum_act_w + vm.hfront_porch;  in ltdc_crtc_mode_set_nofb() 612 	val = (total_width << 16) | total_height;  in ltdc_crtc_mode_set_nofb()
  | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | intel_pm.c | 3870 	u32 pipe_width = 0, total_width = 0, width_before_pipe = 0;  in skl_ddb_get_pipe_allocation_limits()  local 3922 		total_width += hdisplay;  in skl_ddb_get_pipe_allocation_limits() 3930 	alloc->start = ddb_size * width_before_pipe / total_width;  in skl_ddb_get_pipe_allocation_limits() 3931 	alloc->end = ddb_size * (width_before_pipe + pipe_width) / total_width;  in skl_ddb_get_pipe_allocation_limits()
  |