/Linux-v6.1/drivers/input/ |
D | matrix-keymap.c | 23 unsigned int rows, unsigned int cols, in matrix_keypad_map_key() argument 31 if (row >= rows || col >= cols) { in matrix_keypad_map_key() 34 __func__, key, row, col, rows, cols); in matrix_keypad_map_key() 53 unsigned int *rows, unsigned int *cols) in matrix_keypad_parse_properties() argument 55 *rows = *cols = 0; in matrix_keypad_parse_properties() 57 device_property_read_u32(dev, "keypad,num-rows", rows); in matrix_keypad_parse_properties() 60 if (!*rows || !*cols) { in matrix_keypad_parse_properties() 70 unsigned int rows, unsigned int cols, in matrix_keypad_parse_keymap() argument 75 unsigned int max_keys = rows << row_shift; in matrix_keypad_parse_keymap() 109 if (!matrix_keypad_map_key(input_dev, rows, cols, in matrix_keypad_parse_keymap() [all …]
|
/Linux-v6.1/drivers/video/fbdev/ |
D | atafb_mfb.c | 28 u_int rows; in atafb_mfb_copyarea() local 37 for (rows = height; rows--;) { in atafb_mfb_copyarea() 45 for (rows = height; rows--;) { in atafb_mfb_copyarea() 57 u_int rows; in atafb_mfb_fillrect() local 67 for (rows = height; rows--; dest += next_line) { in atafb_mfb_fillrect() 81 u_int rows; in atafb_mfb_linefill() local 85 for (rows = width / 8; rows--; /* check margins */ ) { in atafb_mfb_linefill()
|
D | atafb_iplan2p2.c | 196 int rows, i; in atafb_iplan2p2_fillrect() local 214 rows = width >> 4; in atafb_iplan2p2_fillrect() 215 if (rows) { in atafb_iplan2p2_fillrect() 217 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p2_fillrect() 219 d = fill16_col(d, rows, cval); in atafb_iplan2p2_fillrect() 222 dest += rows * BPL / 2; in atafb_iplan2p2_fillrect() 244 int rows; in atafb_iplan2p2_linefill() local 258 for (rows = width / 16; rows; rows--) { in atafb_iplan2p2_linefill()
|
D | atafb_iplan2p4.c | 210 int rows, i; in atafb_iplan2p4_fillrect() local 228 rows = width >> 4; in atafb_iplan2p4_fillrect() 229 if (rows) { in atafb_iplan2p4_fillrect() 231 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p4_fillrect() 233 d = fill16_col(d, rows, cval); in atafb_iplan2p4_fillrect() 236 dest += rows * BPL / 2; in atafb_iplan2p4_fillrect() 258 int rows; in atafb_iplan2p4_linefill() local 272 for (rows = width / 16; rows; rows--) { in atafb_iplan2p4_linefill()
|
D | atafb_iplan2p8.c | 245 int rows, i; in atafb_iplan2p8_fillrect() local 263 rows = width >> 4; in atafb_iplan2p8_fillrect() 264 if (rows) { in atafb_iplan2p8_fillrect() 266 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p8_fillrect() 268 d = fill16_col(d, rows, cval); in atafb_iplan2p8_fillrect() 271 dest += rows * BPL / 2; in atafb_iplan2p8_fillrect() 293 int rows; in atafb_iplan2p8_linefill() local 307 for (rows = width / 16; rows; rows--) { in atafb_iplan2p8_linefill()
|
D | hgafb.c | 465 u_int rows, y; in hgafb_fillrect() local 470 for (rows = rect->height; rows--; y++) { in hgafb_fillrect() 485 u_int rows, y1, y2; in hgafb_copyarea() local 493 for (rows = area->height; rows--; ) { in hgafb_copyarea() 504 for (rows = area->height; rows--;) { in hgafb_copyarea() 518 u_int rows, y = image->dy; in hgafb_imageblit() local 522 for (rows = image->height; rows--; y++) { in hgafb_imageblit()
|
/Linux-v6.1/arch/x86/boot/ |
D | video-mode.c | 118 unsigned int font_size, rows; in vga_recalc_vertical() local 124 rows = force_y ? force_y : rdfs8(0x484)+1; /* Text rows */ in vga_recalc_vertical() 126 rows *= font_size; /* Visible scan lines */ in vga_recalc_vertical() 127 rows--; /* ... minus one */ in vga_recalc_vertical() 135 out_idx((u8)rows, crtc, 0x12); /* Lower height register */ in vga_recalc_vertical() 139 ov |= (rows >> (8-1)) & 0x02; in vga_recalc_vertical() 140 ov |= (rows >> (9-6)) & 0x40; in vga_recalc_vertical()
|
/Linux-v6.1/Documentation/sphinx/ |
D | rstFlatTable.py | 142 self.rows = [] 178 for row in self.rows[:header_rows]: 184 for row in self.rows[header_rows:]: 224 self.rows.append(row) 242 while y < len(self.rows): 245 while x < len(self.rows[y]): 246 cell = self.rows[y][x] 254 self.rows[y].insert(x+c+1, None) 262 self.rows[y+r+1].insert(x+c, None) 272 for row in self.rows: [all …]
|
/Linux-v6.1/drivers/cpufreq/ |
D | sa1110-cpufreq.c | 34 u_char rows; /* bits */ member 52 .rows = 12, 61 .rows = 12, 70 .rows = 14, 79 .rows = 12, 87 .rows = 13, 96 .rows = 16, 105 .rows = 12, 215 u_int ns_row = (sdram->refresh * 1000) >> sdram->rows; in sdram_update_refresh()
|
/Linux-v6.1/tools/perf/ui/ |
D | browser.c | 181 if (++row == browser->rows) in ui_browser__rb_tree_refresh() 197 browser->height = browser->rows = SLtt_Screen_Rows - 2; in ui_browser__refresh_dimensions() 198 browser->rows -= browser->extra_title_lines; in ui_browser__refresh_dimensions() 346 browser->rows - row, width, ' '); in __ui_browser__refresh() 427 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run() 455 if (browser->top_idx + browser->rows > browser->nr_entries - 1) in ui_browser__run() 458 offset = browser->rows; in ui_browser__run() 469 if (browser->top_idx < browser->rows) in ui_browser__run() 472 offset = browser->rows; in ui_browser__run() 482 offset = browser->rows - 1; in ui_browser__run() [all …]
|
/Linux-v6.1/drivers/input/keyboard/ |
D | stmpe-keypad.c | 135 unsigned int rows; member 231 if (keypad->rows & (1 << i)) in stmpe_keypad_altfunc_init() 288 ret = stmpe_reg_write(stmpe, STMPE_KPC_ROW_LSB, keypad->rows); in stmpe_keypad_chip_init() 295 keypad->rows >> 8); in stmpe_keypad_chip_init() 323 keypad->rows |= 1 << row; in stmpe_keypad_fill_used_pins() 336 u32 rows; in stmpe_keypad_probe() local 365 error = matrix_keypad_parse_properties(&pdev->dev, &rows, &cols); in stmpe_keypad_probe() 369 error = matrix_keypad_build_keymap(NULL, NULL, rows, cols, in stmpe_keypad_probe() 378 stmpe_keypad_fill_used_pins(keypad, rows, cols); in stmpe_keypad_probe()
|
D | tca8418_keypad.c | 235 u32 rows, u32 cols) in tca8418_configure() argument 240 reg = ~(~0 << rows); in tca8418_configure() 268 u32 rows = 0, cols = 0; in tca8418_keypad_probe() local 279 error = matrix_keypad_parse_properties(dev, &rows, &cols); in tca8418_keypad_probe() 283 if (!rows || rows > TCA8418_MAX_ROWS) { in tca8418_keypad_probe() 321 error = matrix_keypad_build_keymap(NULL, NULL, rows, cols, NULL, input); in tca8418_keypad_probe() 343 error = tca8418_configure(keypad_data, rows, cols); in tca8418_keypad_probe()
|
D | omap-keypad.c | 43 unsigned int rows; member 110 for (row = 0; row < omap_kp_data->rows; row++) { in omap_kp_tasklet() 186 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) { in omap_kp_probe() 192 keycodemax = pdata->rows << row_shift; in omap_kp_probe() 217 omap_kp->rows = pdata->rows; in omap_kp_probe() 247 pdata->rows, pdata->cols, in omap_kp_probe()
|
D | samsung-keypad.c | 73 unsigned int rows; member 98 row_state[col] = ~val & ((1 << keypad->rows) - 1); in samsung_keypad_scan() 121 for (row = 0; row < keypad->rows; row++) { in samsung_keypad_report() 267 pdata->rows = num_rows; in samsung_keypad_parse_dt() 338 if (!pdata->rows || pdata->rows > SAMSUNG_MAX_ROWS) in samsung_keypad_probe() 346 pdata->cfg_gpio(pdata->rows, pdata->cols); in samsung_keypad_probe() 349 keymap_size = (pdata->rows << row_shift) * sizeof(keypad->keycodes[0]); in samsung_keypad_probe() 380 keypad->rows = pdata->rows; in samsung_keypad_probe() 399 pdata->rows, pdata->cols, in samsung_keypad_probe()
|
/Linux-v6.1/drivers/s390/char/ |
D | tty3270.c | 155 off = tp->view.cols * tp->view.rows - 9; in tty3270_update_prompt() 181 offset = tp->view.cols * (tp->view.rows - 2); in tty3270_create_prompt() 183 offset = tp->view.cols * tp->view.rows - 9; in tty3270_create_prompt() 220 offset = tp->view.cols * tp->view.rows - 9; in tty3270_create_status() 256 line = tp->view.rows - 3; in tty3270_rebuild_update() 284 BUG_ON(tp->nr_lines <= tp->view.rows - 2); in tty3270_alloc_string() 295 tp->nr_up + tp->view.rows - 2 >= tp->nr_lines) { in tty3270_alloc_string() 296 tp->nr_up = tp->nr_lines - tp->view.rows + 2; in tty3270_alloc_string() 332 for (i = 0; i < tp->view.rows - 2; i++) in tty3270_blank_screen() 523 nr_up = tp->nr_up - tp->view.rows + 2; in tty3270_scroll_forward() [all …]
|
D | raw3270.c | 40 short model, rows, cols; member 442 rp->rows = 24; in raw3270_size_device_vm() 447 rp->rows = 32; in raw3270_size_device_vm() 452 rp->rows = 43; in raw3270_size_device_vm() 457 rp->rows = 27; in raw3270_size_device_vm() 475 rp->rows = 24; in raw3270_size_device() 480 rp->rows = uap->uab.h; in raw3270_size_device() 488 rp->rows = uap->aua.hauai; in raw3270_size_device() 493 if (rp->rows == 24 && rp->cols == 80) in raw3270_size_device() 495 if (rp->rows == 32 && rp->cols == 80) in raw3270_size_device() [all …]
|
D | con3270.c | 115 cp->view.cols * (cp->view.rows - 1)); in con3270_create_status() 117 cp->view.cols * cp->view.rows - 8); in con3270_create_status() 155 nr = cp->view.rows - 2 + cp->nr_up; in con3270_rebuild_update() 157 if (nr < cp->view.rows - 1) in con3270_rebuild_update() 187 if (cp->nr_up != 0 && cp->nr_up + cp->view.rows > cp->nr_lines) { in con3270_alloc_string() 188 cp->nr_up = cp->nr_lines - cp->view.rows + 1; in con3270_alloc_string() 321 nr_up += cp->view.rows - 2; in con3270_read_tasklet() 322 if (nr_up + cp->view.rows - 1 > cp->nr_lines) { in con3270_read_tasklet() 323 nr_up = cp->nr_lines - cp->view.rows + 1; in con3270_read_tasklet() 329 nr_up -= cp->view.rows - 2; in con3270_read_tasklet()
|
/Linux-v6.1/Documentation/driver-api/ |
D | edac.rst | 8 *sockets, *socket sets*, *banks*, *rows*, *chip-select rows*, *channels*, 70 accessed. Common chip-select rows for single channel are 64 bits, for 79 stick, will occupy only one of those rows. The other will be unused. 85 A double-ranked stick has two chip-select rows which access different 86 sets of memory devices. The two rows cannot be accessed concurrently. 92 A double-sided stick has two chip-select rows which access different sets 93 of memory devices. The two rows cannot be accessed concurrently. 101 set has two chip-select rows and if double-sided sticks are used these 102 will occupy those chip-select rows. 107 between chip-select rows and socket sets.
|
/Linux-v6.1/arch/mips/bcm63xx/ |
D | cpu.c | 258 unsigned int cols = 0, rows = 0, is_32bits = 0, banks = 0; in detect_memory_size() local 271 rows = (val & SDRAM_CFG_ROW_MASK) >> SDRAM_CFG_ROW_SHIFT; in detect_memory_size() 279 rows = (val & MEMC_CFG_ROW_MASK) >> MEMC_CFG_ROW_SHIFT; in detect_memory_size() 286 rows += 11; in detect_memory_size() 291 return 1 << (cols + rows + (is_32bits + 1) + banks); in detect_memory_size()
|
/Linux-v6.1/scripts/ |
D | bootgraph.pl | 169 my %rows; 180 if (!defined($rows{$pid})) { 181 $rows{$pid} = $rowscount; 190 $y = $rows{$pid} * 150;
|
/Linux-v6.1/lib/ |
D | bch.c | 499 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, in solve_linear_system() argument 515 if (rows[r] & mask) { in solve_linear_system() 517 tmp = rows[r]; in solve_linear_system() 518 rows[r] = rows[p]; in solve_linear_system() 519 rows[p] = tmp; in solve_linear_system() 527 tmp = rows[p]; in solve_linear_system() 529 if (rows[r] & mask) in solve_linear_system() 530 rows[r] ^= tmp; in solve_linear_system() 542 if ((r > m-1-k) && rows[r]) in solve_linear_system() 546 rows[r] = (p && (r == param[p-1])) ? in solve_linear_system() [all …]
|
/Linux-v6.1/arch/arm/mach-s3c/ |
D | setup-keypad-s3c64xx.c | 13 void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols) in samsung_keypad_cfg_gpio() argument 16 s3c_gpio_cfgrange_nopull(S3C64XX_GPK(8), rows, S3C_GPIO_SFN(3)); in samsung_keypad_cfg_gpio()
|
/Linux-v6.1/include/linux/input/ |
D | samsung-keypad.h | 31 unsigned int rows; member 36 void (*cfg_gpio)(unsigned int rows, unsigned int cols);
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec.rst | 49 :header-rows: 0 104 :header-rows: 0 127 :header-rows: 0 151 :header-rows: 0 178 :header-rows: 0 223 :header-rows: 0 268 :header-rows: 0 316 :header-rows: 0 371 :header-rows: 0 398 :header-rows: 0 [all …]
|
D | ext-ctrls-codec-stateless.rst | 44 :header-rows: 0 114 :header-rows: 0 144 :header-rows: 0 187 :header-rows: 0 242 :header-rows: 0 293 :header-rows: 0 328 :header-rows: 0 397 :header-rows: 0 424 :header-rows: 0 452 :header-rows: 0 [all …]
|