genfb_mmap
ops.genfb_mmap = meson_genfb_mmap;
ops.genfb_mmap = bcmgenfb_mmap;
ops.genfb_mmap = plfb_mmap;
ops.genfb_mmap = imx_genfb_mmap;
ops.genfb_mmap = sunxi_befb_mmap;
.genfb_mmap = wiifb_mmap,
.genfb_mmap = wiiufb_mmap,
.genfb_mmap = genfb_grfbus_mmap,
ops.genfb_mmap = simplefb_mmap;
ops.genfb_mmap = genfb_vmbus_mmap;
ops.genfb_mmap = pci_genfb_mmap;
ops.genfb_mmap = genfb_mmap_sbus;
static paddr_t genfb_mmap(void *, void *, off_t, int);
scp->sc_accessops.mmap = genfb_mmap;
if (scp->sc_ops.genfb_mmap)
return scp->sc_ops.genfb_mmap(sc, vs, offset, prot);
paddr_t (*genfb_mmap)(void *, void *, off_t, int);