Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/fbtft/
Dfbtft.h60 struct fbtft_ops { struct
112 struct fbtft_ops fbtftops;
204 struct fbtft_ops fbtftops;
Dfbtft-core.c431 FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS(fbtft_ops,
435 static const struct fb_ops fbtft_ops = { variable
437 FB_DEFAULT_DEFERRED_OPS(fbtft_ops),
442 static void fbtft_merge_fbtftops(struct fbtft_ops *dst, struct fbtft_ops *src) in fbtft_merge_fbtftops()
601 info->fbops = &fbtft_ops; in fbtft_framebuffer_alloc()