Home
last modified time | relevance | path

Searched refs:init_accel (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtridentfb.c37 void (*init_accel) (struct tridentfb_par *, int, int); member
1353 par->init_accel(par, info->var.xres_virtual, bpp); in tridentfb_set_par()
1520 default_par->init_accel = xp_init_accel; in trident_pci_probe()
1526 default_par->init_accel = blade_init_accel; in trident_pci_probe()
1533 default_par->init_accel = image_init_accel; in trident_pci_probe()
1539 default_par->init_accel = tgui_init_accel; in trident_pci_probe()
1601 if (!noaccel && default_par->init_accel) { in trident_pci_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dtridentfb.c38 void (*init_accel) (struct tridentfb_par *, int, int); member
1352 par->init_accel(par, info->var.xres_virtual, bpp); in tridentfb_set_par()
1523 default_par->init_accel = xp_init_accel; in trident_pci_probe()
1529 default_par->init_accel = blade_init_accel; in trident_pci_probe()
1536 default_par->init_accel = image_init_accel; in trident_pci_probe()
1542 default_par->init_accel = tgui_init_accel; in trident_pci_probe()
1604 if (!noaccel && default_par->init_accel) { in trident_pci_probe()

Completed in 5 milliseconds