摘要: 1.linux MMC 内核:linux 4.9 1.1 分析mxs-mmc.c 从别人的驱动程序分析是最好入手的。直接找到mxs_mmc_probe来进行分析: static int mxs_mmc_probe(struct platform_device *pdev) { ..... struc 阅读全文
posted @ 2021-05-23 12:56 R1chie 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1.从fbmem.c入手 内核版本:linux 4.9 1.1 fbmem_init static int __init fbmem_init(void) { int ret; if (!proc_create("fb", 0, NULL, &fb_proc_fops)) return -ENOME 阅读全文
posted @ 2021-05-23 12:54 R1chie 阅读(230) 评论(0) 推荐(0) 编辑