Searched refs:rows (Results 76 - 99 of 99) sorted by relevance

1234

/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c681 int rows = v.v_vlin / v.v_clin; local
682 if (v.v_rows != rows) {
685 v.v_rows = rows;
H A Dvt.c329 static u32 **vc_uniscr_alloc(unsigned int cols, unsigned int rows) argument
336 memsize = col_size * rows;
337 memsize += rows * sizeof(*uni_lines);
343 p = uni_lines + rows;
344 for (i = 0; i < rows; i++) {
569 unsigned int rows = bottom - top; local
573 nr = rows - 1;
586 clear = src + (rows - nr) * vc->vc_cols;
589 scr_memmovew(dst, src, (rows - nr) * vc->vc_size_row);
1038 * Change # of rows an
1291 __vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows, bool from_user) argument
[all...]
/linux-master/drivers/edac/
H A Dsb_edac.c716 int rows = (RANK_WIDTH_BITS(mtr) + 12); local
718 if (rows < 13 || rows > 18) {
719 edac_dbg(0, "Invalid number of rows: %d (should be between 14 and 17) raw value = %x (%04x)\n",
720 rows, (unsigned int)RANK_WIDTH_BITS(mtr), mtr);
724 return 1 << rows;
1593 unsigned int i, j, banks, ranks, rows, cols, npages; local
1652 rows = knl_mc_sizes[i] /
1655 rows = numrow(mtr);
1659 size = ((u64)rows * col
[all...]
/linux-master/tools/perf/ui/browsers/
H A Dhists.c111 browser->rows += browser->extra_title_lines;
117 browser->rows -= browser->extra_title_lines;
123 if (index_row >= browser->rows)
124 browser->index -= index_row - browser->rows + 1;
146 * entries so we can assume it has 0 callchain rows.
706 ui_helpline__fpush("%d: nr_ent=(%d,%d), etl: %d, rows=%d, idx=%d, fve: idx=%d, row_off=%d, nrows=%d",
708 browser->b.extra_title_lines, browser->b.rows,
832 return browser->b.rows == row;
1385 if (folded_sign == '-' && row != browser->b.rows) {
1553 if (entry->leaf && folded_sign == '-' && row != browser->b.rows) {
[all...]
H A Dannotate.c229 __ui_browser__vline(browser, pcnt_width, 0, browser->rows - 1);
/linux-master/arch/um/drivers/
H A Dchan_kern.c57 static int not_configged_window_size(int fd, void *data, unsigned short *rows, argument
/linux-master/include/linux/mfd/
H A Dtwl.h611 unsigned rows; member in struct:twl4030_keypad_data
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c54 /* generic seq_file support for showing a table of size rows x width. */
58 return pos >= tb->rows ? NULL : &tb->data[pos * tb->width];
96 struct seq_tab *seq_open_tab(struct file *f, unsigned int rows, argument
102 p = __seq_open_private(f, &seq_tab_ops, sizeof(*p) + rows * width);
105 p->rows = rows;
112 /* Trim the size of a seq_tab to the supplied number of rows. The operation is
117 if (new_rows > p->rows)
119 p->rows = new_rows;
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_ag_api.c3200 .rows = 192,
3221 .rows = 64,
3242 .rows = 256,
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_ag_api.c3783 .rows = 1024,
3804 .rows = 256,
3825 .rows = 4096,
3846 .rows = 1024,
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c121 /* # of rows (horizontal stripes) if dest height is > 1024 */
423 u32 rows; local
459 rows = num_stripes(max_t(u32, downsized_height, resized_height));
464 resize_coeff_v, cols, rows);
475 ctx->in.num_rows = rows;
527 /* End before having to add more columns to the left / rows above */
1349 * Skip writing U and V components to odd rows in the output
/linux-master/arch/arm/mach-omap1/
H A Dboard-ams-delta.c375 .rows = 8,
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.c273 out->prf(out->dst, "rows: %d\n", vcap->rows);
H A Dvcap_model_kunit.c3992 .rows = 1024,
4013 .rows = 256,
4034 .rows = 1024,
H A Dvcap_api.c2330 if (vctrl->vcaps[admin->vtype].rows == 0)
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c202 .rows = 2,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c352 int rows = (1 + area->y1 - area->y0); local
353 int i = columns*rows;
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2032 # Need to resize rows again after column resize
2476 self.rows = []
2480 self.rows = []
2486 self.rows.append(child.row)
2492 self.rows.append(child.row)
2499 if not len(self.rows):
2501 return self.rows[self.pos]
2506 elif len(self.rows):
2509 if self.pos >= len(self.rows):
2514 self.pos = len(self.rows)
[all...]
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2969 u8 dw, rows, cols, banks, ranks; local
2987 rows = NETXEN_DIMM_NUMROWS(val);
3026 if (!rows) {
3027 netdev_err(netdev, "Invalid no of rows %x\n", rows);
3073 dimm.size = ((1 << rows) * (1 << cols) * dw * banks * ranks) / 8;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c115 void ip_vs_init_hash_table(struct list_head *table, int rows) argument
117 while (--rows >= 0)
118 INIT_LIST_HEAD(&table[rows]);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.h148 u16 rows; member in struct:_sisbios_mode
/linux-master/include/net/
H A Dip_vs.h1284 void ip_vs_init_hash_table(struct list_head *table, int rows);
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py2750 self.rows = 0 # total timeline rows
2774 # determine how may rows the device funcs will take
2778 # The total number of rows needed to display this phase of the timeline
2780 # clear all rows and set them to undefined
2815 # number of rows possible, with no entry overlapping
2819 # The total number of rows needed to display this phase of the timeline
2821 # clear all rows and set them to undefined
2826 # initialize all device rows to -1 and calculate devrows
2890 if(row > self.rows)
[all...]
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h3169 uint32_t rows; member in struct:ec_response_mkbp_info
3182 * Info about the keyboard matrix: number of rows and columns.

Completed in 601 milliseconds

1234