struct bus_type i2c_bus_type = { .name = "i2c", .match = i2c_device_match, .probe = i2c_device_probe, .remove = i2c_device_remove, .shutdown = i2c_device_shutdown, .pm = &i2c_device_pm_ops, };
I2C子系统之I2C bus初始化
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://www.heiqu.com/36c144c5d6140d304262f172e445a1e3.html