line_offset      2383 drivers/acpi/nfit/core.c 	u32 sub_line_offset, line_index, line_offset;
line_offset      2388 drivers/acpi/nfit/core.c 	line_offset = idt->line_offset[line_index]
line_offset      2392 drivers/acpi/nfit/core.c 	return mmio->base_offset + line_offset + table_offset + sub_line_offset;
line_offset      2453 drivers/acpi/nfit/core.c 			u32 line_offset;
line_offset      2457 drivers/acpi/nfit/core.c 			div_u64_rem(offset, mmio->line_size, &line_offset);
line_offset      2458 drivers/acpi/nfit/core.c 			c = min_t(size_t, len, mmio->line_size - line_offset);
line_offset      1068 drivers/gpio/gpiolib.c 		if (lineinfo.line_offset >= gdev->ngpio)
line_offset      1071 drivers/gpio/gpiolib.c 		desc = &gdev->descs[lineinfo.line_offset];
line_offset      1097 drivers/gpio/gpiolib.c 		    !pinctrl_gpio_can_use_line(chip->base + lineinfo.line_offset))
line_offset       126 drivers/gpu/drm/udl/udl_fb.c 		const int line_offset = fb->base.pitches[0] * i;
line_offset       127 drivers/gpu/drm/udl/udl_fb.c 		const int byte_offset = line_offset + (x << log_bpp);
line_offset       260 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	size_t offs = (diff_offs + diff->line_offset) / diff->cpp;
line_offset       305 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 		diff->line_offset += csize;
line_offset       316 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	diff->line_offset += n;
line_offset       492 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 		diff->line_offset = dst_offset % dst_stride;
line_offset      1353 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 	size_t line_offset;
line_offset      1365 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 	.line_offset = 0,			  \
line_offset      2393 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 	unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left);
line_offset      2482 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 		linestart_older += line_offset;
line_offset      2483 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 		linestart_newer += line_offset;
line_offset       241 drivers/media/platform/davinci/vpif.c 	u32 line_offset, vanc0_strt, vanc0_size, vanc1_strt;
line_offset       367 drivers/media/platform/davinci/vpif.c 						vpifregs[i].line_offset);
line_offset       117 drivers/video/fbdev/atafb.c 			short line_offset;
line_offset      1029 drivers/video/fbdev/atafb.c 	par->hw.falcon.line_offset = bpp * (xres_virtual - xres) / 16;
line_offset      1431 drivers/video/fbdev/atafb.c 	var->xres_virtual = var->xres + hw->line_offset * 16 / var->bits_per_pixel;
line_offset      1541 drivers/video/fbdev/atafb.c 	hw->line_offset = shifter_f030.off_next;
line_offset      1640 drivers/video/fbdev/atafb.c 		shifter_f030.off_next = hw->line_offset;
line_offset      1647 drivers/video/fbdev/atafb.c 		shifter_f030.off_next = current_par.hw.falcon.line_offset;
line_offset      1668 drivers/video/fbdev/atafb.c 	par->hw.falcon.line_offset = bpp *
line_offset      1671 drivers/video/fbdev/atafb.c 		par->hw.falcon.line_offset -= bpp;
line_offset       842 drivers/video/fbdev/smscufx.c 		const int line_offset = dev->info->fix.line_length * (y + line);
line_offset       843 drivers/video/fbdev/smscufx.c 		const int byte_offset = line_offset + (x * BPP);
line_offset       632 drivers/video/fbdev/udlfb.c 		const int line_offset = dlfb->info->fix.line_length * i;
line_offset       633 drivers/video/fbdev/udlfb.c 		const int byte_offset = line_offset + (x * BPP);
line_offset      1040 include/acpi/actbl2.h 	u32 line_offset[1];	/* Variable length */
line_offset        50 include/uapi/linux/gpio.h 	__u32 line_offset;
line_offset       103 tools/gpio/lsgpio.c 		linfo.line_offset = i;
line_offset       111 tools/gpio/lsgpio.c 		fprintf(stdout, "\tline %2d:", linfo.line_offset);