摘要: 1. 关注unreg_slave接口 1.1 这个接口在哪里被调用呢? 在drivers/i2c/i2c-core-slave.c中 int i2c_slave_unregister(struct i2c_client *client) { int ret; 1.2 那么i2c_slave_unre 阅读全文
posted @ 2019-10-24 12:20 Jello 阅读(2108) 评论(0) 推荐(0)