请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AM3358 工具/软件:Linux
HII 团队、
我正在使用 AM3358的 I2C 模块。我想知道 trace_smbus_write (adapter、addr、flags、read_write、 command、 协议、数据);
实际上,C-tag 在该函数上不起作用,由 s32 i2c_smbus_xfer (struct i2c_adapter *适配器、U16 addr、unsigned short flags、char read_write、u8 command、int protocol、
union i2c_smbus_data * data)、驱动程序 i2c-core.c 的函数
我正在使用内核版本4.4.43
谢谢你