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

/linux-master/drivers/staging/fbtft/
H A Dfbtft.h36 * struct fbtft_ops - FBTFT operations structure
60 struct fbtft_ops { struct
112 struct fbtft_ops fbtftops;
204 struct fbtft_ops fbtftops;
H A Dfbtft-core.c434 FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS(fbtft_ops,
438 static const struct fb_ops fbtft_ops = { variable in typeref:struct:fb_ops
440 FB_DEFAULT_DEFERRED_OPS(fbtft_ops),
445 static void fbtft_merge_fbtftops(struct fbtft_ops *dst, struct fbtft_ops *src)
604 info->fbops = &fbtft_ops;

Completed in 138 milliseconds