Searched refs:rows (Results 1 - 25 of 99) sorted by path

1234

/linux-master/arch/x86/boot/
H A Dvideo-mode.c26 int force_x, force_y; /* Don't query the BIOS for cols/rows */
118 unsigned int font_size, rows; local
124 rows = force_y ? force_y : rdfs8(0x484)+1; /* Text rows */
126 rows *= font_size; /* Visible scan lines */
127 rows--; /* ... minus one */
135 out_idx((u8)rows, crtc, 0x12); /* Lower height register */
139 ov |= (rows >> (8-1)) & 0x02;
140 ov |= (rows >> (9-6)) & 0x40;
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-fw.c420 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; local
479 for (i = 0; i < rows; ++i) {
1079 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; local
1133 0xc40a, (go->width << 4) | rows,
1310 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; local
1327 (go->encoder_v_halve ? rows << 9 : rows << 8) |
1340 (rows << 8) | (go->width >> 4),
/linux-master/drivers/video/fbdev/
H A Datafb_iplan2p2.c196 int rows, i; local
214 rows = width >> 4;
215 if (rows) {
217 u32 off = next_line - rows * BPL * 2;
219 d = fill16_col(d, rows, cval);
222 dest += rows * BPL / 2;
244 int rows; local
258 for (rows = width / 16; rows; rows
[all...]
H A Datafb_iplan2p4.c210 int rows, i; local
228 rows = width >> 4;
229 if (rows) {
231 u32 off = next_line - rows * BPL * 2;
233 d = fill16_col(d, rows, cval);
236 dest += rows * BPL / 2;
258 int rows; local
272 for (rows = width / 16; rows; rows
[all...]
H A Datafb_iplan2p8.c245 int rows, i; local
263 rows = width >> 4;
264 if (rows) {
266 u32 off = next_line - rows * BPL * 2;
268 d = fill16_col(d, rows, cval);
271 dest += rows * BPL / 2;
293 int rows; local
307 for (rows = width / 16; rows; rows
[all...]
H A Datafb_mfb.c28 u_int rows; local
37 for (rows = height; rows--;) {
45 for (rows = height; rows--;) {
57 u_int rows; local
67 for (rows = height; rows--; dest += next_line) {
81 u_int rows; local
85 for (rows
[all...]
H A Datafb_utils.h359 static inline u32 *fill16_col(u32 *dst, int rows, u32 m[]) argument
361 while (rows) {
370 rows--;
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.h148 u16 rows; member in struct:_sisbios_mode
/linux-master/include/linux/input/
H A Dsamsung-keypad.h20 * @rows: number of keypad row supported.
31 unsigned int rows; member in struct:samsung_keypad_platdata
36 void (*cfg_gpio)(unsigned int rows, unsigned int cols);
/linux-master/lib/
H A Dgen_crc32table.c93 static void output_table(uint32_t (*table)[256], int rows, int len, char *trans) argument
97 for (j = 0 ; j < rows; j++) {
/linux-master/scripts/
H A Dbootgraph.pl169 my %rows;
180 if (!defined($rows{$pid})) {
181 $rows{$pid} = $rowscount;
190 $y = $rows{$pid} * 150;
/linux-master/Documentation/sphinx/
H A 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
[all...]
/linux-master/arch/arm/mach-omap1/
H A Dboard-ams-delta.c375 .rows = 8,
H A Dboard-nokia770.c88 .rows = 8,
H A Dboard-palmte.c74 .rows = 8,
H A Dboard-sx1.c209 .rows = 6,
/linux-master/arch/arm/mach-s3c/
H A Dkeypad.h25 extern void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols);
H A Dmach-crag6410.c202 .rows = 2,
H A Dsetup-keypad-s3c64xx.c13 void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols) argument
16 s3c_gpio_cfgrange_nopull(S3C64XX_GPK(8), rows, S3C_GPIO_SFN(3));
/linux-master/arch/mips/bcm63xx/
H A Dcpu.c258 unsigned int cols = 0, rows = 0, is_32bits = 0, banks = 0; local
271 rows = (val & SDRAM_CFG_ROW_MASK) >> SDRAM_CFG_ROW_SHIFT;
279 rows = (val & MEMC_CFG_ROW_MASK) >> MEMC_CFG_ROW_SHIFT;
286 rows += 11;
291 return 1 << (cols + rows + (is_32bits + 1) + banks);
/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/arch/x86/xen/
H A Dvga.c29 screen_info->orig_video_lines = info->u.text_mode_3.rows;
/linux-master/drivers/auxdisplay/
H A Dht16k33.c73 uint32_t rows; member in struct:ht16k33_keypad
509 u32 rows = HT16K33_MATRIX_KEYPAD_MAX_ROWS; local
537 err = matrix_keypad_parse_properties(dev, &rows, &cols);
540 if (rows > HT16K33_MATRIX_KEYPAD_MAX_ROWS ||
542 dev_err(dev, "%u rows or %u cols out of range in DT\n", rows,
547 keypad->rows = rows;
551 err = matrix_keypad_build_keymap(NULL, NULL, rows, cols, NULL,
/linux-master/drivers/char/
H A Dvirtio_console.c1282 static void set_console_size(struct port *port, u16 rows, u16 cols) argument
1287 port->cons.ws.ws_row = rows;
1583 __u16 rows; member in struct:__anon203
1592 set_console_size(port, size.rows, size.cols);
1785 u16 rows, cols; local
1789 virtio_cread(vdev, struct virtio_console_config, rows, &rows);
1792 set_console_size(port, rows, cols);
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py40 rows = [
48 dR.writerows(rows)

Completed in 278 milliseconds

1234