Searched refs:nlines (Results 1 – 8 of 8) sorted by relevance
| /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/drivers/hte/ |
| H A D | hte-tegra194.c | 442 if (*xlated_id > gc->nlines) in tegra_hte_line_xlate() 469 if (line_id > chip->nlines) { in tegra_hte_en_dis_common() 690 u32 nlines; in tegra_hte_probe() local 714 nlines = slices << 5; in tegra_hte_probe() 741 gc->nlines = nlines; in tegra_hte_probe() 751 hte_dev->line_data = devm_kcalloc(dev, nlines, in tegra_hte_probe() 810 dev_dbg(gc->dev, "lines: %d, slices:%d", gc->nlines, slices); in tegra_hte_probe() 819 u32 slices = gs->chip->nlines / NV_LINES_IN_SLICE; in tegra_hte_resume_early() 840 u32 slices = gs->chip->nlines / NV_LINES_IN_SLICE; in tegra_hte_suspend_late()
|
| H A D | hte.c | 82 u32 nlines; member 89 struct hte_ts_info ei[] __counted_by(nlines); 115 &gdev->nlines); in hte_chip_dbgfs_init() 809 if (xlated_id >= chip->nlines) in hte_push_ts_ns() 853 gdev = kzalloc(struct_size(gdev, ei, chip->nlines), GFP_KERNEL); in hte_register_chip() 859 gdev->nlines = chip->nlines; in hte_register_chip() 862 for (i = 0; i < chip->nlines; i++) { in hte_register_chip()
|
| /linux/tools/perf/scripts/perl/ |
| H A D | rwtop.pl | 23 my $nlines = 20; 146 if (++$count == $nlines) { 169 if (++$count == $nlines) {
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_smp.c | 123 int i, hsub, nplanes, nlines; in mdp5_smp_calculate() local 130 nlines = 2; in mdp5_smp_calculate() 152 n = DIV_ROUND_UP(fetch_stride * nlines, smp->blk_size); in mdp5_smp_calculate()
|
| /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() 919 size_t nlines, i; in die_walk_lines() local 940 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) { in die_walk_lines() 944 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines() 947 for (i = 0; i < nlines; i++) { in die_walk_lines()
|
| /linux/include/linux/ |
| H A D | hte.h | 167 u32 nlines; member
|