Lines Matching refs:pixmap
1485 info->pixmap.addr = kmalloc(4096, GFP_KERNEL); in trident_pci_probe()
1486 if (!info->pixmap.addr) { in trident_pci_probe()
1491 info->pixmap.size = 4096; in trident_pci_probe()
1492 info->pixmap.buf_align = 4; in trident_pci_probe()
1493 info->pixmap.scan_align = 1; in trident_pci_probe()
1494 info->pixmap.access_align = 32; in trident_pci_probe()
1495 info->pixmap.flags = FB_PIXMAP_SYSTEM; in trident_pci_probe()
1499 info->pixmap.scan_align = 4; in trident_pci_probe()
1505 info->pixmap.scan_align = 1; in trident_pci_probe()
1533 kfree(info->pixmap.addr); in trident_pci_probe()
1556 kfree(info->pixmap.addr); in trident_pci_remove()