Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Linux 内核中哪个函数/文件实现了 SDIO 模式控制功能(RWREQ、IOMOD、C52PUB、IOABT)?
谢谢
在位置的 linux 源代码中:
LinuxKernelSrcCode/drivers/mmc/core/
包含所有与 sdio 功能相关的文件,如 io、ioreq、ops...
例如:
mmc_io_rw_direct()
被定义为函数在:linux/drivers/mmc/core/sdio_ops.c,第70行
您在寻找特定的东西吗???