Who calls the probe() of driver

前端 未结 6 645
北海茫月
北海茫月 2020-12-12 14:35

How does probe() call gets called? Who calls it? As per my understanding, __init() registers driver and then somehow probe()

6条回答
  •  星月不相逢
    2020-12-12 15:12

    Probe function will be called for every interface of the detected device except the ones which are already registered.

提交回复
热议问题