Lines Matching refs:pixmap
1613 info->pixmap.addr = kmalloc(4096, GFP_KERNEL); in trident_pci_probe()
1614 if (!info->pixmap.addr) { in trident_pci_probe()
1619 info->pixmap.size = 4096; in trident_pci_probe()
1620 info->pixmap.buf_align = 4; in trident_pci_probe()
1621 info->pixmap.scan_align = 1; in trident_pci_probe()
1622 info->pixmap.access_align = 32; in trident_pci_probe()
1623 info->pixmap.flags = FB_PIXMAP_SYSTEM; in trident_pci_probe()
1628 info->pixmap.scan_align = 4; in trident_pci_probe()
1634 info->pixmap.scan_align = 1; in trident_pci_probe()
1709 kfree(info->pixmap.addr); in trident_pci_probe()
1734 kfree(info->pixmap.addr); in trident_pci_remove()