Home
last modified time | relevance | path

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

/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c124 unsigned int num_cols; member
351 ic_image->num_cols, ic_image->num_rows, in dump_format()
460 ctx->in.num_cols = cols; in calc_image_resize_coefficients()
662 tile_idx = in->num_cols * row + col; in fill_tile_column()
693 for (col = 0; col < in->num_cols; col++) { in fill_tile_row()
694 tile_idx = in->num_cols * row + col; in fill_tile_row()
752 for (col = in->num_cols - 1; col > 0; col--) { in find_seams()
755 bool allow_out_overshoot = (col < in->num_cols - 1) && in find_seams()
857 const unsigned int row = i / image->num_cols; in calc_tile_dimensions()
858 const unsigned int col = i % image->num_cols; in calc_tile_dimensions()
[all …]
/linux/drivers/video/fbdev/
H A Darcfb.c102 static unsigned long num_cols; variable
210 for (i = 0; i < num_cols; i++) { in arcfb_pan_display()
259 chipindex = (xindex + (yindex*num_cols)); in arcfb_lcd_update_page()
459 videomemorysize = (((64*64)*num_cols)*num_rows)/8; in arcfb_probe()
508 for (i = 0; i < num_cols * num_rows; i++) { in arcfb_probe()
518 for (i = 0; i < num_cols * num_rows; i++) { in arcfb_probe()
589 module_param(num_cols, ulong, 0);
590 MODULE_PARM_DESC(num_cols, "Num horiz panels, eg: 2 = 128 bit wide");
/linux/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()
/linux/drivers/input/keyboard/
H A Dtegra-kbc.c488 int num_cols; in tegra_kbc_parse_dt() local
529 num_cols = of_property_read_variable_u32_array(np, "nvidia,kbc-col-pins", in tegra_kbc_parse_dt()
531 if (num_cols < 0) { in tegra_kbc_parse_dt()
533 return num_cols; in tegra_kbc_parse_dt()
534 } else if (num_cols > kbc->hw_support->max_columns) { in tegra_kbc_parse_dt()
540 for (i = 0; i < num_cols; i++) { in tegra_kbc_parse_dt()
545 if (!num_rows || !num_cols || ((num_rows + num_cols) > KBC_MAX_GPIO)) { in tegra_kbc_parse_dt()
/linux/drivers/accel/amdxdna/
H A Daie2_message.c389 req.num_cols = hweight32(aie_bitmap); in aie2_query_status()