Lines Matching refs:pixmap
1610 info->pixmap.addr = kmalloc(4096, GFP_KERNEL); in trident_pci_probe()
1611 if (!info->pixmap.addr) { in trident_pci_probe()
1616 info->pixmap.size = 4096; in trident_pci_probe()
1617 info->pixmap.buf_align = 4; in trident_pci_probe()
1618 info->pixmap.scan_align = 1; in trident_pci_probe()
1619 info->pixmap.access_align = 32; in trident_pci_probe()
1620 info->pixmap.flags = FB_PIXMAP_SYSTEM; in trident_pci_probe()
1625 info->pixmap.scan_align = 4; in trident_pci_probe()
1631 info->pixmap.scan_align = 1; in trident_pci_probe()
1706 kfree(info->pixmap.addr); in trident_pci_probe()
1731 kfree(info->pixmap.addr); in trident_pci_remove()