Lines Matching refs:Hi35xxI2cCntlr

47 struct Hi35xxI2cCntlr {
82 static int32_t I2cDumperAddDatas(const struct Hi35xxI2cCntlr *hi35xx)
105 static int32_t I2cDumperCreate(struct Hi35xxI2cCntlr *hi35xx)
135 static inline void I2cDumperDestroy(struct Hi35xxI2cCntlr *hi35xx)
141 static void I2cDumperDump(const struct Hi35xxI2cCntlr *hi35xx, const char *executor, int srcLine)
161 static inline void Hi35xxI2cHwInitCfg(struct Hi35xxI2cCntlr *hi35xx)
169 static inline void Hi35xxI2cEnable(const struct Hi35xxI2cCntlr *hi35xx)
178 static inline void Hi35xxI2cDisable(const struct Hi35xxI2cCntlr *hi35xx)
187 static inline void Hi35xxI2cDisableIrq(const struct Hi35xxI2cCntlr *hi35xx, unsigned int flag)
196 static inline void Hi35xxI2cCfgIrq(const struct Hi35xxI2cCntlr *hi35xx, unsigned int flag)
201 static inline void Hi35xxI2cClrIrq(const struct Hi35xxI2cCntlr *hi35xx)
207 static void Hi35xxI2cSetFreq(struct Hi35xxI2cCntlr *hi35xx)
238 static inline void Hi35xxI2cSetWater(const struct Hi35xxI2cCntlr *hi35xx)
247 static void Hi35xxI2cSetAddr(const struct Hi35xxI2cCntlr *hi35xx, const struct Hi35xxTransferData *td)
270 static inline void Hi35xxI2cCmdregSet(const struct Hi35xxI2cCntlr *hi35xx, unsigned int cmd, unsigned int *offset)
277 static void Hi35xxI2cCfgCmd(const struct Hi35xxI2cCntlr *hi35xx, const struct Hi35xxTransferData *td)
326 static inline void Hi35xxI2cStartCmd(const struct Hi35xxI2cCntlr *hi35xx)
335 static void Hi35xxI2cRescure(const struct Hi35xxI2cCntlr *hi35xx)
388 static int Hi35xxI2cWaitRxNoempty(const struct Hi35xxI2cCntlr *hi35xx)
408 static int Hi35xxI2cWaitTxNofull(const struct Hi35xxI2cCntlr *hi35xx)
428 static int32_t Hi35xxI2cWaitIdle(const struct Hi35xxI2cCntlr *hi35xx)
474 static int32_t Hi35xxI2cXferOneMsgPolling(const struct Hi35xxI2cCntlr *hi35xx, const struct Hi35xxTransferData *td)
527 static void Hi35xxI2cCntlrInit(struct Hi35xxI2cCntlr *hi35xx)
541 struct Hi35xxI2cCntlr *hi35xx = NULL;
548 hi35xx = (struct Hi35xxI2cCntlr *)cntlr;
574 struct Hi35xxI2cCntlr *hi35xx = (struct Hi35xxI2cCntlr *)cntlr;
583 struct Hi35xxI2cCntlr *hi35xx = (struct Hi35xxI2cCntlr *)cntlr;
594 static int32_t Hi35xxI2cReadDrs(struct Hi35xxI2cCntlr *hi35xx, const struct DeviceResourceNode *node)
647 struct Hi35xxI2cCntlr *hi35xx = NULL;
649 hi35xx = (struct Hi35xxI2cCntlr *)OsalMemCalloc(sizeof(*hi35xx));
730 struct Hi35xxI2cCntlr *hi35xx = NULL;
750 hi35xx = (struct Hi35xxI2cCntlr *)cntlr;