lines              49 arch/arm/include/asm/xor.h 	unsigned int lines = bytes / sizeof(unsigned long) / 4;
lines              63 arch/arm/include/asm/xor.h 	} while (--lines);
lines              70 arch/arm/include/asm/xor.h 	unsigned int lines = bytes / sizeof(unsigned long) / 4;
lines              85 arch/arm/include/asm/xor.h 	} while (--lines);
lines              92 arch/arm/include/asm/xor.h 	unsigned int lines = bytes / sizeof(unsigned long) / 2;
lines             104 arch/arm/include/asm/xor.h 	} while (--lines);
lines             111 arch/arm/include/asm/xor.h 	unsigned int lines = bytes / sizeof(unsigned long) / 2;
lines             124 arch/arm/include/asm/xor.h 	} while (--lines);
lines              20 arch/arm64/lib/xor-neon.c 	long lines = bytes / (sizeof(uint64x2_t) * 4);
lines              37 arch/arm64/lib/xor-neon.c 	} while (--lines > 0);
lines              48 arch/arm64/lib/xor-neon.c 	long lines = bytes / (sizeof(uint64x2_t) * 4);
lines              72 arch/arm64/lib/xor-neon.c 	} while (--lines > 0);
lines              84 arch/arm64/lib/xor-neon.c 	long lines = bytes / (sizeof(uint64x2_t) * 4);
lines             115 arch/arm64/lib/xor-neon.c 	} while (--lines > 0);
lines             129 arch/arm64/lib/xor-neon.c 	long lines = bytes / (sizeof(uint64x2_t) * 4);
lines             167 arch/arm64/lib/xor-neon.c 	} while (--lines > 0);
lines              17 arch/hexagon/mm/cache.c 	unsigned long lines = spanlines(start, end-1);
lines              24 arch/hexagon/mm/cache.c 	for (i = 0; i < lines; i++) {
lines              37 arch/hexagon/mm/cache.c 	unsigned long lines = spanlines(start, end-1);
lines              44 arch/hexagon/mm/cache.c 	for (i = 0; i < lines; i++) {
lines              62 arch/hexagon/mm/cache.c 	unsigned long lines = spanlines(start, end-1);
lines              69 arch/hexagon/mm/cache.c 	for (i = 0; i < lines; i++) {
lines              82 arch/hexagon/mm/cache.c 	unsigned long lines = spanlines(start, end-1);
lines              89 arch/hexagon/mm/cache.c 	for (i = 0; i < lines; i++) {
lines            8322 arch/m68k/ifpsp060/src/fplsp.S # if these 2 lines weren't here, the correct answer would be returned
lines            8428 arch/m68k/ifpsp060/src/fpsp.S # if these 2 lines weren't here, the correct answer would be returned
lines             138 arch/powerpc/include/asm/opal.h int64_t opal_write_oppanel(oppanel_line_t *lines, uint64_t num_lines);
lines             192 arch/powerpc/include/asm/opal.h int64_t opal_write_oppanel_async(uint64_t token, oppanel_line_t *lines,
lines              57 arch/powerpc/lib/xor_vmx.c 	unsigned long lines = bytes / (sizeof(unative_t)) / 4;
lines              67 arch/powerpc/lib/xor_vmx.c 	} while (--lines > 0);
lines              76 arch/powerpc/lib/xor_vmx.c 	unsigned long lines = bytes / (sizeof(unative_t)) / 4;
lines              89 arch/powerpc/lib/xor_vmx.c 	} while (--lines > 0);
lines             100 arch/powerpc/lib/xor_vmx.c 	unsigned long lines = bytes / (sizeof(unative_t)) / 4;
lines             116 arch/powerpc/lib/xor_vmx.c 	} while (--lines > 0);
lines             128 arch/powerpc/lib/xor_vmx.c 	unsigned long lines = bytes / (sizeof(unative_t)) / 4;
lines             147 arch/powerpc/lib/xor_vmx.c 	} while (--lines > 0);
lines              18 arch/sparc/include/asm/xor_32.h 	int lines = bytes / (sizeof (long)) / 8;
lines              49 arch/sparc/include/asm/xor_32.h 	} while (--lines > 0);
lines              56 arch/sparc/include/asm/xor_32.h 	int lines = bytes / (sizeof (long)) / 8;
lines             100 arch/sparc/include/asm/xor_32.h 	} while (--lines > 0);
lines             107 arch/sparc/include/asm/xor_32.h 	int lines = bytes / (sizeof (long)) / 8;
lines             164 arch/sparc/include/asm/xor_32.h 	} while (--lines > 0);
lines             171 arch/sparc/include/asm/xor_32.h 	int lines = bytes / (sizeof (long)) / 8;
lines             241 arch/sparc/include/asm/xor_32.h 	} while (--lines > 0);
lines             358 arch/um/drivers/line.c void close_lines(struct line *lines, int nlines)
lines             363 arch/um/drivers/line.c 		close_chan(&lines[i]);
lines             366 arch/um/drivers/line.c int setup_one_line(struct line *lines, int n, char *init,
lines             369 arch/um/drivers/line.c 	struct line *line = &lines[n];
lines             458 arch/um/drivers/line.c int line_config(struct line *lines, unsigned int num, char *str,
lines             479 arch/um/drivers/line.c 	return setup_one_line(lines, n, end, opts, error_out);
lines             482 arch/um/drivers/line.c int line_get_config(char *name, struct line *lines, unsigned int num, char *str,
lines             500 arch/um/drivers/line.c 	line = &lines[dev];
lines             532 arch/um/drivers/line.c int line_remove(struct line *lines, unsigned int num, int n, char **error_out)
lines             538 arch/um/drivers/line.c 	return setup_one_line(lines, n, "none", NULL, error_out);
lines             543 arch/um/drivers/line.c 		   struct line *lines, int nlines)
lines             562 arch/um/drivers/line.c 		tty_port_init(&lines[i].port);
lines             563 arch/um/drivers/line.c 		lines[i].port.ops = &line_port_ops;
lines             564 arch/um/drivers/line.c 		spin_lock_init(&lines[i].lock);
lines             565 arch/um/drivers/line.c 		lines[i].driver = line_driver;
lines             566 arch/um/drivers/line.c 		INIT_LIST_HEAD(&lines[i].chan_list);
lines             576 arch/um/drivers/line.c 			tty_port_destroy(&lines[i].port);
lines              84 arch/um/drivers/line.h 			  struct line *lines, int nlines);
lines              85 arch/um/drivers/line.h extern int setup_one_line(struct line *lines, int n, char *init,
lines              87 arch/um/drivers/line.h extern void close_lines(struct line *lines, int nlines);
lines              89 arch/um/drivers/line.h extern int line_config(struct line *lines, unsigned int sizeof_lines,
lines              93 arch/um/drivers/line.h extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
lines              95 arch/um/drivers/line.h extern int line_get_config(char *dev, struct line *lines,
lines              55 arch/x86/boot/compressed/misc.c static int lines, cols;
lines              89 arch/x86/boot/compressed/misc.c 	memmove(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2);
lines              90 arch/x86/boot/compressed/misc.c 	for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2)
lines             122 arch/x86/boot/compressed/misc.c 	if (lines == 0 || cols == 0)
lines             131 arch/x86/boot/compressed/misc.c 			if (++y >= lines) {
lines             139 arch/x86/boot/compressed/misc.c 				if (++y >= lines) {
lines             366 arch/x86/boot/compressed/misc.c 	lines = boot_params->screen_info.orig_video_lines;
lines             157 arch/x86/boot/video-vga.c static void vga_set_vertical_end(int lines)
lines             161 arch/x86/boot/video-vga.c 	int end = lines-1;
lines              62 arch/x86/include/asm/xor.h 	unsigned long lines = bytes >> 8;
lines             102 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines),
lines             113 arch/x86/include/asm/xor.h 	unsigned long lines = bytes >> 8;
lines             136 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines),
lines             148 arch/x86/include/asm/xor.h 	unsigned long lines = bytes >> 8;
lines             195 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines),
lines             207 arch/x86/include/asm/xor.h 	unsigned long lines = bytes >> 8;
lines             232 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines),
lines             244 arch/x86/include/asm/xor.h 	unsigned long lines = bytes >> 8;
lines             298 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines), [p1] "+r" (p1),
lines             310 arch/x86/include/asm/xor.h 	unsigned long lines = bytes >> 8;
lines             337 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines), [p1] "+r" (p1),
lines             349 arch/x86/include/asm/xor.h 	unsigned long lines = bytes >> 8;
lines             410 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2),
lines             422 arch/x86/include/asm/xor.h 	unsigned long lines = bytes >> 8;
lines             451 arch/x86/include/asm/xor.h 	: [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2),
lines              26 arch/x86/include/asm/xor_32.h 	unsigned long lines = bytes >> 7;
lines              58 arch/x86/include/asm/xor_32.h 	: "+r" (lines),
lines              70 arch/x86/include/asm/xor_32.h 	unsigned long lines = bytes >> 7;
lines             107 arch/x86/include/asm/xor_32.h 	: "+r" (lines),
lines             119 arch/x86/include/asm/xor_32.h 	unsigned long lines = bytes >> 7;
lines             161 arch/x86/include/asm/xor_32.h 	: "+r" (lines),
lines             174 arch/x86/include/asm/xor_32.h 	unsigned long lines = bytes >> 7;
lines             229 arch/x86/include/asm/xor_32.h 	: "+r" (lines),
lines             253 arch/x86/include/asm/xor_32.h 	unsigned long lines = bytes >> 6;
lines             289 arch/x86/include/asm/xor_32.h 	: "+r" (lines),
lines             301 arch/x86/include/asm/xor_32.h 	unsigned long lines = bytes >> 6;
lines             346 arch/x86/include/asm/xor_32.h 	: "+r" (lines),
lines             358 arch/x86/include/asm/xor_32.h 	unsigned long lines = bytes >> 6;
lines             412 arch/x86/include/asm/xor_32.h 	: "+r" (lines),
lines             424 arch/x86/include/asm/xor_32.h 	unsigned long lines = bytes >> 6;
lines             495 arch/x86/include/asm/xor_32.h 	: "+r" (lines),
lines              33 arch/x86/include/asm/xor_avx.h 	unsigned long lines = bytes >> 9;
lines              37 arch/x86/include/asm/xor_avx.h 	while (lines--) {
lines              60 arch/x86/include/asm/xor_avx.h 	unsigned long lines = bytes >> 9;
lines              64 arch/x86/include/asm/xor_avx.h 	while (lines--) {
lines              90 arch/x86/include/asm/xor_avx.h 	unsigned long lines = bytes >> 9;
lines              94 arch/x86/include/asm/xor_avx.h 	while (lines--) {
lines             123 arch/x86/include/asm/xor_avx.h 	unsigned long lines = bytes >> 9;
lines             127 arch/x86/include/asm/xor_avx.h 	while (lines--) {
lines              35 arch/x86/mm/dump_pagetables.c 	unsigned long lines;
lines             289 arch/x86/mm/dump_pagetables.c 		st->lines = 0;
lines             305 arch/x86/mm/dump_pagetables.c 		    st->lines < st->marker->max_lines) {
lines             321 arch/x86/mm/dump_pagetables.c 		st->lines++;
lines             330 arch/x86/mm/dump_pagetables.c 			    st->lines > st->marker->max_lines) {
lines             332 arch/x86/mm/dump_pagetables.c 					st->lines - st->marker->max_lines;
lines             339 arch/x86/mm/dump_pagetables.c 			st->lines = 0;
lines             341 drivers/edac/thunderx_edac.c 	const unsigned int lines = PAGE_SIZE / cline_size;
lines             359 drivers/edac/thunderx_edac.c 	for (i = 0; i < lines; i++) {
lines             372 drivers/edac/thunderx_edac.c 	for (i = 0; i < lines; i++) {
lines             382 drivers/edac/thunderx_edac.c 	for (i = 0; i < lines; i++) {
lines             392 drivers/edac/thunderx_edac.c 	for (i = 0; i < lines; i++) {
lines              55 drivers/gpio/gpio-mockup.c 	struct gpio_mockup_line_status *lines;
lines              90 drivers/gpio/gpio-mockup.c 	return chip->lines[offset].value;
lines             124 drivers/gpio/gpio-mockup.c 	chip->lines[offset].value = !!value;
lines             155 drivers/gpio/gpio-mockup.c 	chip->lines[offset].dir = GPIO_MOCKUP_DIR_OUT;
lines             167 drivers/gpio/gpio-mockup.c 	chip->lines[offset].dir = GPIO_MOCKUP_DIR_IN;
lines             179 drivers/gpio/gpio-mockup.c 	direction = !chip->lines[offset].dir;
lines             196 drivers/gpio/gpio-mockup.c 	__gpio_mockup_set(chip, offset, chip->lines[offset].pull);
lines             274 drivers/gpio/gpio-mockup.c 	chip->lines[priv->offset].pull = val;
lines             424 drivers/gpio/gpio-mockup.c 	chip->lines = devm_kcalloc(dev, gc->ngpio,
lines             425 drivers/gpio/gpio-mockup.c 				   sizeof(*chip->lines), GFP_KERNEL);
lines             426 drivers/gpio/gpio-mockup.c 	if (!chip->lines)
lines             532 drivers/gpio/gpiolib.c 	if ((handlereq.lines == 0) || (handlereq.lines > GPIOHANDLES_MAX))
lines             582 drivers/gpio/gpiolib.c 	for (i = 0; i < handlereq.lines; i++) {
lines             629 drivers/gpio/gpiolib.c 	lh->numdescs = handlereq.lines;
lines            1058 drivers/gpio/gpiolib.c 		chipinfo.lines = gdev->ngpio;
lines              41 drivers/gpu/drm/drm_format_helper.c 	unsigned int y, lines = clip->y2 - clip->y1;
lines              44 drivers/gpu/drm/drm_format_helper.c 	for (y = 0; y < lines; y++) {
lines              69 drivers/gpu/drm/drm_format_helper.c 	unsigned int y, lines = clip->y2 - clip->y1;
lines              73 drivers/gpu/drm/drm_format_helper.c 	for (y = 0; y < lines; y++) {
lines             155 drivers/gpu/drm/drm_format_helper.c 	unsigned y, lines = clip->y2 - clip->y1;
lines             167 drivers/gpu/drm/drm_format_helper.c 	for (y = 0; y < lines; y++) {
lines             199 drivers/gpu/drm/drm_format_helper.c 	unsigned y, lines = clip->y2 - clip->y1;
lines             208 drivers/gpu/drm/drm_format_helper.c 	for (y = 0; y < lines; y++) {
lines             251 drivers/gpu/drm/drm_format_helper.c 	unsigned y, lines = clip->y2 - clip->y1;
lines             260 drivers/gpu/drm/drm_format_helper.c 	for (y = 0; y < lines; y++) {
lines              88 drivers/gpu/drm/i915/display/intel_fbc.c 	int lines;
lines              90 drivers/gpu/drm/i915/display/intel_fbc.c 	intel_fbc_get_plane_source_size(cache, NULL, &lines);
lines              92 drivers/gpu/drm/i915/display/intel_fbc.c 		lines = min(lines, 2048);
lines              94 drivers/gpu/drm/i915/display/intel_fbc.c 		lines = min(lines, 2560);
lines              97 drivers/gpu/drm/i915/display/intel_fbc.c 	return lines * cache->fb.stride;
lines              27 drivers/gpu/drm/meson/meson_overlay.c #define VD_HOLD_LINES(lines)		FIELD_PREP(GENMASK(24, 19), lines)
lines             244 drivers/gpu/drm/meson/meson_registers.h #define VIU_OSD_HOLD_FIFO_LINES(lines)   ((lines & 0x1f) << 5)
lines             395 drivers/gpu/drm/meson/meson_registers.h #define		VPP_POSTBLEND_HOLD_LINES(lines) (lines & 0xf)
lines             396 drivers/gpu/drm/meson/meson_registers.h #define		VPP_PREBLEND_HOLD_LINES(lines)  ((lines & 0xf) << 8)
lines            1689 drivers/gpu/drm/meson/meson_registers.h #define		VIU_OSD_BLEND_HOLD_LINES(lines)       ((lines & 0x7) << 29)
lines             155 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c 	for (i = 0; (hi | lo) && i < gpio->func->lines; i++) {
lines             168 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c 	u32 mask = (1ULL << gpio->func->lines) - 1;
lines             254 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c 	return nvkm_event_init(&nvkm_gpio_intr_func, 2, func->lines,
lines              62 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c 	.lines = 32,
lines              74 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gf119.c 	.lines = 32,
lines              62 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c 	.lines = 32,
lines             107 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.c 	.lines = 16,
lines             120 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c 	.lines = 16,
lines               8 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/priv.h 	int lines;
lines             574 drivers/lightnvm/pblk-init.c 		line = &pblk->lines[i];
lines             583 drivers/lightnvm/pblk-init.c 	kfree(pblk->lines);
lines            1020 drivers/lightnvm/pblk-init.c 	pblk->lines = kcalloc(l_mg->nr_lines, sizeof(struct pblk_line),
lines            1022 drivers/lightnvm/pblk-init.c 	if (!pblk->lines) {
lines            1028 drivers/lightnvm/pblk-init.c 		line = &pblk->lines[i];
lines            1055 drivers/lightnvm/pblk-init.c 		pblk_line_meta_free(l_mg, &pblk->lines[i]);
lines            1056 drivers/lightnvm/pblk-init.c 	kfree(pblk->lines);
lines             680 drivers/lightnvm/pblk-recovery.c 		line = &pblk->lines[i];
lines             600 drivers/lightnvm/pblk.h 	struct pblk_line *lines;		/* Line array */
lines             968 drivers/lightnvm/pblk.h 	return &pblk->lines[pblk_ppa_to_line_id(p)];
lines             227 drivers/media/common/saa7146/saa7146_vbi.c 	int lines, llength, size;
lines             229 drivers/media/common/saa7146/saa7146_vbi.c 	lines   = 16 * 2 ; /* 2 fields */
lines             231 drivers/media/common/saa7146/saa7146_vbi.c 	size = lines * llength;
lines             247 drivers/media/common/saa7146/saa7146_vbi.c 		buf->vb.height = lines;
lines             276 drivers/media/common/saa7146/saa7146_vbi.c 	int llength,lines;
lines             278 drivers/media/common/saa7146/saa7146_vbi.c 	lines   = 16 * 2 ; /* 2 fields */
lines             281 drivers/media/common/saa7146/saa7146_vbi.c 	*size = lines * llength;
lines             122 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			tpg->lines[pat][plane] =
lines             124 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			if (!tpg->lines[pat][plane])
lines             161 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			vfree(tpg->lines[pat][plane]);
lines             162 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			tpg->lines[pat][plane] = NULL;
lines            1809 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 				u8 *pos = tpg->lines[pat][p] + tpg_hdiv(tpg, p, x);
lines            1824 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 				u8 *pos1 = tpg->lines[pat][p];
lines            1825 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 				u8 *pos2 = tpg->lines[next_pat][p];
lines            2441 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 		linestart_older = tpg->lines[pat_line_old][p] + mv_hor_old;
lines            2442 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 		linestart_newer = tpg->lines[pat_line_new][p] + mv_hor_new;
lines              31 drivers/media/i2c/ak881x.c 	unsigned int lines;
lines             105 drivers/media/i2c/ak881x.c 			      &mf->height, 0, ak881x->lines, 1, 0);
lines             139 drivers/media/i2c/ak881x.c 		sel->r.height = ak881x->lines;
lines             154 drivers/media/i2c/ak881x.c 		ak881x->lines = 480;
lines             157 drivers/media/i2c/ak881x.c 		ak881x->lines = 480;
lines             160 drivers/media/i2c/ak881x.c 		ak881x->lines = 480;
lines             163 drivers/media/i2c/ak881x.c 		ak881x->lines = 480;
lines             166 drivers/media/i2c/ak881x.c 		ak881x->lines = 576;
lines             292 drivers/media/i2c/ak881x.c 	ak881x->lines = 480;
lines             633 drivers/media/i2c/mt9m001.c static int mt9m001_g_skip_top_lines(struct v4l2_subdev *sd, u32 *lines)
lines             638 drivers/media/i2c/mt9m001.c 	*lines = mt9m001->y_skip_top;
lines            2295 drivers/media/i2c/smiapp/smiapp-core.c static int smiapp_get_skip_top_lines(struct v4l2_subdev *subdev, u32 *lines)
lines            2299 drivers/media/i2c/smiapp/smiapp-core.c 	*lines = sensor->image_start;
lines             747 drivers/media/i2c/tda1997x.c 	int width, lines;
lines             776 drivers/media/i2c/tda1997x.c 	lines = V4L2_DV_BT_FRAME_HEIGHT(bt);
lines             792 drivers/media/i2c/tda1997x.c 	io_write16(sd, REG_LCNT_NLIN, lines & MASK_VHREF);
lines            1115 drivers/media/i2c/tda1997x.c 		u32 lines, width, _hper, _hsper;
lines            1121 drivers/media/i2c/tda1997x.c 		lines = V4L2_DV_BT_FRAME_HEIGHT(bt);
lines            1124 drivers/media/i2c/tda1997x.c 			lines /= 2;
lines            1126 drivers/media/i2c/tda1997x.c 		vmin = ((27000000 / 1000) * 993) / _hper * lines;
lines            1127 drivers/media/i2c/tda1997x.c 		vmax = ((27000000 / 1000) * 1007) / _hper * lines;
lines             746 drivers/media/pci/bt8xx/bttv-risc.c 		int ypadding, cpadding, lines;
lines             786 drivers/media/pci/bt8xx/bttv-risc.c 			lines    = buf->vb.height >> 1;
lines             791 drivers/media/pci/bt8xx/bttv-risc.c 					 0,buf->vb.width,ypadding,lines,
lines             798 drivers/media/pci/bt8xx/bttv-risc.c 					 ypadding,buf->vb.width,ypadding,lines,
lines             809 drivers/media/pci/bt8xx/bttv-risc.c 			lines    = buf->vb.height >> 1;
lines             814 drivers/media/pci/bt8xx/bttv-risc.c 					 0,buf->vb.width,0,lines,
lines             822 drivers/media/pci/bt8xx/bttv-risc.c 					 lines * ypadding,buf->vb.width,0,lines,
lines             823 drivers/media/pci/bt8xx/bttv-risc.c 					 lines * ypadding + (uoffset >> 1),
lines             824 drivers/media/pci/bt8xx/bttv-risc.c 					 lines * ypadding + (voffset >> 1),
lines             542 drivers/media/pci/cx18/cx18-streams.c 	int lines;
lines             569 drivers/media/pci/cx18/cx18-streams.c 		lines = cx->vbi.count * 2;
lines             585 drivers/media/pci/cx18/cx18-streams.c 		lines = cx->is_60hz ? (21 - 4 + 1) * 2 : (23 - 2 + 1) * 2;
lines             590 drivers/media/pci/cx18/cx18-streams.c 	data[1] = (lines / 2) | ((lines / 2) << 16);
lines              25 drivers/media/pci/cx18/cx18-vbi.c static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp)
lines              48 drivers/media/pci/cx18/cx18-vbi.c 	for (i = 0; i < lines; i++) {
lines              98 drivers/media/pci/cx18/cx18-vbi.c 	u32 lines = cx->vbi.count * 2;
lines             106 drivers/media/pci/cx18/cx18-vbi.c 	for (i = 0; i < lines; i++) {
lines             114 drivers/media/pci/cx18/cx18-vbi.c 		if (i == lines - 1) {
lines             125 drivers/media/pci/cx18/cx18-vbi.c 	return lines * (line_size - 4);
lines             190 drivers/media/pci/cx18/cx18-vbi.c 	int lines;
lines             220 drivers/media/pci/cx18/cx18-vbi.c 	lines = compress_sliced_buf(cx, p, size, sizeof(struct vbi_data_hdr));
lines             223 drivers/media/pci/cx18/cx18-vbi.c 	if (lines == 0) {
lines             227 drivers/media/pci/cx18/cx18-vbi.c 		lines = 1;
lines             229 drivers/media/pci/cx18/cx18-vbi.c 	buf->bytesused = size = lines * sizeof(cx->vbi.sliced_data[0]);
lines             233 drivers/media/pci/cx18/cx18-vbi.c 		copy_vbi_data(cx, lines, pts);
lines             458 drivers/media/pci/cx23885/cx23885-core.c 	unsigned int i, lines;
lines             476 drivers/media/pci/cx23885/cx23885-core.c 	lines = ch->fifo_size / bpl;
lines             477 drivers/media/pci/cx23885/cx23885-core.c 	if (lines > 6)
lines             478 drivers/media/pci/cx23885/cx23885-core.c 		lines = 6;
lines             479 drivers/media/pci/cx23885/cx23885-core.c 	BUG_ON(lines < 2);
lines             486 drivers/media/pci/cx23885/cx23885-core.c 	for (i = 0; i < lines; i++) {
lines             502 drivers/media/pci/cx23885/cx23885-core.c 	cx_write(ch->cmds_start + 12, (lines*16) >> 3);
lines             514 drivers/media/pci/cx23885/cx23885-core.c 	cx_write(ch->cnt2_reg, (lines*16) >> 3);
lines             521 drivers/media/pci/cx23885/cx23885-core.c 		lines);
lines            1134 drivers/media/pci/cx23885/cx23885-core.c 			       unsigned int lines,  unsigned int lpi, bool jump)
lines            1152 drivers/media/pci/cx23885/cx23885-core.c 	for (line = 0; line < lines; line++) {
lines            1201 drivers/media/pci/cx23885/cx23885-core.c 			unsigned int padding, unsigned int lines)
lines            1217 drivers/media/pci/cx23885/cx23885-core.c 	instructions  = fields * (1 + ((bpl + padding) * lines)
lines            1218 drivers/media/pci/cx23885/cx23885-core.c 		/ PAGE_SIZE + lines);
lines            1229 drivers/media/pci/cx23885/cx23885-core.c 					bpl, padding, lines, 0, true);
lines            1232 drivers/media/pci/cx23885/cx23885-core.c 					bpl, padding, lines, 0, UNSET == top_offset);
lines            1244 drivers/media/pci/cx23885/cx23885-core.c 				   unsigned int lines, unsigned int lpi)
lines            1254 drivers/media/pci/cx23885/cx23885-core.c 	instructions  = 1 + (bpl * lines) / PAGE_SIZE + lines;
lines            1265 drivers/media/pci/cx23885/cx23885-core.c 				bpl, 0, lines, lpi, lpi == 0);
lines            1276 drivers/media/pci/cx23885/cx23885-core.c 			unsigned int padding, unsigned int lines)
lines            1292 drivers/media/pci/cx23885/cx23885-core.c 	instructions  = fields * (1 + ((bpl + padding) * lines)
lines            1293 drivers/media/pci/cx23885/cx23885-core.c 		/ PAGE_SIZE + lines);
lines            1306 drivers/media/pci/cx23885/cx23885-core.c 					bpl, padding, lines, 0, true);
lines            1310 drivers/media/pci/cx23885/cx23885-core.c 					bpl, padding, lines, 0, UNSET == top_offset);
lines             119 drivers/media/pci/cx23885/cx23885-vbi.c 	unsigned lines = VBI_PAL_LINE_COUNT;
lines             122 drivers/media/pci/cx23885/cx23885-vbi.c 		lines = VBI_NTSC_LINE_COUNT;
lines             124 drivers/media/pci/cx23885/cx23885-vbi.c 	sizes[0] = lines * VBI_LINE_LENGTH * 2;
lines             135 drivers/media/pci/cx23885/cx23885-vbi.c 	unsigned lines = VBI_PAL_LINE_COUNT;
lines             138 drivers/media/pci/cx23885/cx23885-vbi.c 		lines = VBI_NTSC_LINE_COUNT;
lines             140 drivers/media/pci/cx23885/cx23885-vbi.c 	if (vb2_plane_size(vb, 0) < lines * VBI_LINE_LENGTH * 2)
lines             142 drivers/media/pci/cx23885/cx23885-vbi.c 	vb2_set_plane_payload(vb, 0, lines * VBI_LINE_LENGTH * 2);
lines             146 drivers/media/pci/cx23885/cx23885-vbi.c 			 0, VBI_LINE_LENGTH * lines,
lines             148 drivers/media/pci/cx23885/cx23885-vbi.c 			 lines);
lines             519 drivers/media/pci/cx23885/cx23885.h 	unsigned int bpl, unsigned int padding, unsigned int lines);
lines             524 drivers/media/pci/cx23885/cx23885.h 	unsigned int bpl, unsigned int padding, unsigned int lines);
lines             625 drivers/media/pci/cx23885/cx23885.h 				   unsigned int lines,
lines             428 drivers/media/pci/cx25821/cx25821-core.c 	unsigned int i, lines;
lines             441 drivers/media/pci/cx25821/cx25821-core.c 	lines = ch->fifo_size / bpl;
lines             443 drivers/media/pci/cx25821/cx25821-core.c 	if (lines > 4)
lines             444 drivers/media/pci/cx25821/cx25821-core.c 		lines = 4;
lines             446 drivers/media/pci/cx25821/cx25821-core.c 	BUG_ON(lines < 2);
lines             453 drivers/media/pci/cx25821/cx25821-core.c 	for (i = 0; i < lines; i++) {
lines             472 drivers/media/pci/cx25821/cx25821-core.c 	cx_write(ch->cmds_start + 12, (lines * 16) >> 3);
lines             486 drivers/media/pci/cx25821/cx25821-core.c 	cx_write(ch->cnt2_reg, (lines * 16) >> 3);
lines             496 drivers/media/pci/cx25821/cx25821-core.c 	unsigned int i, lines;
lines             509 drivers/media/pci/cx25821/cx25821-core.c 	lines = ch->fifo_size / bpl;
lines             511 drivers/media/pci/cx25821/cx25821-core.c 	if (lines > 3)
lines             512 drivers/media/pci/cx25821/cx25821-core.c 		lines = 3;	/* for AUDIO */
lines             514 drivers/media/pci/cx25821/cx25821-core.c 	BUG_ON(lines < 2);
lines             521 drivers/media/pci/cx25821/cx25821-core.c 	for (i = 0; i < lines; i++) {
lines             536 drivers/media/pci/cx25821/cx25821-core.c 	cx_write(ch->cmds_start + 12, (lines * 16) >> 3);
lines             552 drivers/media/pci/cx25821/cx25821-core.c 	cx_write(ch->cnt2_reg, (lines * 16) >> 3);
lines             996 drivers/media/pci/cx25821/cx25821-core.c 				  unsigned int lines, bool jump)
lines            1013 drivers/media/pci/cx25821/cx25821-core.c 	for (line = 0; line < lines; line++) {
lines            1058 drivers/media/pci/cx25821/cx25821-core.c 			unsigned int padding, unsigned int lines)
lines            1076 drivers/media/pci/cx25821/cx25821-core.c 	instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE +
lines            1077 drivers/media/pci/cx25821/cx25821-core.c 			lines);
lines            1089 drivers/media/pci/cx25821/cx25821-core.c 					lines, true);
lines            1094 drivers/media/pci/cx25821/cx25821-core.c 					padding, lines, UNSET == top_offset);
lines            1107 drivers/media/pci/cx25821/cx25821-core.c 					unsigned int lines, unsigned int lpi)
lines            1118 drivers/media/pci/cx25821/cx25821-core.c 	for (line = 0; line < lines; line++) {
lines            1169 drivers/media/pci/cx25821/cx25821-core.c 				  unsigned int lines, unsigned int lpi)
lines            1180 drivers/media/pci/cx25821/cx25821-core.c 	instructions = 1 + (bpl * lines) / PAGE_SIZE + lines;
lines            1190 drivers/media/pci/cx25821/cx25821-core.c 				      lines, lpi);
lines             403 drivers/media/pci/cx25821/cx25821.h 			       unsigned int padding, unsigned int lines);
lines             408 drivers/media/pci/cx25821/cx25821.h 					 unsigned int lines, unsigned int lpi);
lines              73 drivers/media/pci/cx88/cx88-core.c 			       unsigned int lines, unsigned int lpi, bool jump)
lines              89 drivers/media/pci/cx88/cx88-core.c 	for (line = 0; line < lines; line++) {
lines             133 drivers/media/pci/cx88/cx88-core.c 		     unsigned int bpl, unsigned int padding, unsigned int lines)
lines             150 drivers/media/pci/cx88/cx88-core.c 	instructions  = fields * (1 + ((bpl + padding) * lines) /
lines             151 drivers/media/pci/cx88/cx88-core.c 				  PAGE_SIZE + lines);
lines             163 drivers/media/pci/cx88/cx88-core.c 				     bpl, padding, lines, 0, true);
lines             166 drivers/media/pci/cx88/cx88-core.c 				     bpl, padding, lines, 0,
lines             178 drivers/media/pci/cx88/cx88-core.c 			 unsigned int lines, unsigned int lpi)
lines             189 drivers/media/pci/cx88/cx88-core.c 	instructions  = 1 + (bpl * lines) / PAGE_SIZE + lines;
lines             200 drivers/media/pci/cx88/cx88-core.c 			     lines, lpi, !lpi);
lines             344 drivers/media/pci/cx88/cx88-core.c 	unsigned int i, lines;
lines             349 drivers/media/pci/cx88/cx88-core.c 	lines = ch->fifo_size / bpl;
lines             350 drivers/media/pci/cx88/cx88-core.c 	if (lines > 6)
lines             351 drivers/media/pci/cx88/cx88-core.c 		lines = 6;
lines             352 drivers/media/pci/cx88/cx88-core.c 	WARN_ON(lines < 2);
lines             355 drivers/media/pci/cx88/cx88-core.c 	for (i = 0; i < lines; i++)
lines             361 drivers/media/pci/cx88/cx88-core.c 	cx_write(ch->cmds_start +  8, (lines * 16) >> 3);
lines             371 drivers/media/pci/cx88/cx88-core.c 	cx_write(ch->cnt2_reg, (lines * 16) >> 3);
lines             373 drivers/media/pci/cx88/cx88-core.c 	dprintk(2, "sram setup %s: bpl=%d lines=%d\n", ch->name, bpl, lines);
lines             135 drivers/media/pci/cx88/cx88-vbi.c 	unsigned int lines;
lines             139 drivers/media/pci/cx88/cx88-vbi.c 		lines = VBI_LINE_NTSC_COUNT;
lines             141 drivers/media/pci/cx88/cx88-vbi.c 		lines = VBI_LINE_PAL_COUNT;
lines             142 drivers/media/pci/cx88/cx88-vbi.c 	size = lines * VBI_LINE_LENGTH * 2;
lines             148 drivers/media/pci/cx88/cx88-vbi.c 			 0, VBI_LINE_LENGTH * lines,
lines             150 drivers/media/pci/cx88/cx88-vbi.c 			 lines);
lines             624 drivers/media/pci/cx88/cx88.h 		 unsigned int bpl, unsigned int padding, unsigned int lines);
lines             628 drivers/media/pci/cx88/cx88.h 		     unsigned int lines, unsigned int lpi);
lines             381 drivers/media/pci/ivtv/ivtv-streams.c 	int lines;
lines             399 drivers/media/pci/ivtv/ivtv-streams.c 		lines = itv->vbi.count * 2;
lines             401 drivers/media/pci/ivtv/ivtv-streams.c 		lines = itv->is_60hz ? 24 : 38;
lines             403 drivers/media/pci/ivtv/ivtv-streams.c 			lines += 2;
lines             406 drivers/media/pci/ivtv/ivtv-streams.c 	itv->vbi.enc_size = lines * (raw ? itv->vbi.raw_size : itv->vbi.sliced_size);
lines             433 drivers/media/pci/ivtv/ivtv-streams.c 		data[5] = lines;
lines             446 drivers/media/pci/ivtv/ivtv-streams.c 		data[5] = lines;
lines             448 drivers/media/pci/ivtv/ivtv-streams.c 		data[6] = itv->vbi.enc_size / lines;
lines             174 drivers/media/pci/ivtv/ivtv-vbi.c static void copy_vbi_data(struct ivtv *itv, int lines, u32 pts_stamp)
lines             190 drivers/media/pci/ivtv/ivtv-vbi.c 	for (i = 0; i < lines; i++) {
lines             302 drivers/media/pci/ivtv/ivtv-vbi.c 	u32 lines = itv->vbi.count;
lines             309 drivers/media/pci/ivtv/ivtv-vbi.c 	for (i = 0; i < lines; i++) {
lines             319 drivers/media/pci/ivtv/ivtv-vbi.c 	return lines * (line_size - 4);
lines             330 drivers/media/pci/ivtv/ivtv-vbi.c 	unsigned lines = 0;
lines             351 drivers/media/pci/ivtv/ivtv-vbi.c 		if (vbi.type && !(lines & (1 << vbi.line))) {
lines             352 drivers/media/pci/ivtv/ivtv-vbi.c 			lines |= 1 << vbi.line;
lines             393 drivers/media/pci/ivtv/ivtv-vbi.c 		int lines;
lines             398 drivers/media/pci/ivtv/ivtv-vbi.c 		lines = compress_sliced_buf(itv, 0, p, size / 2,
lines             403 drivers/media/pci/ivtv/ivtv-vbi.c 		lines = compress_sliced_buf(itv, lines, p + size / 2 - 32, size / 2 + 32,
lines             406 drivers/media/pci/ivtv/ivtv-vbi.c 		if (lines == 0) {
lines             410 drivers/media/pci/ivtv/ivtv-vbi.c 			lines = 1;
lines             412 drivers/media/pci/ivtv/ivtv-vbi.c 		buf->bytesused = size = lines * sizeof(itv->vbi.sliced_data[0]);
lines             416 drivers/media/pci/ivtv/ivtv-vbi.c 			copy_vbi_data(itv, lines, pts_stamp);
lines             183 drivers/media/pci/ivtv/ivtvfb.c 	int lines;
lines             216 drivers/media/pci/ivtv/ivtvfb.c 	osd->lines = data[2];
lines             234 drivers/media/pci/ivtv/ivtvfb.c 			osd->lines, osd->x, osd->y);
lines             569 drivers/media/pci/ivtv/ivtvfb.c 	ivtv_osd.lines = var->yres_virtual;
lines             591 drivers/media/pci/ivtv/ivtvfb.c 	itv->yuv_info.osd_full_h = ivtv_osd.lines;
lines              87 drivers/media/pci/saa7134/saa7134-ts.c 	unsigned int lines, llength, size;
lines              92 drivers/media/pci/saa7134/saa7134-ts.c 	lines = dev->ts.nr_packets;
lines              94 drivers/media/pci/saa7134/saa7134-ts.c 	size = lines * llength;
lines              36 drivers/media/pci/tw68/tw68-risc.c 			    unsigned int lines, bool jump)
lines              55 drivers/media/pci/tw68/tw68-risc.c 	for (line = 0; line < lines; line++) {
lines             135 drivers/media/pci/tw68/tw68-risc.c 			unsigned int lines)
lines             151 drivers/media/pci/tw68/tw68-risc.c 	instructions  = fields * (1 + (((bpl + padding) * lines) /
lines             152 drivers/media/pci/tw68/tw68-risc.c 			 PAGE_SIZE) + lines) + 4;
lines             162 drivers/media/pci/tw68/tw68-risc.c 				     bpl, padding, lines, true);
lines             165 drivers/media/pci/tw68/tw68-risc.c 				     bpl, padding, lines, top_offset == UNSET);
lines             205 drivers/media/pci/tw68/tw68.h 	unsigned int padding, unsigned int lines);
lines             355 drivers/media/platform/omap3isp/ispccp2.c 	u32 lines = 0;
lines             370 drivers/media/platform/omap3isp/ispccp2.c 	v4l2_subdev_call(sensor, sensor, g_skip_top_lines, &lines);
lines             374 drivers/media/platform/omap3isp/ispccp2.c 	ccp2->if_cfg.data_start = lines;
lines             584 drivers/media/platform/qcom/camss/camss-video.c 	u32 bpl, lines;
lines             641 drivers/media/platform/qcom/camss/camss-video.c 			lines = p->sizeimage / p->bytesperline;
lines             646 drivers/media/platform/qcom/camss/camss-video.c 			if (p->sizeimage < p->bytesperline * lines)
lines             647 drivers/media/platform/qcom/camss/camss-video.c 				p->sizeimage = p->bytesperline * lines;
lines             537 drivers/media/usb/gspca/pac7311.c 		__u16 lines, __u16 samples_per_line)
lines             544 drivers/media/usb/gspca/pac7311.c 	tmpbuf[0] = lines >> 8;
lines             545 drivers/media/usb/gspca/pac7311.c 	tmpbuf[1] = lines & 0xff;
lines              78 drivers/media/usb/hdpvr/hdpvr-control.c 	int ret, lines;
lines              96 drivers/media/usb/hdpvr/hdpvr-control.c 	lines = dev->usbc_buf[1] << 8 | dev->usbc_buf[0];
lines              98 drivers/media/usb/hdpvr/hdpvr-control.c 	return lines;
lines             142 drivers/misc/altera-stapl/altera.c 	u32 size, line, lines, linebits, value, j, k;
lines             147 drivers/misc/altera-stapl/altera.c 		lines = (count + (HEX_LINE_BITS - 1)) / HEX_LINE_BITS;
lines             149 drivers/misc/altera-stapl/altera.c 		for (line = 0; line < lines; ++line) {
lines             150 drivers/misc/altera-stapl/altera.c 			if (line < (lines - 1)) {
lines             156 drivers/misc/altera-stapl/altera.c 					count - ((lines - 1) * HEX_LINE_BITS);
lines             129 drivers/misc/sgi-gru/grukservices.c 	char 	lines;
lines             582 drivers/misc/sgi-gru/grukservices.c 					.present = MQS_NOOP, .lines = 1};
lines             637 drivers/misc/sgi-gru/grukservices.c 				void *mesg, int lines)
lines             706 drivers/misc/sgi-gru/grukservices.c 			void *mesg, int lines)
lines             712 drivers/misc/sgi-gru/grukservices.c 	if (lines == 2) {
lines             713 drivers/misc/sgi-gru/grukservices.c 		gru_vset(cb, m, 0, XTYPE_CL, lines, 1, IMA);
lines             717 drivers/misc/sgi-gru/grukservices.c 	gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, lines, 1, IMA);
lines             754 drivers/misc/sgi-gru/grukservices.c 				void *mesg, int lines)
lines             770 drivers/misc/sgi-gru/grukservices.c 		ret = send_message_queue_full(cb, mqd, mesg, lines);
lines             778 drivers/misc/sgi-gru/grukservices.c 		ret = send_message_put_nacked(cb, mqd, mesg, lines);
lines             812 drivers/misc/sgi-gru/grukservices.c 	mhdr->lines = clines;
lines             842 drivers/misc/sgi-gru/grukservices.c 	int lines = mhdr->lines;
lines             844 drivers/misc/sgi-gru/grukservices.c 	if (lines == 2)
lines             849 drivers/misc/sgi-gru/grukservices.c 	next = pnext + GRU_CACHE_LINE_BYTES * lines;
lines             882 drivers/misc/sgi-gru/grukservices.c 	if (present == MQS_FULL && mhdr->lines == 2 &&
lines             891 drivers/misc/sgi-gru/grukservices.c 	if (mhdr->lines == 2)
lines             193 drivers/mtd/nand/raw/nandsim.c #define NS_STATUS_OK(ns) (NAND_STATUS_READY | (NAND_STATUS_WP * ((ns)->lines.wp == 0)))
lines             348 drivers/mtd/nand/raw/nandsim.c         } lines;
lines            1604 drivers/mtd/nand/raw/nandsim.c 		if (ns->lines.wp) {
lines            1644 drivers/mtd/nand/raw/nandsim.c 		if (ns->lines.wp) {
lines            1856 drivers/mtd/nand/raw/nandsim.c 	if (!ns->lines.ce) {
lines            1860 drivers/mtd/nand/raw/nandsim.c 	if (ns->lines.ale || ns->lines.cle) {
lines            1916 drivers/mtd/nand/raw/nandsim.c 	if (!ns->lines.ce) {
lines            1920 drivers/mtd/nand/raw/nandsim.c 	if (ns->lines.ale && ns->lines.cle) {
lines            1925 drivers/mtd/nand/raw/nandsim.c 	if (ns->lines.cle == 1) {
lines            1972 drivers/mtd/nand/raw/nandsim.c 	} else if (ns->lines.ale == 1) {
lines            2098 drivers/mtd/nand/raw/nandsim.c 	if (!ns->lines.ce) {
lines            2102 drivers/mtd/nand/raw/nandsim.c 	if (ns->lines.ale || ns->lines.cle) {
lines            2147 drivers/mtd/nand/raw/nandsim.c 	ns->lines.ce = 1;
lines            2151 drivers/mtd/nand/raw/nandsim.c 		ns->lines.cle = 0;
lines            2152 drivers/mtd/nand/raw/nandsim.c 		ns->lines.ale = 0;
lines            2156 drivers/mtd/nand/raw/nandsim.c 			ns->lines.cle = 1;
lines            2160 drivers/mtd/nand/raw/nandsim.c 			ns->lines.ale = 1;
lines             521 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h 	struct ilt_line		*lines;
lines             640 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h 	if (!ilt || !ilt->lines)
lines             647 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h 		rc = bnx2x_ilt_line_mem_op(bp, &ilt->lines[i],
lines             700 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h 		bnx2x_ilt_line_wr(bp, abs_idx, ilt->lines[idx].page_mapping);
lines            7975 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		ilt->lines[cdu_ilt_start + i].page = bp->context[i].vcxt;
lines            7976 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		ilt->lines[cdu_ilt_start + i].page_mapping =
lines            7978 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		ilt->lines[cdu_ilt_start + i].size = bp->context[i].size;
lines            8282 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	BNX2X_FREE(bp->ilt->lines);
lines            8376 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	bp->ilt->lines = kcalloc(ILT_MAX_LINES, sizeof(struct ilt_line),
lines            8378 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	if (!bp->ilt->lines)
lines            1664 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 		ilt->lines[line+i].page = hw_cxt->addr;
lines            1665 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 		ilt->lines[line+i].page_mapping = hw_cxt->mapping;
lines            1666 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 		ilt->lines[line+i].size = hw_cxt->size; /* doesn't matter */
lines             939 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 	rbdr_cfg.lines = rbdr->dma_size / 128;
lines             653 drivers/net/ethernet/cavium/thunder/q_struct.h 	u64 lines:12;
lines             655 drivers/net/ethernet/cavium/thunder/q_struct.h 	u64 lines:12;
lines            1034 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	u32 lines, line, sz_left, lines_to_skip = 0;
lines            1047 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	lines = DIV_ROUND_UP(sz_left, p_blk->real_size_in_page) - lines_to_skip;
lines            1051 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	for (; lines; lines--) {
lines            1106 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				u32 lines = clients[i].vf_total_lines * k;
lines            1109 drivers/net/ethernet/qlogic/qed/qed_cxt.c 				rc = qed_ilt_blk_alloc(p_hwfn, p_blk, i, lines);
lines             366 drivers/net/ethernet/qlogic/qed/qed_debug.c #define RAM_LINES_TO_DWORDS(lines)	((lines) * 2)
lines             367 drivers/net/ethernet/qlogic/qed/qed_debug.c #define RAM_LINES_TO_BYTES(lines) \
lines             368 drivers/net/ethernet/qlogic/qed/qed_debug.c 	DWORDS_TO_BYTES(RAM_LINES_TO_DWORDS(lines))
lines             114 drivers/net/ethernet/smsc/smc911x.c 	int lines;
lines             116 drivers/net/ethernet/smsc/smc911x.c 	lines = length / 16;
lines             119 drivers/net/ethernet/smsc/smc911x.c 	for (i = 0; i < lines ; i ++) {
lines             163 drivers/net/ethernet/smsc/smc91x.c 	int lines;
lines             165 drivers/net/ethernet/smsc/smc91x.c 	lines = length / 16;
lines             168 drivers/net/ethernet/smsc/smc91x.c 	for (i = 0; i < lines ; i ++) {
lines             305 drivers/net/wireless/ralink/rt2x00/rt2x00debug.c 	unsigned int lines = 1 + intf->rt2x00dev->data_queues;
lines             313 drivers/net/wireless/ralink/rt2x00/rt2x00debug.c 	data = kcalloc(lines, MAX_LINE_LENGTH, GFP_KERNEL);
lines              97 drivers/pcmcia/pcmcia_resource.c 			unsigned int lines)
lines             107 drivers/pcmcia/pcmcia_resource.c 		res, lines);
lines             109 drivers/pcmcia/pcmcia_resource.c 	align = base ? (lines ? 1<<lines : 0) : 1;
lines             175 drivers/s390/char/con3215.c 	int len, count, ix, lines;
lines             199 drivers/s390/char/con3215.c 	lines = 0;
lines             201 drivers/s390/char/con3215.c 	while (lines < RAW3215_MAX_NEWLINE && ix != raw->head) {
lines             203 drivers/s390/char/con3215.c 			lines++;
lines              46 drivers/s390/char/con3270.c 	struct list_head lines;		/* list of lines. */
lines             155 drivers/s390/char/con3270.c 	list_for_each_entry_reverse(s, &cp->lines, list) {
lines             176 drivers/s390/char/con3270.c 	list_for_each_entry_safe(s, n, &cp->lines, list) {
lines             443 drivers/s390/char/con3270.c 	list_add_tail(&cp->cline->list, &cp->lines);
lines             625 drivers/s390/char/con3270.c 	INIT_LIST_HEAD(&condev->lines);
lines              70 drivers/s390/char/tty3270.c 	struct list_head lines;		/* List of lines. */
lines             258 drivers/s390/char/tty3270.c 	list_for_each_entry_reverse(s, &tp->lines, list) {
lines             283 drivers/s390/char/tty3270.c 	list_for_each_entry_safe(s, n, &tp->lines, list) {
lines             317 drivers/s390/char/tty3270.c 	list_add_tail(&s->list, &tp->lines);
lines             335 drivers/s390/char/tty3270.c 	list_for_each_entry_safe(s, n, &tp->lines, list) {
lines             727 drivers/s390/char/tty3270.c 	INIT_LIST_HEAD(&tp->lines);
lines             809 drivers/s390/char/tty3270.c 	int lines;
lines             815 drivers/s390/char/tty3270.c 	for (lines = 0; lines < rows - 2; lines++) {
lines             817 drivers/s390/char/tty3270.c 		screen[lines].cells = kzalloc(size, GFP_KERNEL);
lines             818 drivers/s390/char/tty3270.c 		if (!screen[lines].cells)
lines             823 drivers/s390/char/tty3270.c 	while (lines--)
lines             824 drivers/s390/char/tty3270.c 		kfree(screen[lines].cells);
lines             836 drivers/s390/char/tty3270.c 	int lines;
lines             838 drivers/s390/char/tty3270.c 	for (lines = 0; lines < rows - 2; lines++)
lines             839 drivers/s390/char/tty3270.c 		kfree(screen[lines].cells);
lines            1145 drivers/s390/char/tty3270.c 	list_for_each_entry_reverse(s, &tp->lines, list)
lines            1157 drivers/scsi/dc395x.c 	u8 lines = DC395x_read8(acb, TRM_S1040_SCSI_SIGNAL);
lines            1162 drivers/scsi/dc395x.c 			fifocnt & 0x3f, lines, txt);
lines              38 drivers/staging/greybus/gpio.c 	struct gb_gpio_line	*lines;
lines              78 drivers/staging/greybus/gpio.c 	ggc->lines[which].active = true;
lines              99 drivers/staging/greybus/gpio.c 	ggc->lines[which].active = false;
lines             126 drivers/staging/greybus/gpio.c 	ggc->lines[which].direction = direction ? 1 : 0;
lines             140 drivers/staging/greybus/gpio.c 		ggc->lines[which].direction = 1;
lines             155 drivers/staging/greybus/gpio.c 		ggc->lines[which].direction = 0;
lines             182 drivers/staging/greybus/gpio.c 	ggc->lines[which].value = value ? 1 : 0;
lines             193 drivers/staging/greybus/gpio.c 	if (ggc->lines[which].direction == 1) {
lines             208 drivers/staging/greybus/gpio.c 	ggc->lines[which].value = request.value;
lines             222 drivers/staging/greybus/gpio.c 		ggc->lines[which].debounce_usec = debounce_usec;
lines             275 drivers/staging/greybus/gpio.c 	struct gb_gpio_line *line = &ggc->lines[d->hwirq];
lines             285 drivers/staging/greybus/gpio.c 	struct gb_gpio_line *line = &ggc->lines[d->hwirq];
lines             295 drivers/staging/greybus/gpio.c 	struct gb_gpio_line *line = &ggc->lines[d->hwirq];
lines             341 drivers/staging/greybus/gpio.c 	struct gb_gpio_line *line = &ggc->lines[d->hwirq];
lines             432 drivers/staging/greybus/gpio.c 	return ggc->lines[which].direction ? 1 : 0;
lines             461 drivers/staging/greybus/gpio.c 	return ggc->lines[which].value;
lines             496 drivers/staging/greybus/gpio.c 	ggc->lines = kcalloc(ggc->line_max + 1, sizeof(*ggc->lines),
lines             498 drivers/staging/greybus/gpio.c 	if (!ggc->lines)
lines             590 drivers/staging/greybus/gpio.c 	kfree(ggc->lines);
lines             614 drivers/staging/greybus/gpio.c 	kfree(ggc->lines);
lines             671 drivers/staging/media/ipu3/ipu3-abi.h 	u16 lines;
lines            1380 drivers/staging/media/ipu3/ipu3-css-params.c 				p_pl[pl_idx].lines = first_process_lines;
lines            1384 drivers/staging/media/ipu3/ipu3-css-params.c 				p_pl[pl_idx].lines = last_set_height;
lines            1386 drivers/staging/media/ipu3/ipu3-css-params.c 				p_pl[pl_idx].lines = set_height;
lines            1614 drivers/staging/media/ipu3/ipu3-css-params.c 				p_pl[pl_idx].lines = first_process_lines;
lines            1617 drivers/staging/media/ipu3/ipu3-css-params.c 				p_pl[pl_idx].lines = last_process_lines_in_grid;
lines            1620 drivers/staging/media/ipu3/ipu3-css-params.c 				p_pl[pl_idx].lines = process_lines_after_grid;
lines            1623 drivers/staging/media/ipu3/ipu3-css-params.c 				p_pl[pl_idx].lines = process_lines;
lines            1912 drivers/staging/media/ipu3/ipu3-css-params.c 	acc->dvs_stat.operations_data.process_lines_data[0].lines =
lines             662 drivers/staging/media/soc_camera/mt9t031.c static int mt9t031_g_skip_top_lines(struct v4l2_subdev *sd, u32 *lines)
lines             667 drivers/staging/media/soc_camera/mt9t031.c 	*lines = mt9t031->y_skip_top;
lines             753 drivers/staging/media/soc_camera/soc_mt9v022.c static int mt9v022_g_skip_top_lines(struct v4l2_subdev *sd, u32 *lines)
lines             758 drivers/staging/media/soc_camera/soc_mt9v022.c 	*lines = mt9v022->y_skip_top;
lines            3205 drivers/tty/tty_io.c struct tty_driver *__tty_alloc_driver(unsigned int lines, struct module *owner,
lines            3212 drivers/tty/tty_io.c 	if (!lines || (flags & TTY_DRIVER_UNNUMBERED_NODE && lines > 1))
lines            3221 drivers/tty/tty_io.c 	driver->num = lines;
lines            3226 drivers/tty/tty_io.c 		driver->ttys = kcalloc(lines, sizeof(*driver->ttys),
lines            3228 drivers/tty/tty_io.c 		driver->termios = kcalloc(lines, sizeof(*driver->termios),
lines            3237 drivers/tty/tty_io.c 		driver->ports = kcalloc(lines, sizeof(*driver->ports),
lines            3243 drivers/tty/tty_io.c 		cdevs = lines;
lines             308 drivers/tty/vt/vt.c static inline void scrolldelta(int lines)
lines             313 drivers/tty/vt/vt.c 	scrollback_delta += lines;
lines             342 drivers/tty/vt/vt.c 	char32_t *lines[0];
lines             360 drivers/tty/vt/vt.c 	p = uniscr->lines + rows;
lines             362 drivers/tty/vt/vt.c 		uniscr->lines[i] = p;
lines             384 drivers/tty/vt/vt.c 		uniscr->lines[vc->vc_y][vc->vc_x] = uc;
lines             392 drivers/tty/vt/vt.c 		char32_t *ln = uniscr->lines[vc->vc_y];
lines             405 drivers/tty/vt/vt.c 		char32_t *ln = uniscr->lines[vc->vc_y];
lines             419 drivers/tty/vt/vt.c 		char32_t *ln = uniscr->lines[vc->vc_y];
lines             434 drivers/tty/vt/vt.c 			memset32(uniscr->lines[y++], ' ', cols);
lines             454 drivers/tty/vt/vt.c 			char32_t *tmp = uniscr->lines[t + i];
lines             462 drivers/tty/vt/vt.c 				uniscr->lines[t + j] = uniscr->lines[t + k];
lines             465 drivers/tty/vt/vt.c 			uniscr->lines[t + j] = tmp;
lines             485 drivers/tty/vt/vt.c 		char32_t *src_line = src->lines[src_top_row];
lines             486 drivers/tty/vt/vt.c 		char32_t *dst_line = dst->lines[dst_row];
lines             495 drivers/tty/vt/vt.c 		char32_t *dst_line = dst->lines[dst_row];
lines             538 drivers/tty/vt/vt.c 		char32_t *line = uniscr->lines[y];
lines             572 drivers/tty/vt/vt.c 		memcpy(dest, &uniscr->lines[row][col], nr * sizeof(char32_t));
lines             609 drivers/tty/vt/vt.c 		char32_t *line = uniscr->lines[y];
lines            1186 drivers/tty/vt/vt.c 				unsigned int cols, unsigned int lines)
lines            1204 drivers/tty/vt/vt.c 	if (cols > VC_RESIZE_MAXCOL || lines > VC_RESIZE_MAXROW)
lines            1208 drivers/tty/vt/vt.c 	new_rows = (lines ? lines : vc->vc_rows);
lines            1470 drivers/tty/vt/vt.c void scrollfront(struct vc_data *vc, int lines)
lines            1472 drivers/tty/vt/vt.c 	if (!lines)
lines            1473 drivers/tty/vt/vt.c 		lines = vc->vc_rows / 2;
lines            1474 drivers/tty/vt/vt.c 	scrolldelta(lines);
lines            3056 drivers/tty/vt/vt.c 	int lines;
lines            3127 drivers/tty/vt/vt.c 			if (get_user(lines, (s32 __user *)(p+4))) {
lines            3134 drivers/tty/vt/vt.c 				scrollfront(vc_cons[fg_console].d, lines);
lines            4672 drivers/tty/vt/vt.c 		return uniscr->lines[n / vc->vc_cols][n % vc->vc_cols];
lines            4719 drivers/tty/vt/vt.c void vc_scrolldelta_helper(struct vc_data *c, int lines,
lines            4730 drivers/tty/vt/vt.c 	if (!lines) {
lines            4744 drivers/tty/vt/vt.c 	from_off = (vorigin - from + wrap) % wrap + lines * c->vc_size_row;
lines             672 drivers/usb/misc/sisusbvga/sisusb_con.c sisusbcon_scrolldelta(struct vc_data *c, int lines)
lines             687 drivers/usb/misc/sisusbvga/sisusb_con.c 	vc_scrolldelta_helper(c, lines, sisusb->con_rolled_over,
lines             767 drivers/usb/misc/sisusbvga/sisusb_con.c 		unsigned int lines)
lines             785 drivers/usb/misc/sisusbvga/sisusb_con.c 					   sisusb_vaddr(sisusb, c, 0, t + lines),
lines             786 drivers/usb/misc/sisusbvga/sisusb_con.c 					   (b - t - lines) * cols * 2);
lines             787 drivers/usb/misc/sisusbvga/sisusb_con.c 			sisusbcon_memsetw(sisusb_vaddr(sisusb, c, 0, b - lines),
lines             788 drivers/usb/misc/sisusbvga/sisusb_con.c 					eattr, lines * cols * 2);
lines             792 drivers/usb/misc/sisusbvga/sisusb_con.c 			memmove(sisusb_vaddr(sisusb, c, 0, t + lines),
lines             794 drivers/usb/misc/sisusbvga/sisusb_con.c 					   (b - t - lines) * cols * 2);
lines             796 drivers/usb/misc/sisusbvga/sisusb_con.c 					  lines * cols * 2);
lines             811 drivers/usb/misc/sisusbvga/sisusb_con.c 		enum con_scroll dir, unsigned int lines)
lines             817 drivers/usb/misc/sisusbvga/sisusb_con.c 	unsigned int delta = lines * c->vc_size_row;
lines             826 drivers/usb/misc/sisusbvga/sisusb_con.c 	if (!lines)
lines             842 drivers/usb/misc/sisusbvga/sisusb_con.c 		return sisusbcon_scroll_area(c, sisusb, t, b, dir, lines);
lines             850 drivers/usb/misc/sisusbvga/sisusb_con.c 	if (lines > c->vc_rows)
lines             851 drivers/usb/misc/sisusbvga/sisusb_con.c 		lines = c->vc_rows;
lines            1332 drivers/usb/misc/sisusbvga/sisusb_con.c 				  unsigned int lines)
lines             117 drivers/video/console/dummycon.c 			    unsigned int lines)
lines             505 drivers/video/console/mdacon.c 		enum con_scroll dir, unsigned int lines)
lines             509 drivers/video/console/mdacon.c 	if (!lines)
lines             512 drivers/video/console/mdacon.c 	if (lines > c->vc_rows)   /* maximum realistic size */
lines             513 drivers/video/console/mdacon.c 		lines = c->vc_rows;
lines             518 drivers/video/console/mdacon.c 		scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines),
lines             519 drivers/video/console/mdacon.c 				(b-t-lines)*mda_num_columns*2);
lines             520 drivers/video/console/mdacon.c 		scr_memsetw(mda_addr(0, b - lines), eattr,
lines             521 drivers/video/console/mdacon.c 				lines*mda_num_columns*2);
lines             525 drivers/video/console/mdacon.c 		scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t),
lines             526 drivers/video/console/mdacon.c 				(b-t-lines)*mda_num_columns*2);
lines             527 drivers/video/console/mdacon.c 		scr_memsetw(mda_addr(0, t), eattr, lines*mda_num_columns*2);
lines             579 drivers/video/console/newport_con.c 		enum con_scroll dir, unsigned int lines)
lines             589 drivers/video/console/newport_con.c 			topscan = (topscan + (lines << 4)) & 0x3ff;
lines             590 drivers/video/console/newport_con.c 			newport_clear_lines(vc->vc_rows - lines,
lines             594 drivers/video/console/newport_con.c 			topscan = (topscan + (-lines << 4)) & 0x3ff;
lines             595 drivers/video/console/newport_con.c 			newport_clear_lines(0, lines - 1,
lines             602 drivers/video/console/newport_con.c 	count = (b - t - lines) * vc->vc_cols;
lines             607 drivers/video/console/newport_con.c 					vc->vc_size_row * (t + lines));
lines             623 drivers/video/console/newport_con.c 					vc->vc_size_row * (b - lines));
lines             625 drivers/video/console/newport_con.c 		y = b - lines;
lines             626 drivers/video/console/newport_con.c 		for (count = 0; count < (lines * vc->vc_cols); count++) {
lines             642 drivers/video/console/newport_con.c 					vc->vc_size_row * (b - lines) - 2);
lines             661 drivers/video/console/newport_con.c 		for (count = 0; count < (lines * vc->vc_cols); count++) {
lines              74 drivers/video/console/vgacon.c static void vgacon_scrolldelta(struct vc_data *c, int lines);
lines             286 drivers/video/console/vgacon.c static void vgacon_scrolldelta(struct vc_data *c, int lines)
lines             290 drivers/video/console/vgacon.c 	if (!lines) {
lines             306 drivers/video/console/vgacon.c 	start = vgacon_scrollback_cur->cur + lines;
lines             307 drivers/video/console/vgacon.c 	end = start + abs(lines);
lines             378 drivers/video/console/vgacon.c static void vgacon_scrolldelta(struct vc_data *c, int lines)
lines             380 drivers/video/console/vgacon.c 	vc_scrolldelta_helper(c, lines, vga_rolled_over, (void *)vga_vram_base,
lines            1368 drivers/video/console/vgacon.c 		enum con_scroll dir, unsigned int lines)
lines            1376 drivers/video/console/vgacon.c 	if (!vga_hardscroll_enabled || lines >= c->vc_rows / 2)
lines            1381 drivers/video/console/vgacon.c 	delta = lines * c->vc_size_row;
lines            1383 drivers/video/console/vgacon.c 		vgacon_scrollback_update(c, t, lines);
lines            1316 drivers/video/fbdev/atafb.c 		int lines;
lines            1318 drivers/video/fbdev/atafb.c 		for (lines = 0;
lines            1319 drivers/video/fbdev/atafb.c 		     (hfreq * 2) / (par->VFT + 1 + 4 * lines - 2 * yres) >
lines            1321 drivers/video/fbdev/atafb.c 		     lines++)
lines            1323 drivers/video/fbdev/atafb.c 		upper_margin += lines;
lines            1324 drivers/video/fbdev/atafb.c 		lower_margin += lines;
lines            1328 drivers/video/fbdev/atafb.c 		int lines;
lines            1329 drivers/video/fbdev/atafb.c 		for (lines = 0;
lines            1330 drivers/video/fbdev/atafb.c 		     (hfreq * 2) / (par->VFT + 1 + 4 * lines) >
lines            1332 drivers/video/fbdev/atafb.c 		     lines += 2)
lines            1334 drivers/video/fbdev/atafb.c 		upper_margin += lines;
lines            1335 drivers/video/fbdev/atafb.c 		lower_margin += lines;
lines            1339 drivers/video/fbdev/atafb.c 		int lines;
lines            1340 drivers/video/fbdev/atafb.c 		for (lines = 0;
lines            1341 drivers/video/fbdev/atafb.c 		     (hfreq * 2) / (par->VFT + 1 + 4 * lines) >
lines            1343 drivers/video/fbdev/atafb.c 		     lines++)
lines            1345 drivers/video/fbdev/atafb.c 		upper_margin += lines;
lines            1346 drivers/video/fbdev/atafb.c 		lower_margin += lines;
lines             650 drivers/video/fbdev/core/fbcon.c 			int lines;
lines             652 drivers/video/fbdev/core/fbcon.c 				lines = rows - vc->vc_y - 1;
lines             654 drivers/video/fbdev/core/fbcon.c 				lines = logo_lines;
lines             655 drivers/video/fbdev/core/fbcon.c 			vc->vc_y += lines;
lines             656 drivers/video/fbdev/core/fbcon.c 			vc->vc_pos += lines * vc->vc_size_row;
lines            2839 drivers/video/fbdev/core/fbcon.c static void fbcon_scrolldelta(struct vc_data *vc, int lines)
lines            2849 drivers/video/fbdev/core/fbcon.c 		if (vc->vc_mode != KD_TEXT || !lines)
lines            2881 drivers/video/fbdev/core/fbcon.c 		fbcon_redraw_softback(vc, disp, lines);
lines            2890 drivers/video/fbdev/core/fbcon.c 	scrollback_current -= lines;
lines             605 drivers/video/fbdev/ps3fb.c 	unsigned int mode, ddr_line_length, xdr_line_length, lines, maxlines;
lines             655 drivers/video/fbdev/ps3fb.c 	lines = vmode->yres * par->num_frames;
lines             657 drivers/video/fbdev/ps3fb.c 		lines++;
lines             659 drivers/video/fbdev/ps3fb.c 	for (dst = 0; lines; dst += maxlines * ddr_line_length) {
lines             660 drivers/video/fbdev/ps3fb.c 		unsigned int l = min(lines, maxlines);
lines             663 drivers/video/fbdev/ps3fb.c 		lines -= l;
lines             908 drivers/video/fbdev/smscufx.c 		int lines = min((u32)((result / info->fix.line_length) + 1),
lines             911 drivers/video/fbdev/smscufx.c 		ufx_handle_damage(dev, 0, start, info->var.xres, lines);
lines             881 drivers/video/fbdev/tridentfb.c static void set_number_of_lines(struct tridentfb_par *par, int lines)
lines             884 drivers/video/fbdev/tridentfb.c 	if (lines > 1024)
lines             886 drivers/video/fbdev/tridentfb.c 	else if (lines > 768)
lines             888 drivers/video/fbdev/tridentfb.c 	else if (lines > 600)
lines             890 drivers/video/fbdev/tridentfb.c 	else if (lines > 480)
lines             730 drivers/video/fbdev/udlfb.c 		int lines = min((u32)((result / info->fix.line_length) + 1),
lines             734 drivers/video/fbdev/udlfb.c 			lines);
lines              13 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8;
lines              26 include/asm-generic/xor.h 	} while (--lines > 0);
lines              33 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8;
lines              47 include/asm-generic/xor.h 	} while (--lines > 0);
lines              54 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8;
lines              69 include/asm-generic/xor.h 	} while (--lines > 0);
lines              76 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8;
lines              92 include/asm-generic/xor.h 	} while (--lines > 0);
lines              98 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8;
lines             128 include/asm-generic/xor.h 	} while (--lines > 0);
lines             135 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8;
lines             174 include/asm-generic/xor.h 	} while (--lines > 0);
lines             181 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8;
lines             229 include/asm-generic/xor.h 	} while (--lines > 0);
lines             236 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8;
lines             293 include/asm-generic/xor.h 	} while (--lines > 0);
lines             299 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8 - 1;
lines             317 include/asm-generic/xor.h 	} while (--lines > 0);
lines             318 include/asm-generic/xor.h 	if (lines == 0)
lines             326 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8 - 1;
lines             347 include/asm-generic/xor.h 	} while (--lines > 0);
lines             348 include/asm-generic/xor.h 	if (lines == 0)
lines             356 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8 - 1;
lines             381 include/asm-generic/xor.h 	} while (--lines > 0);
lines             382 include/asm-generic/xor.h 	if (lines == 0)
lines             390 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8 - 1;
lines             418 include/asm-generic/xor.h 	} while (--lines > 0);
lines             419 include/asm-generic/xor.h 	if (lines == 0)
lines             426 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8 - 1;
lines             463 include/asm-generic/xor.h 	} while (--lines > 0);
lines             464 include/asm-generic/xor.h 	if (lines == 0)
lines             472 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8 - 1;
lines             520 include/asm-generic/xor.h 	} while (--lines > 0);
lines             521 include/asm-generic/xor.h 	if (lines == 0)
lines             529 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8 - 1;
lines             588 include/asm-generic/xor.h 	} while (--lines > 0);
lines             589 include/asm-generic/xor.h 	if (lines == 0)
lines             597 include/asm-generic/xor.h 	long lines = bytes / (sizeof (long)) / 8 - 1;
lines             667 include/asm-generic/xor.h 	} while (--lines > 0);
lines             668 include/asm-generic/xor.h 	if (lines == 0)
lines              61 include/linux/console.h 			unsigned int lines);
lines              74 include/linux/console.h 	void	(*con_scrolldelta)(struct vc_data *vc, int lines);
lines             338 include/linux/tty_driver.h extern struct tty_driver *__tty_alloc_driver(unsigned int lines,
lines             348 include/linux/tty_driver.h #define tty_alloc_driver(lines, flags) \
lines             349 include/linux/tty_driver.h 		__tty_alloc_driver(lines, THIS_MODULE, flags)
lines             355 include/linux/tty_driver.h static inline struct tty_driver *alloc_tty_driver(unsigned int lines)
lines             357 include/linux/tty_driver.h 	struct tty_driver *ret = tty_alloc_driver(lines, 0);
lines              39 include/linux/vt_kern.h int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
lines              50 include/linux/vt_kern.h void scrollfront(struct vc_data *vc, int lines);
lines             188 include/linux/vt_kern.h void vc_scrolldelta_helper(struct vc_data *c, int lines,
lines             228 include/media/tpg/v4l2-tpg.h 	u8				*lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES];
lines             502 include/media/v4l2-subdev.h 	int (*g_skip_top_lines)(struct v4l2_subdev *sd, u32 *lines);
lines              27 include/uapi/linux/gpio.h 	__u32 lines;
lines              93 include/uapi/linux/gpio.h 	__u32 lines;
lines            2096 kernel/debug/kdb/kdb_main.c 	int lines = 0;
lines            2108 kernel/debug/kdb/kdb_main.c 		lines = simple_strtol(argv[1], &cp, 0);
lines            2110 kernel/debug/kdb/kdb_main.c 			lines = 0;
lines            2129 kernel/debug/kdb/kdb_main.c 	if (lines < 0) {
lines            2133 kernel/debug/kdb/kdb_main.c 		else if (adjust - lines >= n)
lines            2137 kernel/debug/kdb/kdb_main.c 		lines = abs(lines);
lines            2138 kernel/debug/kdb/kdb_main.c 	} else if (lines > 0) {
lines            2139 kernel/debug/kdb/kdb_main.c 		skip = n - lines - adjust;
lines            2140 kernel/debug/kdb/kdb_main.c 		lines = abs(lines);
lines            2146 kernel/debug/kdb/kdb_main.c 			lines += skip;
lines            2149 kernel/debug/kdb/kdb_main.c 				   "%d lines printed\n", n, lines);
lines            2152 kernel/debug/kdb/kdb_main.c 		lines = n;
lines            2164 kernel/debug/kdb/kdb_main.c 		if (!lines--)
lines            1481 mm/slab.c      static void print_objinfo(struct kmem_cache *cachep, void *objp, int lines)
lines            1496 mm/slab.c      	for (i = 0; i < size && lines; i += 16, lines--) {
lines            1509 mm/slab.c      	int lines = 0;
lines            1525 mm/slab.c      			if (lines == 0) {
lines            1538 mm/slab.c      			lines++;
lines            1540 mm/slab.c      			if (lines > 5)
lines            1544 mm/slab.c      	if (lines != 0) {
lines             244 scripts/kconfig/lxdialog/util.c 	int lines, columns;
lines             246 scripts/kconfig/lxdialog/util.c 	lines = getmaxy(stdscr);
lines             249 scripts/kconfig/lxdialog/util.c 	attr_clear(stdscr, lines, columns, dlg.screen.atr);
lines             369 scripts/kconfig/nconf.c 	int lines = getmaxy(stdscr);
lines             373 scripts/kconfig/nconf.c 		mvwprintw(main_window, lines-3, offset,
lines             378 scripts/kconfig/nconf.c 		mvwprintw(main_window, lines-3,
lines            1457 scripts/kconfig/nconf.c 	int lines, columns;
lines            1459 scripts/kconfig/nconf.c 	getmaxyx(stdscr, lines, columns);
lines            1465 scripts/kconfig/nconf.c 	main_window = newwin(lines-2, columns-2, 2, 1);
lines            1467 scripts/kconfig/nconf.c 	mwin_max_lines = lines-7;
lines            1476 scripts/kconfig/nconf.c 	int lines, columns;
lines            1503 scripts/kconfig/nconf.c 	getmaxyx(stdscr, lines, columns);
lines            1504 scripts/kconfig/nconf.c 	if (columns < 75 || lines < 20) {
lines             192 scripts/kconfig/nconf.gui.c 	int lines = 0;
lines             197 scripts/kconfig/nconf.gui.c 	for (i = 0; text[i] != '\0' && lines < line_no; i++)
lines             199 scripts/kconfig/nconf.gui.c 			lines++;
lines             367 scripts/kconfig/nconf.gui.c 	int i, x, y, lines, columns, win_lines, win_cols;
lines             373 scripts/kconfig/nconf.gui.c 	getmaxyx(stdscr, lines, columns);
lines             391 scripts/kconfig/nconf.gui.c 	win_lines = min(prompt_lines+6, lines-2);
lines             397 scripts/kconfig/nconf.gui.c 	y = (lines-win_lines)/2;
lines             556 scripts/kconfig/nconf.gui.c 	int x, y, lines, columns;
lines             567 scripts/kconfig/nconf.gui.c 	getmaxyx(stdscr, lines, columns);
lines             582 scripts/kconfig/nconf.gui.c 	win_lines = min(total_lines+4, lines-2);
lines             588 scripts/kconfig/nconf.gui.c 	y = (lines-win_lines)/2;
lines              52 sound/pci/asihpi/hpidebug.c 	int lines;
lines              55 sound/pci/asihpi/hpidebug.c 	lines = (len + cols - 1) / cols;
lines              56 sound/pci/asihpi/hpidebug.c 	if (lines > 8)
lines              57 sound/pci/asihpi/hpidebug.c 		lines = 8;
lines              59 sound/pci/asihpi/hpidebug.c 	for (i = 0, j = 0; j < lines; j++) {
lines             191 sound/pci/bt87x.c 	unsigned int lines;
lines             260 sound/pci/bt87x.c 	chip->lines = periods;
lines             330 sound/pci/bt87x.c 		chip->current_line = (chip->current_line + 1) % chip->lines;
lines             332 sound/pci/bt87x.c 		current_block = chip->current_line * 16 / chip->lines;
lines             335 sound/pci/bt87x.c 			chip->current_line = (irq_block * chip->lines + 15) / 16;
lines             499 sound/pci/bt87x.c 			 chip->line_bytes | (chip->lines << 16));
lines            1372 sound/soc/qcom/qdsp6/q6afe-dai.c 		unsigned int lines[Q6AFE_MAX_MI2S_LINES];
lines            1388 sound/soc/qcom/qdsp6/q6afe-dai.c 							lines, 0,
lines            1398 sound/soc/qcom/qdsp6/q6afe-dai.c 				priv->sd_line_mask |= BIT(lines[i]);
lines             238 tools/bpf/bpftool/main.c 	unsigned int lines = 0;
lines             285 tools/bpf/bpftool/main.c 				      lines);
lines             295 tools/bpf/bpftool/main.c 				p_err("command %d is too long", lines);
lines             303 tools/bpf/bpftool/main.c 		n_argc = make_args(buf, n_argv, BATCH_ARG_NB_MAX, lines);
lines             327 tools/bpf/bpftool/main.c 		lines++;
lines             335 tools/bpf/bpftool/main.c 			printf("processed %d commands\n", lines);
lines              25 tools/gpio/gpio-hammer.c int hammer_device(const char *device_name, unsigned int *lines, int nlines,
lines              36 tools/gpio/gpio-hammer.c 	ret = gpiotools_request_linehandle(device_name, lines, nlines,
lines              50 tools/gpio/gpio-hammer.c 		fprintf(stdout, "%d", lines[i]);
lines              85 tools/gpio/gpio-hammer.c 			fprintf(stdout, "%d: %d", lines[i], data.values[i]);
lines             122 tools/gpio/gpio-hammer.c 	unsigned int lines[GPIOHANDLES_MAX];
lines             138 tools/gpio/gpio-hammer.c 			lines[i] = strtoul(optarg, NULL, 10);
lines             152 tools/gpio/gpio-hammer.c 	return hammer_device(device_name, lines, nlines, loops);
lines              58 tools/gpio/gpio-utils.c int gpiotools_request_linehandle(const char *device_name, unsigned int *lines,
lines              82 tools/gpio/gpio-utils.c 		req.lineoffsets[i] = lines[i];
lines              86 tools/gpio/gpio-utils.c 	req.lines = nlines;
lines             184 tools/gpio/gpio-utils.c 	unsigned int lines[] = {line};
lines             186 tools/gpio/gpio-utils.c 	gpiotools_gets(device_name, lines, 1, &data);
lines             203 tools/gpio/gpio-utils.c int gpiotools_gets(const char *device_name, unsigned int *lines,
lines             210 tools/gpio/gpio-utils.c 	ret = gpiotools_request_linehandle(device_name, lines, nlines,
lines             236 tools/gpio/gpio-utils.c 	unsigned int lines[] = {line};
lines             239 tools/gpio/gpio-utils.c 	return gpiotools_sets(device_name, lines, 1, &data);
lines             255 tools/gpio/gpio-utils.c int gpiotools_sets(const char *device_name, unsigned int *lines,
lines             260 tools/gpio/gpio-utils.c 	ret = gpiotools_request_linehandle(device_name, lines, nlines,
lines              25 tools/gpio/gpio-utils.h int gpiotools_request_linehandle(const char *device_name, unsigned int *lines,
lines              34 tools/gpio/gpio-utils.h int gpiotools_gets(const char *device_name, unsigned int *lines,
lines              38 tools/gpio/gpio-utils.h int gpiotools_sets(const char *device_name, unsigned int *lines,
lines              96 tools/gpio/lsgpio.c 		cinfo.name, cinfo.label, cinfo.lines);
lines              99 tools/gpio/lsgpio.c 	for (i = 0; i < cinfo.lines; i++) {
lines            1816 tools/perf/builtin-kmem.c 	int lines;
lines            1821 tools/perf/builtin-kmem.c 	lines = strtoul(arg, NULL, 10);
lines            1824 tools/perf/builtin-kmem.c 		caller_lines = lines;
lines            1826 tools/perf/builtin-kmem.c 		alloc_lines = lines;
lines              38 tools/perf/jvmti/libjvmti.c 	jint i, lines = 0;
lines              51 tools/perf/jvmti/libjvmti.c 			tab[lines].pc = (unsigned long)pc;
lines              52 tools/perf/jvmti/libjvmti.c 			tab[lines].line_number = loc_tab[i].line_number;
lines              53 tools/perf/jvmti/libjvmti.c 			tab[lines].discrim = 0; /* not yet used */
lines              54 tools/perf/jvmti/libjvmti.c 			tab[lines].methodID = m;
lines              55 tools/perf/jvmti/libjvmti.c 			lines++;
lines              61 tools/perf/jvmti/libjvmti.c 	*nr = lines;
lines            2253 tools/perf/util/annotate.c static int annotated_source__addr_fmt_width(struct list_head *lines, u64 start)
lines            2258 tools/perf/util/annotate.c 	list_for_each_entry_reverse(line, lines, node) {
lines             784 tools/perf/util/dwarf-aux.c 	Dwarf_Lines *lines;
lines             807 tools/perf/util/dwarf-aux.c 	if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) {
lines             815 tools/perf/util/dwarf-aux.c 		line = dwarf_onesrcline(lines, i);
lines            1211 tools/perf/util/dwarf-aux.c static bool die_search_idx(Dwarf_Lines *lines, unsigned long nr_lines,
lines            1218 tools/perf/util/dwarf-aux.c 		if (dwarf_lineaddr(dwarf_onesrcline(lines, i), &tmp))
lines            1241 tools/perf/util/dwarf-aux.c 				      Dwarf_Lines *lines,
lines            1253 tools/perf/util/dwarf-aux.c 	line = dwarf_onesrcline(lines, entrypc_idx);
lines            1258 tools/perf/util/dwarf-aux.c 		line = dwarf_onesrcline(lines, i);
lines            1291 tools/perf/util/dwarf-aux.c 		dwarf_lineaddr(dwarf_onesrcline(lines, i - 1),
lines            1314 tools/perf/util/dwarf-aux.c 	Dwarf_Lines *lines = NULL;
lines            1321 tools/perf/util/dwarf-aux.c 	if (dwarf_getsrclines(cu_die, &lines, &nr_lines))
lines            1324 tools/perf/util/dwarf-aux.c 	if (!die_search_idx(lines, nr_lines, *entrypc, &entrypc_idx))
lines            1327 tools/perf/util/dwarf-aux.c 	if (!die_get_postprologue_addr(entrypc_idx, lines, nr_lines,
lines              28 tools/perf/util/srccode.c 	char **lines;
lines              65 tools/perf/util/srccode.c static void fill_lines(char **lines, int maxline, char *map, int maplen)
lines              74 tools/perf/util/srccode.c 	lines[l++] = map;
lines              78 tools/perf/util/srccode.c 		lines[l++] = ++p;
lines              81 tools/perf/util/srccode.c 		lines[l] = p;
lines              90 tools/perf/util/srccode.c 	zfree(&sf->lines);
lines             144 tools/perf/util/srccode.c 	h->lines = calloc(h->numlines, sizeof(char *));
lines             145 tools/perf/util/srccode.c 	if (!h->lines)
lines             147 tools/perf/util/srccode.c 	fill_lines(h->lines, h->numlines, h->map, h->maplen);
lines             173 tools/perf/util/srccode.c 	l = sf->lines[line];
lines             199 tools/testing/selftests/gpio/gpio-mockup-chardev.c 	unsigned int lines[] = {line};
lines             206 tools/testing/selftests/gpio/gpio-mockup-chardev.c 	ret = gpiotools_request_linehandle(cinfo->name, lines, 1, flag, &data,
lines             305 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		gpio_pin_tests(current, current->lines - 1);
lines             306 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		gpio_pin_tests(current, random() % current->lines);
lines            1286 tools/vm/slabinfo.c 	int lines = output_lines;
lines            1289 tools/vm/slabinfo.c 			lines != 0; slab++) {
lines            1294 tools/vm/slabinfo.c 		if (lines != -1)
lines            1295 tools/vm/slabinfo.c 			lines--;