Home
last modified time | relevance | path

Searched refs:memory_read (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dunwind-libdw.c152 static bool memory_read(Dwfl *dwfl __maybe_unused, Dwarf_Addr addr, Dwarf_Word *result, in memory_read() function
191 .memory_read = memory_read,
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c482 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()
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-blackbird.c255 static int memory_read(struct cx88_core *core, u32 address, u32 *value) in memory_read() function
332 memory_read(dev->core, dev->mailbox - 4, &value); in blackbird_mbox_func()
339 memory_read(dev->core, dev->mailbox, &flag); in blackbird_mbox_func()
365 memory_read(dev->core, dev->mailbox, &flag); in blackbird_mbox_func()
377 memory_read(dev->core, dev->mailbox + 4 + i, data + i); in blackbird_mbox_func()
381 memory_read(dev->core, dev->mailbox + 2, &retval); in blackbird_mbox_func()
424 memory_read(dev->core, i, &value); in blackbird_find_mailbox()
497 memory_read(dev->core, i, &value); in blackbird_load_firmware()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Domapdss.h422 int (*memory_read)(struct omap_dss_device *dssdev, member
/kernel/linux/linux-5.10/include/video/
Domapfb_dss.h713 int (*memory_read)(struct omap_dss_device *dssdev, member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-dsi-cm.c1115 .memory_read = dsicm_memory_read,
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/displays/
Dpanel-dsi-cm.c1160 .memory_read = dsicm_memory_read,