Searched refs:line_offset (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/tools/gpio/ |
| D | lsgpio.c | 103 linfo.line_offset = i; in list_device() 111 fprintf(stdout, "\tline %2d:", linfo.line_offset); in list_device()
|
| /Linux-v5.4/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 | 1353 size_t line_offset; member 1365 .line_offset = 0, \
|
| /Linux-v5.4/include/uapi/linux/ |
| D | gpio.h | 50 __u32 line_offset; member
|
| /Linux-v5.4/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-v5.4/drivers/gpu/drm/udl/ |
| D | udl_fb.c | 126 const int line_offset = fb->base.pitches[0] * i; in udl_handle_damage() local 127 const int byte_offset = line_offset + (x << log_bpp); in udl_handle_damage()
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | atafb.c | 117 short line_offset; member 1029 par->hw.falcon.line_offset = bpp * (xres_virtual - xres) / 16; in falcon_decode_var() 1431 var->xres_virtual = var->xres + hw->line_offset * 16 / var->bits_per_pixel; in falcon_encode_var() 1541 hw->line_offset = shifter_f030.off_next; in falcon_get_par() 1640 shifter_f030.off_next = hw->line_offset; in falcon_vbl_switcher() 1647 shifter_f030.off_next = current_par.hw.falcon.line_offset; in falcon_vbl_switcher() 1668 par->hw.falcon.line_offset = bpp * in falcon_pan_display() 1671 par->hw.falcon.line_offset -= bpp; in falcon_pan_display()
|
| D | smscufx.c | 842 const int line_offset = dev->info->fix.line_length * (y + line); in ufx_raw_rect() local 843 const int byte_offset = line_offset + (x * BPP); in ufx_raw_rect()
|
| D | udlfb.c | 632 const int line_offset = dlfb->info->fix.line_length * i; in dlfb_handle_damage() local 633 const int byte_offset = line_offset + (x * BPP); in dlfb_handle_damage()
|
| /Linux-v5.4/drivers/acpi/nfit/ |
| D | core.c | 2382 u32 sub_line_offset, line_index, line_offset; in to_interleave_offset() local 2387 line_offset = idt->line_offset[line_index] in to_interleave_offset() 2391 return mmio->base_offset + line_offset + table_offset + sub_line_offset; in to_interleave_offset() 2452 u32 line_offset; in acpi_nfit_blk_single_io() local 2456 div_u64_rem(offset, mmio->line_size, &line_offset); in acpi_nfit_blk_single_io() 2457 c = min_t(size_t, len, mmio->line_size - line_offset); in acpi_nfit_blk_single_io()
|
| /Linux-v5.4/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-core.c | 2393 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern() local 2482 linestart_older += line_offset; in tpg_fill_plane_pattern() 2483 linestart_newer += line_offset; in tpg_fill_plane_pattern()
|
| /Linux-v5.4/include/acpi/ |
| D | actbl2.h | 1040 u32 line_offset[1]; /* Variable length */ member
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib.c | 1060 if (lineinfo.line_offset >= gdev->ngpio) in gpio_ioctl() 1063 desc = &gdev->descs[lineinfo.line_offset]; in gpio_ioctl() 1089 !pinctrl_gpio_can_use_line(chip->base + lineinfo.line_offset)) in gpio_ioctl()
|