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/
io、ioreq、ops などの sdio 機能に関連するすべてのファイルが含まれています。
例えば:
mmc_io_rw_direct()
linux/drivers/mmc/core/sdio_ops.c、70行目で関数として定義されています
特定の何かをお探しですか?