Lines Matching refs:I2cLockMethod
36 **I2cMethod** and **I2cLockMethod**:
43 struct I2cLockMethod {// Structure for the lock operation.
49 …mplemented, and **I2cLockMethod** can be implemented based on service requirements. The core layer…
68 static const struct I2cLockMethod g_i2cLockOpsDefault = {
74 …er type of lock to implement **I2cLockMethod**. The implemented **I2cLockMethod** will replace the…
82 **Table 2** Functions in **I2cLockMethod**
106 - Instantiate **I2cMethod** and **I2cLockMethod** in **I2cCntlr**.
259 const struct I2cLockMethod *lockOps;
263 - Instantiate **I2cMethod** and **I2cLockMethod**. Other members are initialized by **Init**.
271 static const struct I2cLockMethod g_lockOps = {
327 hi35xx->cntlr.lockOps = &g_lockOps; // (Mandatory) Hook the I2cLockMethod instance.