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

1234

/linux-master/arch/arm/mach-s3c/
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));
H A Dkeypad.h25 extern void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols);
/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);
H A Dmatrix_keypad.h40 * @row_gpios: pointer to array of gpio numbers representing rows
85 unsigned int rows, unsigned int cols,
89 unsigned int *rows, unsigned int *cols);
/linux-master/drivers/video/fbdev/
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_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_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 Dhgafb.c474 u_int rows, y; local
479 for (rows = rect->height; rows--; y++) {
494 u_int rows, y1, y2; local
502 for (rows = area->height; rows--; ) {
513 for (rows = area->height; rows--;) {
527 u_int rows, y = image->dy; local
531 for (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...]
/linux-master/drivers/input/
H A Dmatrix-keymap.c23 unsigned int rows, unsigned int cols,
31 if (row >= rows || col >= cols) {
33 "%s: invalid keymap entry 0x%x (row: %d, col: %d, rows: %d, cols: %d)\n",
34 __func__, key, row, col, rows, cols);
48 * @rows: Returns number of matrix rows
53 unsigned int *rows, unsigned int *cols)
55 *rows = *cols = 0;
57 device_property_read_u32(dev, "keypad,num-rows", rows);
22 matrix_keypad_map_key(struct input_dev *input_dev, unsigned int rows, unsigned int cols, unsigned int row_shift, unsigned int key) argument
52 matrix_keypad_parse_properties(struct device *dev, unsigned int *rows, unsigned int *cols) argument
69 matrix_keypad_parse_keymap(const char *propname, unsigned int rows, unsigned int cols, struct input_dev *input_dev) argument
150 matrix_keypad_build_keymap(const struct matrix_keymap_data *keymap_data, const char *keymap_name, unsigned int rows, unsigned int cols, unsigned short *keymap, struct input_dev *input_dev) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.h49 unsigned int rows; /* # of entries */ member in struct:seq_tab
60 struct seq_tab *seq_open_tab(struct file *f, unsigned int rows,
/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/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/include/uapi/linux/
H A Dvirtio_console.h49 /* rows of the screens */
50 __virtio16 rows; member in struct:virtio_console_config
/linux-master/include/linux/platform_data/
H A Dkeypad-omap.h16 int rows; member in struct:omap_kp_platform_data
/linux-master/drivers/cpufreq/
H A Dsa1110-cpufreq.c34 u_char rows; /* bits */ member in struct:sdram_params
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;
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py40 rows = [
48 dR.writerows(rows)
/linux-master/drivers/input/keyboard/
H A Domap-keypad.c42 unsigned int rows; member in struct:omap_kp
106 for (row = 0; row < omap_kp_data->rows; row++) {
182 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) {
183 printk(KERN_ERR "No rows, cols or keymap_data from pdata\n");
188 keycodemax = pdata->rows << row_shift;
208 omap_kp->rows = pdata->rows;
235 pdata->rows, pdata->cols,
H A 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 in struct:stmpe_keypad
211 * {cols,rows}_gpios are bitmasks of which pins on the chip can be used
214 * keypad->{cols,rows} are a bitmask of which pins (of the ones useable
232 if (keypad->rows & (1 << i))
289 ret = stmpe_reg_write(stmpe, STMPE_KPC_ROW_LSB, keypad->rows);
296 keypad->rows >>
337 u32 rows; local
[all...]
H A Dtca8418_keypad.c235 u32 rows, u32 cols)
240 reg = ~(~0 << rows);
267 u32 rows = 0, cols = 0; local
278 error = matrix_keypad_parse_properties(dev, &rows, &cols);
282 if (!rows || rows > TCA8418_MAX_ROWS) {
283 dev_err(dev, "invalid rows\n");
320 error = matrix_keypad_build_keymap(NULL, NULL, rows, cols, NULL, input);
342 error = tca8418_configure(keypad_data, rows, cols);
234 tca8418_configure(struct tca8418_keypad *keypad_data, u32 rows, u32 cols) argument
H A Dsamsung-keypad.c73 unsigned int rows; member in struct:samsung_keypad
98 row_state[col] = ~val & ((1 << keypad->rows) - 1);
121 for (row = 0; row < keypad->rows; row++) {
261 of_property_read_u32(np, "samsung,keypad-num-rows", &num_rows);
264 dev_err(dev, "number of keypad rows/columns not specified\n");
267 pdata->rows = num_rows;
337 if (!pdata->rows || pdata->rows > SAMSUNG_MAX_ROWS)
345 pdata->cfg_gpio(pdata->rows, pdata->cols);
348 keymap_size = (pdata->rows << row_shif
[all...]
/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/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/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++) {
H A Dbch.c465 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, argument
481 if (rows[r] & mask) {
483 tmp = rows[r];
484 rows[r] = rows[p];
485 rows[p] = tmp;
492 /* perform elimination on remaining rows */
493 tmp = rows[p];
495 if (rows[r] & mask)
496 rows[
547 unsigned int mask = 0xff, t, rows[16] = {0,}; local
[all...]

Completed in 383 milliseconds

1234