Home
last modified time | relevance | path

Searched refs:omapfb_memory_read (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Domapfb.h56 #define OMAPFB_MEMORY_READ OMAP_IOR(58, struct omapfb_memory_read)
180 struct omapfb_memory_read { struct
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c475 static int omapfb_memory_read(struct fb_info *fbi, in omapfb_memory_read() function
476 struct omapfb_memory_read *mr) in omapfb_memory_read()
589 struct omapfb_memory_read memory_read; in omapfb_ioctl()
833 r = omapfb_memory_read(fbi, &p.memory_read); in omapfb_ioctl()