Searched refs:nlines (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/um/drivers/
H A Dline.h65 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 Dline.c358 void close_lines(struct line *lines, int nlines) argument
362 for(i = 0; i < nlines; i++)
543 struct line *lines, int nlines)
549 driver = tty_alloc_driver(nlines, TTY_DRIVER_REAL_RAW |
562 for (i = 0; i < nlines; i++) {
576 for (i = 0; i < nlines; i++)
541 register_lines(struct line_driver *line_driver, const struct tty_operations *ops, struct line *lines, int nlines) argument
/linux-master/tools/perf/scripts/perl/
H A Drwtop.pl23 my $nlines = 20;
146 if (++$count == $nlines) {
169 if (++$count == $nlines) {
/linux-master/drivers/hte/
H A Dhte-tegra194.c442 if (*xlated_id > gc->nlines)
469 if (line_id > chip->nlines) {
690 u32 nlines; local
714 nlines = slices << 5;
741 gc->nlines = nlines;
751 hte_dev->line_data = devm_kcalloc(dev, nlines,
810 dev_dbg(gc->dev, "lines: %d, slices:%d", gc->nlines, slices);
819 u32 slices = gs->chip->nlines / NV_LINES_IN_SLICE;
840 u32 slices = gs->chip->nlines / NV_LINES_IN_SLIC
[all...]
H A Dhte.c72 * @nlines: Number of entities this device supports.
82 u32 nlines; member in struct:hte_device
89 struct hte_ts_info ei[] __counted_by(nlines);
115 &gdev->nlines);
809 if (xlated_id >= chip->nlines)
853 gdev = kzalloc(struct_size(gdev, ei, chip->nlines), GFP_KERNEL);
859 gdev->nlines = chip->nlines;
862 for (i = 0; i < chip->nlines; i++) {
/linux-master/mm/kfence/
H A Dkfence_test.c43 int nlines; member in struct:__anon3841
53 int nlines; local
56 nlines = observed.nlines;
66 nlines = 1;
67 } else if (nlines == 1 && (strnstr(buf, "at 0x", len) || strnstr(buf, "of 0x", len))) {
68 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0])));
71 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines
[all...]
/linux-master/kernel/kcsan/
H A Dkcsan_test.c55 int nlines; member in struct:__anon2202
100 int nlines; local
109 nlines = observed.nlines;
119 nlines = 1;
120 } else if ((nlines == 1 || nlines == 2) && strnstr(buf, "bytes by", len)) {
121 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0])));
124 if (WARN_ON(nlines != 2))
128 strcpy(observed.lines[nlines
[all...]
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.c123 int i, hsub, nplanes, nlines; local
130 nlines = 2;
152 n = DIV_ROUND_UP(fetch_stride * nlines, smp->blk_size);
/linux-master/include/linux/
H A Dhte.h153 * @nlines: number of lines/signals supported by this chip.
156 * It stores (between 0 to @nlines) in xlated_id parameter for the success.
167 u32 nlines; member in struct:hte_chip
/linux-master/tools/perf/util/
H A Ddwarf-aux.c68 size_t nlines, l, u, n; local
71 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0 ||
72 nlines == 0)
76 l = 0; u = nlines - 1;
875 size_t nlines, i; local
896 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) {
900 pr_debug2("Get %zd lines from this CU\n", nlines);
903 for (i = 0; i < nlines; i++) {

Completed in 196 milliseconds