Searched refs:nlines (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/input/keyboard/ |
| H A D | charlieplex_keypad.c | 28 unsigned int nlines; member 96 for (unsigned int iline = 0; iline < keypad->nlines; iline++) { in charlieplex_keypad_scan_line() 103 get_count_order(keypad->nlines)); in charlieplex_keypad_scan_line() 114 for (unsigned int oline = 0; oline < keypad->nlines; oline++) { in charlieplex_keypad_poll() 136 keypad->nlines = keypad->line_gpios->ndescs; in charlieplex_keypad_init_gpio() 138 if (keypad->nlines > MATRIX_MAX_ROWS) in charlieplex_keypad_init_gpio() 141 pin_names = devm_kasprintf_strarray(&pdev->dev, label, keypad->nlines); in charlieplex_keypad_init_gpio() 191 err = matrix_keypad_build_keymap(NULL, NULL, keypad->nlines, in charlieplex_keypad_probe() 192 keypad->nlines, NULL, input_dev); in charlieplex_keypad_probe()
|
| /linux/arch/um/drivers/ |
| H A D | line.h | 65 extern int line_setup(char **conf, unsigned nlines, char **def, 81 struct line *lines, int nlines); 84 extern void close_lines(struct line *lines, int nlines);
|
| H A D | line.c | 358 void close_lines(struct line *lines, int nlines) in close_lines() argument 362 for(i = 0; i < nlines; i++) in close_lines() 545 struct line *lines, int nlines) in register_lines() argument 551 driver = tty_alloc_driver(nlines, TTY_DRIVER_REAL_RAW | in register_lines() 564 for (i = 0; i < nlines; i++) { in register_lines() 578 for (i = 0; i < nlines; i++) in register_lines()
|
| /linux/mm/kfence/ |
| H A D | kfence_test.c | 44 int nlines; member 54 int nlines; in probe_console() local 57 nlines = observed.nlines; in probe_console() 67 nlines = 1; in probe_console() 68 } else if (nlines == 1 && (strnstr(buf, "at 0x", len) || strnstr(buf, "of 0x", len))) { in probe_console() 69 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 72 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() 79 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available() 832 observed.nlines = 0; in test_init()
|
| /linux/tools/perf/scripts/perl/ |
| H A D | rwtop.pl | 23 my $nlines = 20; 146 if (++$count == $nlines) { 169 if (++$count == $nlines) {
|
| /linux/kernel/kcsan/ |
| H A D | kcsan_test.c | 55 int nlines; member 100 int nlines; in probe_console() local 109 nlines = observed.nlines; in probe_console() 119 nlines = 1; in probe_console() 120 } else if ((nlines == 1 || nlines == 2) && strnstr(buf, "bytes by", len)) { in probe_console() 121 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 124 if (WARN_ON(nlines != 2)) in probe_console() 128 strscpy(observed.lines[nlines++], "<none>"); in probe_console() 133 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() 141 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available() [all …]
|
| /linux/tools/perf/util/ |
| H A D | dwarf-aux.c | 69 size_t nlines, l, u, n; in cu_getsrc_die() local 72 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0 || in cu_getsrc_die() 73 nlines == 0) in cu_getsrc_die() 77 l = 0; u = nlines - 1; in cu_getsrc_die() 945 size_t nlines, i; in die_walk_lines() 961 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) { in die_walk_lines() 965 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines() 968 for (i = 0; i < nlines; i++) { in die_walk_lines() 919 size_t nlines, i; die_walk_lines() local
|
| /linux/include/linux/ |
| H A D | hte.h | 167 u32 nlines; member
|