Lines Matching refs:pixmap
1614 info->pixmap.addr = kmalloc(4096, GFP_KERNEL); in trident_pci_probe()
1615 if (!info->pixmap.addr) { in trident_pci_probe()
1620 info->pixmap.size = 4096; in trident_pci_probe()
1621 info->pixmap.buf_align = 4; in trident_pci_probe()
1622 info->pixmap.scan_align = 1; in trident_pci_probe()
1623 info->pixmap.access_align = 32; in trident_pci_probe()
1624 info->pixmap.flags = FB_PIXMAP_SYSTEM; in trident_pci_probe()
1629 info->pixmap.scan_align = 4; in trident_pci_probe()
1635 info->pixmap.scan_align = 1; in trident_pci_probe()
1710 kfree(info->pixmap.addr); in trident_pci_probe()
1731 kfree(info->pixmap.addr); in trident_pci_remove()