Searched refs:memory_read (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 482 if (!display || !display->driver->memory_read) in omapfb_memory_read() 497 r = display->driver->memory_read(display, buf, mr->buffer_size, in omapfb_memory_read() 589 struct omapfb_memory_read memory_read; in omapfb_ioctl() member 827 if (copy_from_user(&p.memory_read, (void __user *)arg, in omapfb_ioctl() 828 sizeof(p.memory_read))) { in omapfb_ioctl() 833 r = omapfb_memory_read(fbi, &p.memory_read); in omapfb_ioctl()
|
/linux/tools/perf/util/ |
H A D | unwind-libdw.c | 183 static bool memory_read(Dwfl *dwfl __maybe_unused, Dwarf_Addr addr, Dwarf_Word *result, in memory_read() function 224 .memory_read = memory_read,
|
/linux/arch/arm64/kvm/ |
H A D | sys_regs.c | 158 goto memory_read; in vcpu_read_sys_reg() 162 goto memory_read; in vcpu_read_sys_reg() 184 goto memory_read; in vcpu_read_sys_reg() 192 goto memory_read; in vcpu_read_sys_reg() 204 goto memory_read; in vcpu_read_sys_reg() 209 memory_read: in vcpu_read_sys_reg()
|
/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-dsi-cm.c | 1108 .memory_read = dsicm_memory_read,
|