Searched refs:line_offset (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/tools/gpio/ |
D | lsgpio.c | 106 linfo.line_offset = i; in list_device() 114 fprintf(stdout, "\tline %2d:", linfo.line_offset); in list_device()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_blit.c | 260 size_t offs = (diff_offs + diff->line_offset) / diff->cpp; in vmw_adjust_rect() 305 diff->line_offset += csize; in vmw_diff_memcpy() 316 diff->line_offset += n; in vmw_diff_memcpy() 492 diff->line_offset = dst_offset % dst_stride; in vmw_bo_cpu_blit()
|
D | vmwgfx_drv.h | 1211 size_t line_offset; member 1223 .line_offset = 0, \
|
/Linux-v4.19/include/uapi/linux/ |
D | gpio.h | 50 __u32 line_offset; member
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpif.c | 241 u32 line_offset, vanc0_strt, vanc0_size, vanc1_strt; member 367 vpifregs[i].line_offset); in config_vpif_params()
|
/Linux-v4.19/drivers/gpu/drm/udl/ |
D | udl_fb.c | 130 const int line_offset = fb->base.pitches[0] * i; in udl_handle_damage() local 131 const int byte_offset = line_offset + (x << log_bpp); in udl_handle_damage()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | atafb.c | 138 short line_offset; member 1050 par->hw.falcon.line_offset = bpp * (xres_virtual - xres) / 16; in falcon_decode_var() 1452 var->xres_virtual = var->xres + hw->line_offset * 16 / var->bits_per_pixel; in falcon_encode_var() 1562 hw->line_offset = shifter_f030.off_next; in falcon_get_par() 1661 shifter_f030.off_next = hw->line_offset; in falcon_vbl_switcher() 1668 shifter_f030.off_next = current_par.hw.falcon.line_offset; in falcon_vbl_switcher() 1689 par->hw.falcon.line_offset = bpp * in falcon_pan_display() 1692 par->hw.falcon.line_offset -= bpp; in falcon_pan_display()
|
D | smscufx.c | 845 const int line_offset = dev->info->fix.line_length * (y + line); in ufx_raw_rect() local 846 const int byte_offset = line_offset + (x * BPP); in ufx_raw_rect()
|
D | udlfb.c | 628 const int line_offset = dlfb->info->fix.line_length * i; in dlfb_handle_damage() local 629 const int byte_offset = line_offset + (x * BPP); in dlfb_handle_damage()
|
/Linux-v4.19/drivers/acpi/nfit/ |
D | core.c | 2190 u32 sub_line_offset, line_index, line_offset; in to_interleave_offset() local 2195 line_offset = idt->line_offset[line_index] in to_interleave_offset() 2199 return mmio->base_offset + line_offset + table_offset + sub_line_offset; in to_interleave_offset() 2260 u32 line_offset; in acpi_nfit_blk_single_io() local 2264 div_u64_rem(offset, mmio->line_size, &line_offset); in acpi_nfit_blk_single_io() 2265 c = min_t(size_t, len, mmio->line_size - line_offset); in acpi_nfit_blk_single_io()
|
/Linux-v4.19/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2239 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern() local 2328 linestart_older += line_offset; in tpg_fill_plane_pattern() 2329 linestart_newer += line_offset; in tpg_fill_plane_pattern()
|
/Linux-v4.19/include/acpi/ |
D | actbl2.h | 1039 u32 line_offset[1]; /* Variable length */ member
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.c | 1040 if (lineinfo.line_offset >= gdev->ngpio) in gpio_ioctl() 1043 desc = &gdev->descs[lineinfo.line_offset]; in gpio_ioctl()
|