本文主要core组件的主要流程,在介绍的过程中,将详细说明和core相关的流程,涉及到其它组件的详细流程再在相关文章中说明。

2.主要数据结构和API

TODO

3. 主要流程

3.1 mmc_start_host

 mmc_start_host->

  mmc_detect_change->

    mmc_schedule_delayed_work(&host->detect, delay)->

      mmc_rescan->

        mmc_rescan_try_freq

 

可参考 Linux mmc framework2: 基本组件之host 3.1 mmc_add_host部分

TODO

 

相关文章:

  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案