Home
last modified time | relevance | path

Searched refs:ufx_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/video/fbdev/
Dsmscufx.c1242 FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS(ufx_ops,
1246 static const struct fb_ops ufx_ops = { variable
1248 __FB_DEFAULT_DEFERRED_OPS_RDWR(ufx_ops),
1250 __FB_DEFAULT_DEFERRED_OPS_DRAW(ufx_ops),
1633 info->fbops = &ufx_ops; in ufx_usb_probe()