Home
last modified time | relevance | path

Searched refs:total_width (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/i2c/soc_camera/
Dov5642.c616 int total_width; member
742 int total_width = priv->total_width; in ov5642_set_resolution() local
776 ret = reg_write16(client, REG_OUT_TOTAL_WIDTH_HIGH, total_width); in ov5642_set_resolution()
871 priv->total_width = rect.width + BLANKING_EXTRA_WIDTH; in ov5642_set_selection()
1034 priv->total_width = OV5642_DEFAULT_WIDTH + BLANKING_EXTRA_WIDTH; in ov5642_probe()
/Linux-v4.19/scripts/kconfig/
Dnconf.gui.c249 int total_width; in btn_dialog() local
278 total_width = max(msg_width, btns_width); in btn_dialog()
281 x = (getmaxx(stdscr)-(total_width+4))/2; in btn_dialog()
290 win = newwin(win_rows, total_width+4, y, x); in btn_dialog()
293 1+(total_width+2-btns_width)/2); in btn_dialog()
296 1+(total_width+2-msg_width)/2); in btn_dialog()
/Linux-v4.19/drivers/edac/
Dghes_edac.c52 u16 total_width; member
158 if (entry->total_width == entry->data_width) in ghes_edac_dmidecode()
177 entry->total_width, entry->data_width); in ghes_edac_dmidecode()
Di7core_edac.c1855 u16 total_width; member
/Linux-v4.19/drivers/gpu/drm/stm/
Dltdc.c519 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
537 total_width = accum_act_w + vm.hfront_porch; in ltdc_crtc_mode_set_nofb()
571 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()