nlines            358 arch/um/drivers/line.c void close_lines(struct line *lines, int nlines)
nlines            362 arch/um/drivers/line.c 	for(i = 0; i < nlines; i++)
nlines            543 arch/um/drivers/line.c 		   struct line *lines, int nlines)
nlines            545 arch/um/drivers/line.c 	struct tty_driver *driver = alloc_tty_driver(nlines);
nlines            561 arch/um/drivers/line.c 	for (i = 0; i < nlines; i++) {
nlines            575 arch/um/drivers/line.c 		for (i = 0; i < nlines; i++)
nlines             65 arch/um/drivers/line.h extern int line_setup(char **conf, unsigned nlines, char **def,
nlines             84 arch/um/drivers/line.h 			  struct line *lines, int nlines);
nlines             87 arch/um/drivers/line.h extern void close_lines(struct line *lines, int nlines);
nlines            123 drivers/gpu/drm/msm/disp/mdp5/mdp5_smp.c 	int i, hsub, nplanes, nlines;
nlines            131 drivers/gpu/drm/msm/disp/mdp5/mdp5_smp.c 	nlines = 2;
nlines            154 drivers/gpu/drm/msm/disp/mdp5/mdp5_smp.c 		n = DIV_ROUND_UP(fetch_stride * nlines, smp->blk_size);
nlines             25 tools/gpio/gpio-hammer.c int hammer_device(const char *device_name, unsigned int *lines, int nlines,
nlines             36 tools/gpio/gpio-hammer.c 	ret = gpiotools_request_linehandle(device_name, lines, nlines,
nlines             49 tools/gpio/gpio-hammer.c 	for (i = 0; i < nlines; i++) {
nlines             51 tools/gpio/gpio-hammer.c 		if (i != (nlines - 1))
nlines             55 tools/gpio/gpio-hammer.c 	for (i = 0; i < nlines; i++) {
nlines             57 tools/gpio/gpio-hammer.c 		if (i != (nlines - 1))
nlines             66 tools/gpio/gpio-hammer.c 		for (i = 0; i < nlines; i++)
nlines             84 tools/gpio/gpio-hammer.c 		for (i = 0; i < nlines; i++) {
nlines             86 tools/gpio/gpio-hammer.c 			if (i != (nlines - 1))
nlines            124 tools/gpio/gpio-hammer.c 	int nlines;
nlines            146 tools/gpio/gpio-hammer.c 	nlines = i;
nlines            148 tools/gpio/gpio-hammer.c 	if (!device_name || !nlines) {
nlines            152 tools/gpio/gpio-hammer.c 	return hammer_device(device_name, lines, nlines, loops);
nlines             59 tools/gpio/gpio-utils.c 				 unsigned int nlines, unsigned int flag,
nlines             81 tools/gpio/gpio-utils.c 	for (i = 0; i < nlines; i++)
nlines             86 tools/gpio/gpio-utils.c 	req.lines = nlines;
nlines            204 tools/gpio/gpio-utils.c 		   unsigned int nlines, struct gpiohandle_data *data)
nlines            210 tools/gpio/gpio-utils.c 	ret = gpiotools_request_linehandle(device_name, lines, nlines,
nlines            256 tools/gpio/gpio-utils.c 		   unsigned int nlines, struct gpiohandle_data *data)
nlines            260 tools/gpio/gpio-utils.c 	ret = gpiotools_request_linehandle(device_name, lines, nlines,
nlines             26 tools/gpio/gpio-utils.h 				 unsigned int nlines, unsigned int flag,
nlines             35 tools/gpio/gpio-utils.h 		   unsigned int nlines, struct gpiohandle_data *data);
nlines             39 tools/gpio/gpio-utils.h 		   unsigned int nlines, struct gpiohandle_data *data);
nlines            791 tools/perf/util/dwarf-aux.c 	size_t nlines, i;
nlines            807 tools/perf/util/dwarf-aux.c 	if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) {
nlines            811 tools/perf/util/dwarf-aux.c 	pr_debug2("Get %zd lines from this CU\n", nlines);
nlines            814 tools/perf/util/dwarf-aux.c 	for (i = 0; i < nlines; i++) {