Lines Matching refs:pixmap
1611 info->pixmap.addr = kmalloc(4096, GFP_KERNEL); in trident_pci_probe()
1612 if (!info->pixmap.addr) { in trident_pci_probe()
1617 info->pixmap.size = 4096; in trident_pci_probe()
1618 info->pixmap.buf_align = 4; in trident_pci_probe()
1619 info->pixmap.scan_align = 1; in trident_pci_probe()
1620 info->pixmap.access_align = 32; in trident_pci_probe()
1621 info->pixmap.flags = FB_PIXMAP_SYSTEM; in trident_pci_probe()
1626 info->pixmap.scan_align = 4; in trident_pci_probe()
1632 info->pixmap.scan_align = 1; in trident_pci_probe()
1707 kfree(info->pixmap.addr); in trident_pci_probe()
1732 kfree(info->pixmap.addr); in trident_pci_remove()