Home
last modified time | relevance | path

Searched refs:num_cols (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c121 unsigned int num_cols; member
348 ic_image->num_cols, ic_image->num_rows, in dump_format()
471 ctx->in.num_cols = cols; in calc_image_resize_coefficients()
677 tile_idx = in->num_cols * row + col; in fill_tile_column()
708 for (col = 0; col < in->num_cols; col++) { in fill_tile_row()
709 tile_idx = in->num_cols * row + col; in fill_tile_row()
767 for (col = in->num_cols - 1; col > 0; col--) { in find_seams()
770 bool allow_out_overshoot = (col < in->num_cols - 1) && in find_seams()
872 const unsigned int row = i / image->num_cols; in calc_tile_dimensions()
873 const unsigned int col = i % image->num_cols; in calc_tile_dimensions()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dpmic8xxx-keypad.c93 unsigned int num_cols; member
112 return 1 << kp->num_cols; in pmic8xxx_col_state()
114 return col & ((1 << kp->num_cols) - 1); in pmic8xxx_col_state()
230 for (col = 0; col < kp->num_cols; col++) { in __pmic8xxx_kp_scan_matrix()
258 ((1 << kp->num_cols) - 1); in pmic8xxx_detect_ghost_keys()
380 if (kp->num_cols < KEYP_CTRL_SCAN_COLS_MIN) in pmic8xxx_kpd_init()
383 bits = kp->num_cols - KEYP_CTRL_SCAN_COLS_MIN; in pmic8xxx_kpd_init()
537 kp->num_cols = cols; in pmic8xxx_kp_probe()
H A Dtegra-kbc.c495 u32 num_cols = 0; in tegra_kbc_parse_dt() local
524 num_cols = proplen / sizeof(u32); in tegra_kbc_parse_dt()
532 if (num_cols > kbc->hw_support->max_columns) { in tegra_kbc_parse_dt()
543 if (!num_rows || !num_cols || ((num_rows + num_cols) > KBC_MAX_GPIO)) { in tegra_kbc_parse_dt()
561 cols_cfg, num_cols); in tegra_kbc_parse_dt()
572 for (i = 0; i < num_cols; i++) { in tegra_kbc_parse_dt()
H A Dsamsung-keypad.c247 uint32_t *keymap, num_rows = 0, num_cols = 0; in samsung_keypad_parse_dt() local
263 of_property_read_u32(np, "samsung,keypad-num-columns", &num_cols); in samsung_keypad_parse_dt()
264 if (!num_rows || !num_cols) { in samsung_keypad_parse_dt()
269 pdata->cols = num_cols; in samsung_keypad_parse_dt()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Darcfb.c101 static unsigned long num_cols; variable
209 for (i = 0; i < num_cols; i++) { in arcfb_pan_display()
258 chipindex = (xindex + (yindex*num_cols)); in arcfb_lcd_update_page()
516 videomemorysize = (((64*64)*num_cols)*num_rows)/8; in arcfb_probe()
565 for (i = 0; i < num_cols * num_rows; i++) { in arcfb_probe()
575 for (i = 0; i < num_cols * num_rows; i++) { in arcfb_probe()
644 module_param(num_cols, ulong, 0);
645 MODULE_PARM_DESC(num_cols, "Num horiz panels, eg: 2 = 128 bit wide");
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c40 int num_cols; in glamor_font_get() local
67 num_cols = font->info.lastCol - font->info.firstCol + 1; in glamor_font_get()
84 glamor_font->row_width = glyph_width_bytes * num_cols; in glamor_font_get()
124 for (col = 0; col < num_cols; col++) { in glamor_font_get()
/OK3568_Linux_fs/yocto/poky/scripts/lib/build_perf/
H A D__init__.py16 num_cols = len(row_fmt)
17 col_widths = [0] * num_cols
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkey_matrix.c71 pos = key->row * config->num_cols + key->col; in key_matrix_decode()
130 entry = row * config->num_cols + col; in create_keymap()
184 config->num_cols = cols; in key_matrix_init()
H A Dcros_ec_keyb.c71 for (col = num_keys = bit = 0; col < priv->matrix.num_cols; in check_for_keys()
/OK3568_Linux_fs/kernel/drivers/soc/samsung/
H A Dexynos-asv.h22 unsigned int num_cols; member
56 return table->buf[row * (table->num_cols) + col]; in __asv_get_table_entry()
H A Dexynos5422-asv.c490 subsys->table.num_cols = ASV_GROUPS_NUM + 1; in exynos5422_asv_init()
499 subsys->table.num_cols = ASV_GROUPS_NUM + 1; in exynos5422_asv_init()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsetup.c478 unsigned int orig_x, orig_y, num_cols, num_rows, font_height; in screen_info_setup() local
483 !ia64_boot_param->console_info.num_cols) { in screen_info_setup()
487 num_cols = 80; in screen_info_setup()
493 num_cols = ia64_boot_param->console_info.num_cols; in screen_info_setup()
500 screen_info.orig_video_cols = num_cols; in screen_info_setup()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c40 const unsigned int num_cols = row_width / col_width; \
43 for (j = 0; j < num_cols; j++) \
45 ptr += num_cols; \
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dsetup.h15 __u16 num_cols; /* number of columns on console output device */ member
/OK3568_Linux_fs/u-boot/include/
H A Dkey_matrix.h18 int num_cols; member
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-build-perf-report210 num_cols = len(row_fmt)
254 rows.append([''] * num_cols)
/OK3568_Linux_fs/kernel/include/linux/soundwire/
H A Dsdw.h511 unsigned int num_cols; member