rows 341 arch/arm/mach-omap1/board-ams-delta.c .rows = 8, rows 242 arch/arm/mach-omap1/board-fsample.c .rows = 8, rows 255 arch/arm/mach-omap1/board-h2.c .rows = 8, rows 293 arch/arm/mach-omap1/board-h3.c .rows = 8, rows 223 arch/arm/mach-omap1/board-htcherald.c .rows = 7, rows 133 arch/arm/mach-omap1/board-innovator.c .rows = 8, rows 70 arch/arm/mach-omap1/board-nokia770.c .rows = 8, rows 347 arch/arm/mach-omap1/board-osk.c .rows = 8, rows 80 arch/arm/mach-omap1/board-palmte.c .rows = 8, rows 142 arch/arm/mach-omap1/board-palmtt.c .rows = 6, rows 77 arch/arm/mach-omap1/board-palmz71.c .rows = 8, rows 200 arch/arm/mach-omap1/board-perseus2.c .rows = 8, rows 210 arch/arm/mach-omap1/board-sx1.c .rows = 6, rows 207 arch/arm/mach-s3c64xx/mach-crag6410.c .rows = 2, rows 255 arch/arm/mach-s3c64xx/mach-smdk6410.c .rows = 2, rows 13 arch/arm/mach-s3c64xx/setup-keypad.c void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols) rows 16 arch/arm/mach-s3c64xx/setup-keypad.c s3c_gpio_cfgrange_nopull(S3C64XX_GPK(8), rows, S3C_GPIO_SFN(3)); rows 25 arch/arm/plat-samsung/include/plat/keypad.h extern void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols); rows 258 arch/mips/bcm63xx/cpu.c unsigned int cols = 0, rows = 0, is_32bits = 0, banks = 0; rows 271 arch/mips/bcm63xx/cpu.c rows = (val & SDRAM_CFG_ROW_MASK) >> SDRAM_CFG_ROW_SHIFT; rows 279 arch/mips/bcm63xx/cpu.c rows = (val & MEMC_CFG_ROW_MASK) >> MEMC_CFG_ROW_SHIFT; rows 286 arch/mips/bcm63xx/cpu.c rows += 11; rows 291 arch/mips/bcm63xx/cpu.c return 1 << (cols + rows + (is_32bits + 1) + banks); rows 27 arch/mips/jz4740/setup.c u32 ctrl, bus, bank, rows, cols; rows 35 arch/mips/jz4740/setup.c rows = 11 + ((ctrl >> 20) & 3); rows 38 arch/mips/jz4740/setup.c bus, bank, rows, cols); rows 41 arch/mips/jz4740/setup.c size = 1 << (bus + bank + cols + rows); rows 57 arch/um/drivers/chan_kern.c static int not_configged_window_size(int fd, void *data, unsigned short *rows, rows 118 arch/x86/boot/video-mode.c unsigned int font_size, rows; rows 124 arch/x86/boot/video-mode.c rows = force_y ? force_y : rdfs8(0x484)+1; /* Text rows */ rows 126 arch/x86/boot/video-mode.c rows *= font_size; /* Visible scan lines */ rows 127 arch/x86/boot/video-mode.c rows--; /* ... minus one */ rows 135 arch/x86/boot/video-mode.c out_idx((u8)rows, crtc, 0x12); /* Lower height register */ rows 139 arch/x86/boot/video-mode.c ov |= (rows >> (8-1)) & 0x02; rows 140 arch/x86/boot/video-mode.c ov |= (rows >> (9-6)) & 0x40; rows 31 arch/x86/xen/vga.c screen_info->orig_video_lines = info->u.text_mode_3.rows; rows 54 drivers/auxdisplay/ht16k33.c uint32_t rows; rows 321 drivers/auxdisplay/ht16k33.c u32 rows = HT16K33_MATRIX_KEYPAD_MAX_ROWS; rows 349 drivers/auxdisplay/ht16k33.c err = matrix_keypad_parse_of_params(&client->dev, &rows, &cols); rows 352 drivers/auxdisplay/ht16k33.c if (rows > HT16K33_MATRIX_KEYPAD_MAX_ROWS || rows 355 drivers/auxdisplay/ht16k33.c rows, cols); rows 359 drivers/auxdisplay/ht16k33.c keypad->rows = rows; rows 363 drivers/auxdisplay/ht16k33.c err = matrix_keypad_build_keymap(NULL, NULL, rows, cols, NULL, rows 1319 drivers/char/virtio_console.c static void set_console_size(struct port *port, u16 rows, u16 cols) rows 1324 drivers/char/virtio_console.c port->cons.ws.ws_row = rows; rows 1622 drivers/char/virtio_console.c __u16 rows; rows 1631 drivers/char/virtio_console.c set_console_size(port, size.rows, size.cols); rows 1825 drivers/char/virtio_console.c u16 rows, cols; rows 1829 drivers/char/virtio_console.c virtio_cread(vdev, struct virtio_console_config, rows, &rows); rows 1832 drivers/char/virtio_console.c set_console_size(port, rows, cols); rows 34 drivers/cpufreq/sa1110-cpufreq.c u_char rows; /* bits */ rows 52 drivers/cpufreq/sa1110-cpufreq.c .rows = 12, rows 61 drivers/cpufreq/sa1110-cpufreq.c .rows = 12, rows 70 drivers/cpufreq/sa1110-cpufreq.c .rows = 14, rows 79 drivers/cpufreq/sa1110-cpufreq.c .rows = 12, rows 87 drivers/cpufreq/sa1110-cpufreq.c .rows = 13, rows 96 drivers/cpufreq/sa1110-cpufreq.c .rows = 16, rows 105 drivers/cpufreq/sa1110-cpufreq.c .rows = 12, rows 215 drivers/cpufreq/sa1110-cpufreq.c u_int ns_row = (sdram->refresh * 1000) >> sdram->rows; rows 425 drivers/edac/i7core_edac.c static const int rows[] = { rows 430 drivers/edac/i7core_edac.c return rows[row & 0x7]; rows 582 drivers/edac/i7core_edac.c u32 banks, ranks, rows, cols; rows 592 drivers/edac/i7core_edac.c rows = numrow(MC_DOD_NUMROW(dimm_dod[j])); rows 596 drivers/edac/i7core_edac.c size = (rows * cols * banks * ranks) >> (20 - 3); rows 601 drivers/edac/i7core_edac.c banks, ranks, rows, cols); rows 317 drivers/edac/ppc4xx_edac.c unsigned int row, rows; rows 328 drivers/edac/ppc4xx_edac.c for (rows = 0, row = 0; row < mci->nr_csrows; row++) { rows 331 drivers/edac/ppc4xx_edac.c (rows++ ? ", " : ""), row); rows 342 drivers/edac/ppc4xx_edac.c n = snprintf(buffer, size, "%s; ", rows ? "" : "None"); rows 708 drivers/edac/sb_edac.c int rows = (RANK_WIDTH_BITS(mtr) + 12); rows 710 drivers/edac/sb_edac.c if (rows < 13 || rows > 18) { rows 712 drivers/edac/sb_edac.c rows, (unsigned int)RANK_WIDTH_BITS(mtr), mtr); rows 716 drivers/edac/sb_edac.c return 1 << rows; rows 1589 drivers/edac/sb_edac.c unsigned int i, j, banks, ranks, rows, cols, npages; rows 1646 drivers/edac/sb_edac.c rows = knl_mc_sizes[i] / rows 1649 drivers/edac/sb_edac.c rows = numrow(mtr); rows 1653 drivers/edac/sb_edac.c size = ((u64)rows * cols * banks * ranks) >> (20 - 3); rows 1659 drivers/edac/sb_edac.c banks, ranks, rows, cols); rows 289 drivers/edac/skx_common.c int banks = 16, ranks, rows, cols, npages; rows 293 drivers/edac/skx_common.c rows = numrow(mtr); rows 299 drivers/edac/skx_common.c size = ((1ull << (rows + cols + ranks)) * banks) >> (20 - 3); rows 304 drivers/edac/skx_common.c banks, 1 << ranks, rows, cols); rows 309 drivers/edac/skx_common.c imc->chan[chan].dimms[dimmno].rowbits = rows; rows 504 drivers/gpu/drm/gma500/mmu.c uint32_t rows = 1; rows 518 drivers/gpu/drm/gma500/mmu.c rows = num_pages / desired_tile_stride; rows 525 drivers/gpu/drm/gma500/mmu.c for (i = 0; i < rows; ++i) { rows 599 drivers/gpu/drm/gma500/mmu.c uint32_t rows = 1; rows 609 drivers/gpu/drm/gma500/mmu.c rows = num_pages / desired_tile_stride; rows 620 drivers/gpu/drm/gma500/mmu.c for (i = 0; i < rows; ++i) { rows 702 drivers/gpu/drm/gma500/mmu.c uint32_t rows = 1; rows 716 drivers/gpu/drm/gma500/mmu.c rows = num_pages / desired_tile_stride; rows 726 drivers/gpu/drm/gma500/mmu.c for (i = 0; i < rows; ++i) { rows 361 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c int rows = (1 + area->y1 - area->y0); rows 362 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c int i = columns*rows; rows 404 drivers/gpu/ipu-v3/ipu-image-convert.c u32 rows; rows 440 drivers/gpu/ipu-v3/ipu-image-convert.c rows = num_stripes(max_t(u32, downsized_height, resized_height)); rows 445 drivers/gpu/ipu-v3/ipu-image-convert.c resize_coeff_v, cols, rows); rows 456 drivers/gpu/ipu-v3/ipu-image-convert.c ctx->in.num_rows = rows; rows 166 drivers/input/keyboard/adp5588-keys.c for (i = 0; i < pdata->rows; i++) rows 337 drivers/input/keyboard/adp5588-keys.c ret = adp5588_write(client, KP_GPIO1, KP_SEL(pdata->rows)); rows 453 drivers/input/keyboard/adp5588-keys.c if (!pdata->rows || !pdata->cols || !pdata->keymap) { rows 482 drivers/input/keyboard/adp5588-keys.c if (pin - GPI_PIN_ROW_BASE + 1 <= pdata->rows) { rows 45 drivers/input/keyboard/cros_ec_keyb.c unsigned int rows; rows 175 drivers/input/keyboard/cros_ec_keyb.c for (row = 0; row < ckdev->rows; row++) { rows 302 drivers/input/keyboard/cros_ec_keyb.c for (row = 0; row < ckdev->rows; row++) { rows 535 drivers/input/keyboard/cros_ec_keyb.c err = matrix_keypad_parse_properties(dev, &ckdev->rows, &ckdev->cols); rows 571 drivers/input/keyboard/cros_ec_keyb.c err = matrix_keypad_build_keymap(NULL, NULL, ckdev->rows, ckdev->cols, rows 135 drivers/input/keyboard/lpc32xx-keys.c u32 rows = 0, columns = 0; rows 138 drivers/input/keyboard/lpc32xx-keys.c err = matrix_keypad_parse_properties(dev, &rows, &columns); rows 141 drivers/input/keyboard/lpc32xx-keys.c if (rows != columns) { rows 146 drivers/input/keyboard/lpc32xx-keys.c kscandat->matrix_sz = rows; rows 42 drivers/input/keyboard/omap-keypad.c unsigned int rows; rows 109 drivers/input/keyboard/omap-keypad.c for (row = 0; row < omap_kp_data->rows; row++) { rows 185 drivers/input/keyboard/omap-keypad.c if (!pdata->rows || !pdata->cols || !pdata->keymap_data) { rows 191 drivers/input/keyboard/omap-keypad.c keycodemax = pdata->rows << row_shift; rows 217 drivers/input/keyboard/omap-keypad.c omap_kp->rows = pdata->rows; rows 247 drivers/input/keyboard/omap-keypad.c pdata->rows, pdata->cols, rows 75 drivers/input/keyboard/omap4-keypad.c unsigned int rows; rows 133 drivers/input/keyboard/omap4-keypad.c for (row = 0; row < keypad_data->rows; row++) { rows 215 drivers/input/keyboard/omap4-keypad.c err = matrix_keypad_parse_properties(dev, &keypad_data->rows, rows 328 drivers/input/keyboard/omap4-keypad.c max_keys = keypad_data->rows << keypad_data->row_shift; rows 339 drivers/input/keyboard/omap4-keypad.c keypad_data->rows, keypad_data->cols, rows 503 drivers/input/keyboard/pmic8xxx-keypad.c unsigned int rows, cols; rows 510 drivers/input/keyboard/pmic8xxx-keypad.c rc = matrix_keypad_parse_properties(&pdev->dev, &rows, &cols); rows 514 drivers/input/keyboard/pmic8xxx-keypad.c if (cols > PM8XXX_MAX_COLS || rows > PM8XXX_MAX_ROWS || rows 536 drivers/input/keyboard/pmic8xxx-keypad.c kp->num_rows = rows; rows 123 drivers/input/keyboard/pxa27x_keypad.c u32 rows, cols; rows 126 drivers/input/keyboard/pxa27x_keypad.c error = matrix_keypad_parse_properties(dev, &rows, &cols); rows 130 drivers/input/keyboard/pxa27x_keypad.c if (rows > MAX_MATRIX_KEY_ROWS || cols > MAX_MATRIX_KEY_COLS) { rows 135 drivers/input/keyboard/pxa27x_keypad.c pdata->matrix_key_rows = rows; rows 73 drivers/input/keyboard/samsung-keypad.c unsigned int rows; rows 98 drivers/input/keyboard/samsung-keypad.c row_state[col] = ~val & ((1 << keypad->rows) - 1); rows 121 drivers/input/keyboard/samsung-keypad.c for (row = 0; row < keypad->rows; row++) { rows 268 drivers/input/keyboard/samsung-keypad.c pdata->rows = num_rows; rows 339 drivers/input/keyboard/samsung-keypad.c if (!pdata->rows || pdata->rows > SAMSUNG_MAX_ROWS) rows 347 drivers/input/keyboard/samsung-keypad.c pdata->cfg_gpio(pdata->rows, pdata->cols); rows 350 drivers/input/keyboard/samsung-keypad.c keymap_size = (pdata->rows << row_shift) * sizeof(keypad->keycodes[0]); rows 381 drivers/input/keyboard/samsung-keypad.c keypad->rows = pdata->rows; rows 400 drivers/input/keyboard/samsung-keypad.c pdata->rows, pdata->cols, rows 135 drivers/input/keyboard/stmpe-keypad.c unsigned int rows; rows 231 drivers/input/keyboard/stmpe-keypad.c if (keypad->rows & (1 << i)) rows 288 drivers/input/keyboard/stmpe-keypad.c ret = stmpe_reg_write(stmpe, STMPE_KPC_ROW_LSB, keypad->rows); rows 295 drivers/input/keyboard/stmpe-keypad.c keypad->rows >> 8); rows 323 drivers/input/keyboard/stmpe-keypad.c keypad->rows |= 1 << row; rows 336 drivers/input/keyboard/stmpe-keypad.c u32 rows; rows 365 drivers/input/keyboard/stmpe-keypad.c error = matrix_keypad_parse_properties(&pdev->dev, &rows, &cols); rows 369 drivers/input/keyboard/stmpe-keypad.c error = matrix_keypad_build_keymap(NULL, NULL, rows, cols, rows 378 drivers/input/keyboard/stmpe-keypad.c stmpe_keypad_fill_used_pins(keypad, rows, cols); rows 326 drivers/input/keyboard/tc3589x-keypad.c u32 cols, rows; rows 338 drivers/input/keyboard/tc3589x-keypad.c of_property_read_u32(np, "keypad,num-rows", &rows); rows 340 drivers/input/keyboard/tc3589x-keypad.c plat->krow = (u8) rows; rows 235 drivers/input/keyboard/tca8418_keypad.c u32 rows, u32 cols) rows 240 drivers/input/keyboard/tca8418_keypad.c reg = ~(~0 << rows); rows 268 drivers/input/keyboard/tca8418_keypad.c u32 rows = 0, cols = 0; rows 279 drivers/input/keyboard/tca8418_keypad.c error = matrix_keypad_parse_properties(dev, &rows, &cols); rows 283 drivers/input/keyboard/tca8418_keypad.c if (!rows || rows > TCA8418_MAX_ROWS) { rows 321 drivers/input/keyboard/tca8418_keypad.c error = matrix_keypad_build_keymap(NULL, NULL, rows, cols, NULL, input); rows 343 drivers/input/keyboard/tca8418_keypad.c error = tca8418_configure(keypad_data, rows, cols); rows 354 drivers/input/keyboard/twl4030_keypad.c if (!pdata->rows || !pdata->cols || !pdata->keymap_data) { rows 359 drivers/input/keyboard/twl4030_keypad.c kp->n_rows = pdata->rows; rows 23 drivers/input/matrix-keymap.c unsigned int rows, unsigned int cols, rows 31 drivers/input/matrix-keymap.c if (row >= rows || col >= cols) { rows 34 drivers/input/matrix-keymap.c __func__, key, row, col, rows, cols); rows 53 drivers/input/matrix-keymap.c unsigned int *rows, unsigned int *cols) rows 55 drivers/input/matrix-keymap.c *rows = *cols = 0; rows 57 drivers/input/matrix-keymap.c device_property_read_u32(dev, "keypad,num-rows", rows); rows 60 drivers/input/matrix-keymap.c if (!*rows || !*cols) { rows 70 drivers/input/matrix-keymap.c unsigned int rows, unsigned int cols, rows 75 drivers/input/matrix-keymap.c unsigned int max_keys = rows << row_shift; rows 109 drivers/input/matrix-keymap.c if (!matrix_keypad_map_key(input_dev, rows, cols, rows 152 drivers/input/matrix-keymap.c unsigned int rows, unsigned int cols, rows 157 drivers/input/matrix-keymap.c size_t max_keys = rows << row_shift; rows 185 drivers/input/matrix-keymap.c if (!matrix_keypad_map_key(input_dev, rows, cols, rows 190 drivers/input/matrix-keymap.c error = matrix_keypad_parse_keymap(keymap_name, rows, cols, rows 413 drivers/input/touchscreen/elants_i2c.c u16 phy_x, phy_y, rows, cols, osr; rows 438 drivers/input/touchscreen/elants_i2c.c rows = resp[2] + resp[6] + resp[10]; rows 479 drivers/input/touchscreen/elants_i2c.c if (rows == 0 || cols == 0 || osr == 0) { rows 482 drivers/input/touchscreen/elants_i2c.c rows, cols, osr); rows 485 drivers/input/touchscreen/elants_i2c.c ts->x_max = ELAN_TS_RESOLUTION(rows, osr); rows 629 drivers/media/pci/saa7134/saa7134-video.c int cols = 0, rows = 0, i; rows 641 drivers/media/pci/saa7134/saa7134-video.c row[rows].position = clip_range(clips[i].c.top / div); rows 642 drivers/media/pci/saa7134/saa7134-video.c row[rows].enable = (1 << i); rows 643 drivers/media/pci/saa7134/saa7134-video.c rows++; rows 644 drivers/media/pci/saa7134/saa7134-video.c row[rows].position = clip_range((clips[i].c.top + clips[i].c.height) rows 646 drivers/media/pci/saa7134/saa7134-video.c row[rows].disable = (1 << i); rows 647 drivers/media/pci/saa7134/saa7134-video.c rows++; rows 650 drivers/media/pci/saa7134/saa7134-video.c sort(row, rows, sizeof row[0], cliplist_cmp, NULL); rows 652 drivers/media/pci/saa7134/saa7134-video.c set_cliplist(dev,0x384,row,rows,"rows"); rows 420 drivers/media/usb/go7007/go7007-fw.c int rows = go->interlace_coding ? go->height / 32 : go->height / 16; rows 479 drivers/media/usb/go7007/go7007-fw.c for (i = 0; i < rows; ++i) { rows 1079 drivers/media/usb/go7007/go7007-fw.c int rows = go->interlace_coding ? go->height / 32 : go->height / 16; rows 1133 drivers/media/usb/go7007/go7007-fw.c 0xc40a, (go->width << 4) | rows, rows 1310 drivers/media/usb/go7007/go7007-fw.c int rows = go->interlace_coding ? go->height / 32 : go->height / 16; rows 1327 drivers/media/usb/go7007/go7007-fw.c (go->encoder_v_halve ? rows << 9 : rows << 8) | rows 1340 drivers/media/usb/go7007/go7007-fw.c (rows << 8) | (go->width >> 4), rows 520 drivers/media/usb/pwc/pwc-dec23.c unsigned int htable_idx, rows = 0; rows 558 drivers/media/usb/pwc/pwc-dec23.c rows = ((mask << shift) + 0x80) & 0xFF; rows 560 drivers/media/usb/pwc/pwc-dec23.c block = pdec->table_subblock[rows]; rows 573 drivers/media/usb/pwc/pwc-dec23.c rows = ptable0004[offset1 + hash_table_ops [htable_idx * 4 + 3]]; rows 574 drivers/media/usb/pwc/pwc-dec23.c block = pdec->table_subblock[rows]; rows 57 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c return pos >= tb->rows ? NULL : &tb->data[pos * tb->width]; rows 95 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c struct seq_tab *seq_open_tab(struct file *f, unsigned int rows, rows 101 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c p = __seq_open_private(f, &seq_tab_ops, sizeof(*p) + rows * width); rows 104 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c p->rows = rows; rows 116 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (new_rows > p->rows) rows 118 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c p->rows = new_rows; rows 49 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h unsigned int rows; /* # of entries */ rows 60 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h struct seq_tab *seq_open_tab(struct file *f, unsigned int rows, rows 2985 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c u8 dw, rows, cols, banks, ranks; rows 3003 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c rows = NETXEN_DIMM_NUMROWS(val); rows 3042 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c if (!rows) { rows 3043 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c netdev_err(netdev, "Invalid no of rows %x\n", rows); rows 3089 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c dimm.size = ((1 << rows) * (1 << cols) * dw * banks * ranks) / 8; rows 302 drivers/net/ethernet/sfc/falcon/nic.c u32 step:6, rows:21; rows 305 drivers/net/ethernet/sfc/falcon/nic.c #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ rows 309 drivers/net/ethernet/sfc/falcon/nic.c step, rows \ rows 379 drivers/net/ethernet/sfc/falcon/nic.c len += table->rows * min_t(size_t, table->step, 16); rows 410 drivers/net/ethernet/sfc/falcon/nic.c for (i = 0; i < table->rows; i++) { rows 307 drivers/net/ethernet/sfc/nic.c u32 step:6, rows:21; rows 310 drivers/net/ethernet/sfc/nic.c #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ rows 314 drivers/net/ethernet/sfc/nic.c step, rows \ rows 386 drivers/net/ethernet/sfc/nic.c len += table->rows * min_t(size_t, table->step, 16); rows 417 drivers/net/ethernet/sfc/nic.c for (i = 0; i < table->rows; i++) { rows 988 drivers/pinctrl/pinctrl-single.c int rows, *pins, found = 0, res = -ENOMEM, i, fsel, gsel; rows 991 drivers/pinctrl/pinctrl-single.c rows = pinctrl_count_index_with_args(np, name); rows 992 drivers/pinctrl/pinctrl-single.c if (rows <= 0) { rows 993 drivers/pinctrl/pinctrl-single.c dev_err(pcs->dev, "Invalid number of rows: %d\n", rows); rows 997 drivers/pinctrl/pinctrl-single.c vals = devm_kcalloc(pcs->dev, rows, sizeof(*vals), GFP_KERNEL); rows 1001 drivers/pinctrl/pinctrl-single.c pins = devm_kcalloc(pcs->dev, rows, sizeof(*pins), GFP_KERNEL); rows 1005 drivers/pinctrl/pinctrl-single.c for (i = 0; i < rows; i++) { rows 1092 drivers/pinctrl/pinctrl-single.c int rows, *pins, found = 0, res = -ENOMEM, i, fsel, gsel; rows 1096 drivers/pinctrl/pinctrl-single.c rows = pinctrl_count_index_with_args(np, name); rows 1097 drivers/pinctrl/pinctrl-single.c if (rows <= 0) { rows 1098 drivers/pinctrl/pinctrl-single.c dev_err(pcs->dev, "Invalid number of rows: %d\n", rows); rows 1105 drivers/pinctrl/pinctrl-single.c array3_size(rows, npins_in_row, sizeof(*vals)), rows 1111 drivers/pinctrl/pinctrl-single.c array3_size(rows, npins_in_row, sizeof(*pins)), rows 1116 drivers/pinctrl/pinctrl-single.c for (i = 0; i < rows; i++) { rows 492 drivers/pinctrl/ti/pinctrl-ti-iodelay.c int rows, *pins, error = -EINVAL, i; rows 498 drivers/pinctrl/ti/pinctrl-ti-iodelay.c rows = pinctrl_count_index_with_args(np, name); rows 499 drivers/pinctrl/ti/pinctrl-ti-iodelay.c if (rows < 0) rows 500 drivers/pinctrl/ti/pinctrl-ti-iodelay.c return rows; rows 513 drivers/pinctrl/ti/pinctrl-ti-iodelay.c pins = devm_kcalloc(iod->dev, rows, sizeof(*pins), GFP_KERNEL); rows 517 drivers/pinctrl/ti/pinctrl-ti-iodelay.c cfg = devm_kcalloc(iod->dev, rows, sizeof(*cfg), GFP_KERNEL); rows 523 drivers/pinctrl/ti/pinctrl-ti-iodelay.c for (i = 0; i < rows; i++) { rows 114 drivers/s390/char/con3270.c cp->view.cols * (cp->view.rows - 1)); rows 116 drivers/s390/char/con3270.c cp->view.cols * cp->view.rows - 8); rows 154 drivers/s390/char/con3270.c nr = cp->view.rows - 2 + cp->nr_up; rows 156 drivers/s390/char/con3270.c if (nr < cp->view.rows - 1) rows 186 drivers/s390/char/con3270.c if (cp->nr_up != 0 && cp->nr_up + cp->view.rows > cp->nr_lines) { rows 187 drivers/s390/char/con3270.c cp->nr_up = cp->nr_lines - cp->view.rows + 1; rows 318 drivers/s390/char/con3270.c nr_up += cp->view.rows - 2; rows 319 drivers/s390/char/con3270.c if (nr_up + cp->view.rows - 1 > cp->nr_lines) { rows 320 drivers/s390/char/con3270.c nr_up = cp->nr_lines - cp->view.rows + 1; rows 326 drivers/s390/char/con3270.c nr_up -= cp->view.rows - 2; rows 357 drivers/s390/char/fs3270.c iocb.line_cnt = fp->view.rows; rows 474 drivers/s390/char/fs3270.c ib = idal_buffer_alloc(2*fp->view.rows*fp->view.cols + 5, 0); rows 40 drivers/s390/char/raw3270.c short model, rows, cols; rows 446 drivers/s390/char/raw3270.c rp->rows = 24; rows 451 drivers/s390/char/raw3270.c rp->rows = 32; rows 456 drivers/s390/char/raw3270.c rp->rows = 43; rows 461 drivers/s390/char/raw3270.c rp->rows = 27; rows 479 drivers/s390/char/raw3270.c rp->rows = 24; rows 484 drivers/s390/char/raw3270.c rp->rows = uap->uab.h; rows 492 drivers/s390/char/raw3270.c rp->rows = uap->aua.hauai; rows 497 drivers/s390/char/raw3270.c if (rp->rows == 24 && rp->cols == 80) rows 499 drivers/s390/char/raw3270.c if (rp->rows == 32 && rp->cols == 80) rows 501 drivers/s390/char/raw3270.c if (rp->rows == 43 && rp->cols == 80) rows 503 drivers/s390/char/raw3270.c if (rp->rows == 27 && rp->cols == 132) rows 517 drivers/s390/char/raw3270.c view->fn->resize(view, rp->model, rp->rows, rp->cols); rows 711 drivers/s390/char/raw3270.c rp->rows = 24; rows 941 drivers/s390/char/raw3270.c view->rows = rp->rows; rows 1068 drivers/s390/char/raw3270.c ((struct raw3270 *) dev_get_drvdata(dev))->rows); rows 1070 drivers/s390/char/raw3270.c static DEVICE_ATTR(rows, 0444, raw3270_rows_show, NULL); rows 159 drivers/s390/char/raw3270.h unsigned int rows, cols; /* # of rows & colums of the view */ rows 155 drivers/s390/char/tty3270.c off = tp->view.cols * tp->view.rows - 9; rows 181 drivers/s390/char/tty3270.c offset = tp->view.cols * (tp->view.rows - 2); rows 183 drivers/s390/char/tty3270.c offset = tp->view.cols * tp->view.rows - 9; rows 220 drivers/s390/char/tty3270.c offset = tp->view.cols * tp->view.rows - 9; rows 256 drivers/s390/char/tty3270.c line = tp->view.rows - 3; rows 284 drivers/s390/char/tty3270.c BUG_ON(tp->nr_lines <= tp->view.rows - 2); rows 295 drivers/s390/char/tty3270.c tp->nr_up + tp->view.rows - 2 >= tp->nr_lines) { rows 296 drivers/s390/char/tty3270.c tp->nr_up = tp->nr_lines - tp->view.rows + 2; rows 332 drivers/s390/char/tty3270.c for (i = 0; i < tp->view.rows - 2; i++) rows 521 drivers/s390/char/tty3270.c nr_up = tp->nr_up - tp->view.rows + 2; rows 543 drivers/s390/char/tty3270.c nr_up = tp->nr_up + tp->view.rows - 2; rows 544 drivers/s390/char/tty3270.c if (nr_up + tp->view.rows - 2 > tp->nr_lines) rows 545 drivers/s390/char/tty3270.c nr_up = tp->nr_lines - tp->view.rows + 2; rows 805 drivers/s390/char/tty3270.c tty3270_alloc_screen(unsigned int rows, unsigned int cols) rows 811 drivers/s390/char/tty3270.c size = sizeof(struct tty3270_line) * (rows - 2); rows 815 drivers/s390/char/tty3270.c for (lines = 0; lines < rows - 2; lines++) { rows 834 drivers/s390/char/tty3270.c tty3270_free_screen(struct tty3270_line *screen, unsigned int rows) rows 838 drivers/s390/char/tty3270.c for (lines = 0; lines < rows - 2; lines++) rows 861 drivers/s390/char/tty3270.c orows = tp->view.rows; rows 863 drivers/s390/char/tty3270.c tp->view.rows = tp->n_rows; rows 870 drivers/s390/char/tty3270.c while (tp->nr_lines < tp->view.rows - 2) rows 880 drivers/s390/char/tty3270.c ws.ws_row = tp->view.rows - 2; rows 887 drivers/s390/char/tty3270.c tty3270_resize(struct raw3270_view *view, int model, int rows, int cols) rows 891 drivers/s390/char/tty3270.c if (tp->n_model == model && tp->n_rows == rows && tp->n_cols == cols) rows 894 drivers/s390/char/tty3270.c tp->n_rows = rows; rows 926 drivers/s390/char/tty3270.c tty3270_free_screen(tp->screen, tp->view.rows); rows 968 drivers/s390/char/tty3270.c tty->winsize.ws_row = tp->view.rows - 2; rows 990 drivers/s390/char/tty3270.c tp->screen = tty3270_alloc_screen(tp->view.rows, tp->view.cols); rows 1000 drivers/s390/char/tty3270.c tty->winsize.ws_row = tp->view.rows - 2; rows 1008 drivers/s390/char/tty3270.c for (i = 0; i < tp->view.rows - 2; i++) rows 1144 drivers/s390/char/tty3270.c i = tp->view.rows - 2 - line_nr; rows 1202 drivers/s390/char/tty3270.c if (tp->nr_up + line_nr < tp->view.rows - 2) { rows 1232 drivers/s390/char/tty3270.c if (tp->cy < tp->view.rows - 3) { rows 1240 drivers/s390/char/tty3270.c for (i = 0; i < tp->view.rows - 3; i++) rows 1242 drivers/s390/char/tty3270.c tp->screen[tp->view.rows - 3] = temp; rows 1370 drivers/s390/char/tty3270.c for (i = tp->cy + 1; i < tp->view.rows - 2; i++) { rows 1381 drivers/s390/char/tty3270.c for (i = 0; i < tp->view.rows - 2; i++) { rows 1460 drivers/s390/char/tty3270.c cy = min_t(int, tp->view.rows - 3, max_cy); rows 1846 drivers/s390/char/tty3270.c while (tp->nr_lines < tp->view.rows - 2) rows 45 drivers/staging/uwb/allocator.c int mas, col, rows; rows 50 drivers/staging/uwb/allocator.c rows = 1; rows 55 drivers/staging/uwb/allocator.c if (rows > ri->used_rows) { rows 57 drivers/staging/uwb/allocator.c } else if (rows > 7) { rows 70 drivers/staging/uwb/allocator.c rows++; rows 152 drivers/tty/vt/vt.c static void vc_init(struct vc_data *vc, unsigned int rows, rows 345 drivers/tty/vt/vt.c static struct uni_screen *vc_uniscr_alloc(unsigned int cols, unsigned int rows) rows 352 drivers/tty/vt/vt.c memsize = cols * rows * sizeof(char32_t); rows 353 drivers/tty/vt/vt.c memsize += rows * sizeof(char32_t *); rows 360 drivers/tty/vt/vt.c p = uniscr->lines + rows; rows 361 drivers/tty/vt/vt.c for (i = 0; i < rows; i++) { rows 1332 drivers/tty/vt/vt.c int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows) rows 1334 drivers/tty/vt/vt.c return vc_do_resize(vc->port.tty, vc, cols, rows); rows 3325 drivers/tty/vt/vt.c static void vc_init(struct vc_data *vc, unsigned int rows, rows 3331 drivers/tty/vt/vt.c vc->vc_rows = rows; rows 869 drivers/tty/vt/vt_ioctl.c int rows = v.v_vlin/v.v_clin; rows 870 drivers/tty/vt/vt_ioctl.c if (v.v_rows != rows) { rows 873 drivers/tty/vt/vt_ioctl.c v.v_rows = rows; rows 202 drivers/usb/misc/sisusbvga/sisusb_con.c int cols, rows; rows 238 drivers/usb/misc/sisusbvga/sisusb_con.c rows = c->vc_scan_lines / c->vc_font.height; rows 258 drivers/usb/misc/sisusbvga/sisusb_con.c c->vc_rows = rows; rows 260 drivers/usb/misc/sisusbvga/sisusb_con.c vc_resize(c, cols, rows); rows 1135 drivers/usb/misc/sisusbvga/sisusb_con.c int rows = 0, maxscan = 0; rows 1140 drivers/usb/misc/sisusbvga/sisusb_con.c rows = c->vc_scan_lines / fh; rows 1142 drivers/usb/misc/sisusbvga/sisusb_con.c maxscan = rows * fh - 1; rows 1171 drivers/usb/misc/sisusbvga/sisusb_con.c int rows = c->vc_scan_lines / fh; rows 1183 drivers/usb/misc/sisusbvga/sisusb_con.c vc_resize(vc, 0, rows); rows 331 drivers/video/console/newport_con.c int cols, rows; rows 334 drivers/video/console/newport_con.c rows = newport_ysize / 16; rows 338 drivers/video/console/newport_con.c vc->vc_rows = rows; rows 340 drivers/video/console/newport_con.c vc_resize(vc, cols, rows); rows 174 drivers/video/console/vgacon.c int rows; rows 204 drivers/video/console/vgacon.c int rows = size / pitch; rows 213 drivers/video/console/vgacon.c vgacon_scrollback_cur->rows = rows - 1; rows 214 drivers/video/console/vgacon.c vgacon_scrollback_cur->size = rows * pitch; rows 265 drivers/video/console/vgacon.c if (vgacon_scrollback_cur->cnt > vgacon_scrollback_cur->rows) rows 266 drivers/video/console/vgacon.c vgacon_scrollback_cur->cnt = vgacon_scrollback_cur->rows; rows 841 drivers/video/console/vgacon.c int rows = screen_info.orig_video_lines * vga_default_font_height/ rows 862 drivers/video/console/vgacon.c vga_video_num_lines <= rows)) rows 1227 drivers/video/console/vgacon.c int rows, maxscan, i; rows 1229 drivers/video/console/vgacon.c rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */ rows 1230 drivers/video/console/vgacon.c maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ rows 1275 drivers/video/console/vgacon.c vc_resize(c, 0, rows); /* Adjust console size */ rows 196 drivers/video/fbdev/atafb_iplan2p2.c int rows, i; rows 214 drivers/video/fbdev/atafb_iplan2p2.c rows = width >> 4; rows 215 drivers/video/fbdev/atafb_iplan2p2.c if (rows) { rows 217 drivers/video/fbdev/atafb_iplan2p2.c u32 off = next_line - rows * BPL * 2; rows 219 drivers/video/fbdev/atafb_iplan2p2.c d = fill16_col(d, rows, cval); rows 222 drivers/video/fbdev/atafb_iplan2p2.c dest += rows * BPL / 2; rows 244 drivers/video/fbdev/atafb_iplan2p2.c int rows; rows 258 drivers/video/fbdev/atafb_iplan2p2.c for (rows = width / 16; rows; rows--) { rows 210 drivers/video/fbdev/atafb_iplan2p4.c int rows, i; rows 228 drivers/video/fbdev/atafb_iplan2p4.c rows = width >> 4; rows 229 drivers/video/fbdev/atafb_iplan2p4.c if (rows) { rows 231 drivers/video/fbdev/atafb_iplan2p4.c u32 off = next_line - rows * BPL * 2; rows 233 drivers/video/fbdev/atafb_iplan2p4.c d = fill16_col(d, rows, cval); rows 236 drivers/video/fbdev/atafb_iplan2p4.c dest += rows * BPL / 2; rows 258 drivers/video/fbdev/atafb_iplan2p4.c int rows; rows 272 drivers/video/fbdev/atafb_iplan2p4.c for (rows = width / 16; rows; rows--) { rows 245 drivers/video/fbdev/atafb_iplan2p8.c int rows, i; rows 263 drivers/video/fbdev/atafb_iplan2p8.c rows = width >> 4; rows 264 drivers/video/fbdev/atafb_iplan2p8.c if (rows) { rows 266 drivers/video/fbdev/atafb_iplan2p8.c u32 off = next_line - rows * BPL * 2; rows 268 drivers/video/fbdev/atafb_iplan2p8.c d = fill16_col(d, rows, cval); rows 271 drivers/video/fbdev/atafb_iplan2p8.c dest += rows * BPL / 2; rows 293 drivers/video/fbdev/atafb_iplan2p8.c int rows; rows 307 drivers/video/fbdev/atafb_iplan2p8.c for (rows = width / 16; rows; rows--) { rows 28 drivers/video/fbdev/atafb_mfb.c u_int rows; rows 37 drivers/video/fbdev/atafb_mfb.c for (rows = height; rows--;) { rows 45 drivers/video/fbdev/atafb_mfb.c for (rows = height; rows--;) { rows 57 drivers/video/fbdev/atafb_mfb.c u_int rows; rows 67 drivers/video/fbdev/atafb_mfb.c for (rows = height; rows--; dest += next_line) { rows 81 drivers/video/fbdev/atafb_mfb.c u_int rows; rows 85 drivers/video/fbdev/atafb_mfb.c for (rows = width / 8; rows--; /* check margins */ ) { rows 359 drivers/video/fbdev/atafb_utils.h static inline u32 *fill16_col(u32 *dst, int rows, u32 m[]) rows 361 drivers/video/fbdev/atafb_utils.h while (rows) { rows 370 drivers/video/fbdev/atafb_utils.h rows--; rows 597 drivers/video/fbdev/core/fbcon.c int cols, int rows, int new_cols, int new_rows) rows 603 drivers/video/fbdev/core/fbcon.c int cols, int rows, int new_cols, int new_rows) rows 625 drivers/video/fbdev/core/fbcon.c vc->vc_size_row * rows); rows 630 drivers/video/fbdev/core/fbcon.c if (r != q && new_rows >= rows + logo_lines) { rows 645 drivers/video/fbdev/core/fbcon.c for (cnt = rows - logo_lines; cnt > 0; cnt--) { rows 651 drivers/video/fbdev/core/fbcon.c if (vc->vc_y + logo_lines >= rows) rows 652 drivers/video/fbdev/core/fbcon.c lines = rows - vc->vc_y - 1; rows 671 drivers/video/fbdev/core/fbcon.c rows); rows 974 drivers/video/fbdev/core/fbcon.c int rows, cols; rows 1060 drivers/video/fbdev/core/fbcon.c rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); rows 1062 drivers/video/fbdev/core/fbcon.c rows /= vc->vc_font.height; rows 1063 drivers/video/fbdev/core/fbcon.c vc_resize(vc, cols, rows); rows 1082 drivers/video/fbdev/core/fbcon.c int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256; rows 1168 drivers/video/fbdev/core/fbcon.c rows = vc->vc_rows; rows 1215 drivers/video/fbdev/core/fbcon.c fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows); rows 1420 drivers/video/fbdev/core/fbcon.c int rows, cols, charcnt = 256; rows 1469 drivers/video/fbdev/core/fbcon.c rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); rows 1471 drivers/video/fbdev/core/fbcon.c rows /= vc->vc_font.height; rows 1472 drivers/video/fbdev/core/fbcon.c vc_resize(vc, cols, rows); rows 2596 drivers/video/fbdev/core/fbcon.c int cols, rows; rows 2599 drivers/video/fbdev/core/fbcon.c rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); rows 2601 drivers/video/fbdev/core/fbcon.c rows /= h; rows 2602 drivers/video/fbdev/core/fbcon.c vc_resize(vc, cols, rows); rows 2965 drivers/video/fbdev/core/fbcon.c int rows, cols; rows 2980 drivers/video/fbdev/core/fbcon.c rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); rows 2982 drivers/video/fbdev/core/fbcon.c rows /= vc->vc_font.height; rows 2983 drivers/video/fbdev/core/fbcon.c vc_resize(vc, cols, rows); rows 3005 drivers/video/fbdev/core/fbcon.c int i, rows, cols, fg = -1; rows 3025 drivers/video/fbdev/core/fbcon.c rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); rows 3027 drivers/video/fbdev/core/fbcon.c rows /= vc->vc_font.height; rows 3028 drivers/video/fbdev/core/fbcon.c vc_resize(vc, cols, rows); rows 230 drivers/video/fbdev/core/fbcon.h int rows = p->vrows; rows 233 drivers/video/fbdev/core/fbcon.h return ypos < rows ? ypos : ypos - rows; rows 460 drivers/video/fbdev/hgafb.c u_int rows, y; rows 465 drivers/video/fbdev/hgafb.c for (rows = rect->height; rows--; y++) { rows 480 drivers/video/fbdev/hgafb.c u_int rows, y1, y2; rows 488 drivers/video/fbdev/hgafb.c for (rows = area->height; rows--; ) { rows 499 drivers/video/fbdev/hgafb.c for (rows = area->height; rows--;) { rows 513 drivers/video/fbdev/hgafb.c u_int rows, y = image->dy; rows 517 drivers/video/fbdev/hgafb.c for (rows = image->height; rows--; y++) { rows 148 drivers/video/fbdev/sis/sis_main.h u16 rows; rows 84 include/linux/input/matrix_keypad.h unsigned int rows, unsigned int cols, rows 88 include/linux/input/matrix_keypad.h unsigned int *rows, unsigned int *cols); rows 31 include/linux/input/samsung-keypad.h unsigned int rows; rows 36 include/linux/input/samsung-keypad.h void (*cfg_gpio)(unsigned int rows, unsigned int cols); rows 609 include/linux/mfd/twl.h unsigned rows; rows 142 include/linux/platform_data/adp5588.h int rows; /* Number of rows */ rows 3140 include/linux/platform_data/cros_ec_commands.h uint32_t rows; rows 16 include/linux/platform_data/keypad-omap.h int rows; rows 1160 include/net/ip_vs.h void ip_vs_init_hash_table(struct list_head *table, int rows); rows 50 include/uapi/linux/virtio_console.h __u16 rows; rows 717 include/xen/interface/xen.h uint16_t rows, columns; rows 442 lib/bch.c static int solve_linear_system(struct bch_control *bch, unsigned int *rows, rows 458 lib/bch.c if (rows[r] & mask) { rows 460 lib/bch.c tmp = rows[r]; rows 461 lib/bch.c rows[r] = rows[p]; rows 462 lib/bch.c rows[p] = tmp; rows 470 lib/bch.c tmp = rows[p]; rows 472 lib/bch.c if (rows[r] & mask) rows 473 lib/bch.c rows[r] ^= tmp; rows 485 lib/bch.c if ((r > m-1-k) && rows[r]) rows 489 lib/bch.c rows[r] = (p && (r == param[p-1])) ? rows 490 lib/bch.c p--, 1u << (m-r) : rows[r-p]; rows 501 lib/bch.c rows[param[c]] = (rows[param[c]] & ~1)|((p >> c) & 1); rows 506 lib/bch.c mask = rows[r] & (tmp|1); rows 524 lib/bch.c unsigned int mask = 0xff, t, rows[16] = {0,}; rows 528 lib/bch.c rows[0] = c; rows 532 lib/bch.c rows[i+1] = bch->a_pow_tab[4*i]^ rows 544 lib/bch.c t = ((rows[k] >> j)^rows[k+j]) & mask; rows 545 lib/bch.c rows[k] ^= (t << j); rows 546 lib/bch.c rows[k+j] ^= t; rows 549 lib/bch.c return solve_linear_system(bch, rows, roots, 4); rows 93 lib/gen_crc32table.c static void output_table(uint32_t (*table)[256], int rows, int len, char *trans) rows 97 lib/gen_crc32table.c for (j = 0 ; j < rows; j++) { rows 127 net/netfilter/ipvs/ip_vs_core.c void ip_vs_init_hash_table(struct list_head *table, int rows) rows 129 net/netfilter/ipvs/ip_vs_core.c while (--rows >= 0) rows 130 net/netfilter/ipvs/ip_vs_core.c INIT_LIST_HEAD(&table[rows]); rows 106 tools/lib/subcmd/help.c int cols = 1, rows; rows 117 tools/lib/subcmd/help.c rows = (cmds->cnt + cols - 1) / cols; rows 119 tools/lib/subcmd/help.c for (i = 0; i < rows; i++) { rows 123 tools/lib/subcmd/help.c unsigned int n = j * rows + i; rows 128 tools/lib/subcmd/help.c if (j == cols-1 || n + rows >= cmds->cnt) rows 181 tools/perf/ui/browser.c if (++row == browser->rows) rows 197 tools/perf/ui/browser.c browser->height = browser->rows = SLtt_Screen_Rows - 2; rows 198 tools/perf/ui/browser.c browser->rows -= browser->extra_title_lines; rows 346 tools/perf/ui/browser.c browser->rows - row, width, ' '); rows 427 tools/perf/ui/browser.c if (browser->index == browser->top_idx + browser->rows) { rows 455 tools/perf/ui/browser.c if (browser->top_idx + browser->rows > browser->nr_entries - 1) rows 458 tools/perf/ui/browser.c offset = browser->rows; rows 469 tools/perf/ui/browser.c if (browser->top_idx < browser->rows) rows 472 tools/perf/ui/browser.c offset = browser->rows; rows 482 tools/perf/ui/browser.c offset = browser->rows - 1; rows 513 tools/perf/ui/browser.c if (++row == browser->rows) rows 642 tools/perf/ui/browser.c if (++row == browser->rows) rows 678 tools/perf/ui/browser.c if (start < browser->top_idx + browser->rows) { rows 688 tools/perf/ui/browser.c row = browser->rows - 1; rows 730 tools/perf/ui/browser.c if (end >= browser->top_idx + browser->rows) rows 731 tools/perf/ui/browser.c end_row = browser->rows - 1; rows 739 tools/perf/ui/browser.c if (end < browser->top_idx + browser->rows) { rows 20 tools/perf/ui/browser.h u16 y, x, width, height, rows, columns, horiz_scroll; rows 226 tools/perf/ui/browsers/annotate.c __ui_browser__vline(browser, pcnt_width, 0, browser->rows - 1); rows 108 tools/perf/ui/browsers/hists.c browser->rows += browser->extra_title_lines; rows 114 tools/perf/ui/browsers/hists.c browser->rows -= browser->extra_title_lines; rows 120 tools/perf/ui/browsers/hists.c if (index_row >= browser->rows) rows 121 tools/perf/ui/browsers/hists.c browser->index -= index_row - browser->rows + 1; rows 682 tools/perf/ui/browsers/hists.c browser->b.rows, rows 781 tools/perf/ui/browsers/hists.c return browser->b.rows == row; rows 1334 tools/perf/ui/browsers/hists.c if (folded_sign == '-' && row != browser->b.rows) { rows 1502 tools/perf/ui/browsers/hists.c if (entry->leaf && folded_sign == '-' && row != browser->b.rows) { rows 1793 tools/perf/ui/browsers/hists.c if (row == browser->rows) rows 1804 tools/perf/ui/browsers/hists.c if (row == browser->rows) rows 85 tools/perf/util/svghelper.c void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) rows 107 tools/perf/util/svghelper.c total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; rows 9 tools/perf/util/svghelper.h void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end); rows 112 tools/thermal/tmon/tui.c int rows = max(DIAG_DEV_ROWS, (entries + 1) / 2); rows 113 tools/thermal/tmon/tui.c return min(rows, entries); rows 279 tools/thermal/tmon/tui.c int rows, cols; rows 285 tools/thermal/tmon/tui.c getmaxyx(w, rows, cols); rows 309 tools/thermal/tmon/tui.c mvwprintw(w, rows - 2, 1,