Home
last modified time | relevance | path

Searched full:rows (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/kernel/linux/linux-5.10/drivers/input/
Dmatrix-keymap.c23 unsigned int rows, unsigned int cols, in matrix_keypad_map_key() argument
31 if (row >= rows || col >= cols) { in matrix_keypad_map_key()
33 "%s: invalid keymap entry 0x%x (row: %d, col: %d, rows: %d, cols: %d)\n", in matrix_keypad_map_key()
34 __func__, key, row, col, rows, cols); in matrix_keypad_map_key()
48 * @rows: Returns number of matrix rows
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()
61 dev_err(dev, "number of keypad rows/columns not specified\n"); in matrix_keypad_parse_properties()
[all …]
/kernel/linux/linux-6.6/drivers/input/
Dmatrix-keymap.c23 unsigned int rows, unsigned int cols, in matrix_keypad_map_key() argument
31 if (row >= rows || col >= cols) { in matrix_keypad_map_key()
33 "%s: invalid keymap entry 0x%x (row: %d, col: %d, rows: %d, cols: %d)\n", in matrix_keypad_map_key()
34 __func__, key, row, col, rows, cols); in matrix_keypad_map_key()
48 * @rows: Returns number of matrix rows
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()
61 dev_err(dev, "number of keypad rows/columns not specified\n"); in matrix_keypad_parse_properties()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Datafb_mfb.c28 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()
Datafb_iplan2p4.c210 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()
Datafb_iplan2p2.c196 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/
Datafb_mfb.c28 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()
Datafb_iplan2p4.c210 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()
Datafb_iplan2p2.c196 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()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst49 :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 …]
/kernel/linux/linux-5.10/Documentation/driver-api/
Dedac.rst8 *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.
/kernel/linux/linux-6.6/Documentation/sphinx/
DrstFlatTable.py21 additional rows
30 * header-rows: [int] count of header rows
38 * rspan: [int] additionale rows (*morerows*)
107 , 'header-rows': directives.nonnegative_int
142 self.rows = []
154 header_rows = self.directive.options.get('header-rows', 0)
178 for row in self.rows[:header_rows]:
184 for row in self.rows[header_rows:]:
224 self.rows.append(row)
230 This method rounds off the table definition in :py:member:`rows`.
[all …]
/kernel/linux/linux-5.10/Documentation/sphinx/
DrstFlatTable.py21 additional rows
30 * header-rows: [int] count of header rows
38 * rspan: [int] additionale rows (*morerows*)
117 , 'header-rows': directives.nonnegative_int
152 self.rows = []
164 header_rows = self.directive.options.get('header-rows', 0)
188 for row in self.rows[:header_rows]:
194 for row in self.rows[header_rows:]:
234 self.rows.append(row)
240 This method rounds off the table definition in :py:member:`rows`.
[all …]
/kernel/linux/linux-6.6/drivers/input/keyboard/
Dstmpe-keypad.c68 * @max_rows: maximum number of rows supported
70 * @row_gpios: bitmask of gpios which can be used for rows
125 * @rows: bitmask for the rows
136 unsigned int rows; member
211 * {cols,rows}_gpios are bitmasks of which pins on the chip can be used in stmpe_keypad_altfunc_init()
214 * keypad->{cols,rows} are a bitmask of which pins (of the ones useable in stmpe_keypad_altfunc_init()
232 if (keypad->rows & (1 << i)) in stmpe_keypad_altfunc_init()
289 ret = stmpe_reg_write(stmpe, STMPE_KPC_ROW_LSB, keypad->rows); in stmpe_keypad_chip_init()
296 keypad->rows >> 8); in stmpe_keypad_chip_init()
324 keypad->rows |= 1 << row; in stmpe_keypad_fill_used_pins()
[all …]
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dstmpe-keypad.c67 * @max_rows: maximum number of rows supported
69 * @row_gpios: bitmask of gpios which can be used for rows
124 * @rows: bitmask for the rows
135 unsigned int rows; member
210 * {cols,rows}_gpios are bitmasks of which pins on the chip can be used in stmpe_keypad_altfunc_init()
213 * keypad->{cols,rows} are a bitmask of which pins (of the ones useable in stmpe_keypad_altfunc_init()
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()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/
Dawinic,aw200xx.yaml39 awinic,display-rows:
63 IMAXled = 160000 * (592 / 600.5) * (1 / display-rows)
65 IMINled = 3300 * (592 / 600.5) * (1 / display-rows)
72 - awinic,display-rows
82 awinic,display-rows:
86 awinic,display-rows:
104 awinic,display-rows = <3>;
/kernel/linux/linux-6.6/arch/x86/boot/
Dvideo-mode.c26 int force_x, force_y; /* Don't query the BIOS for cols/rows */
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()
/kernel/linux/linux-5.10/arch/x86/boot/
Dvideo-mode.c26 int force_x, force_y; /* Don't query the BIOS for cols/rows */
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()
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst49 :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 …]
Dext-ctrls-codec-stateless.rst44 :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 …]
/kernel/linux/linux-6.6/Documentation/driver-api/
Dedac.rst8 *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.
/kernel/linux/linux-6.6/tools/perf/ui/
Dbrowser.c181 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()
348 browser->rows - row, width, ' '); in __ui_browser__refresh()
429 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run()
457 if (browser->top_idx + browser->rows > browser->nr_entries - 1) in ui_browser__run()
460 offset = browser->rows; in ui_browser__run()
471 if (browser->top_idx < browser->rows) in ui_browser__run()
474 offset = browser->rows; in ui_browser__run()
484 offset = browser->rows - 1; in ui_browser__run()
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Djournal.rst63 :header-rows: 1
91 :header-rows: 1
113 :header-rows: 1
139 :header-rows: 1
169 :header-rows: 1
283 :header-rows: 1
297 :header-rows: 1
327 :header-rows: 1
351 :header-rows: 1
376 :header-rows: 1
[all …]
/kernel/linux/linux-5.10/tools/perf/ui/
Dbrowser.c181 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dadi,adp5588.yaml43 This property applies if either keypad,num-rows lower than 8 or
51 This property applies if either keypad,num-rows lower than 8 or
63 or equal than keypad,num-rows * keypad,num-columns.
72 - keypad,num-rows
96 keypad,num-rows = <1>;
/kernel/linux/linux-6.6/Documentation/filesystems/ext4/
Djournal.rst63 :header-rows: 1
91 :header-rows: 1
113 :header-rows: 1
139 :header-rows: 1
169 :header-rows: 1
288 :header-rows: 1
302 :header-rows: 1
332 :header-rows: 1
356 :header-rows: 1
381 :header-rows: 1
[all …]

12345678910>>...45