Home
last modified time | relevance | path

Searched defs:hi35xx (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/adc/
H A Dadc_hi35xx.c46 static inline void Hi35xxAdcSetIrq(const struct Hi35xxAdcDevice *hi35xx) in Hi35xxAdcSetIrq() argument
51 static void Hi35xxAdcSetAccuracy(const struct Hi35xxAdcDevice *hi35xx) in Hi35xxAdcSetAccuracy() argument
66 static void Hi35xxAdcSetGlitchSample(const struct Hi35xxAdcDevice *hi35xx) in Hi35xxAdcSetGlitchSample() argument
78 Hi35xxAdcSetTimeScan(const struct Hi35xxAdcDevice *hi35xx) Hi35xxAdcSetTimeScan() argument
95 Hi35xxAdcConfig(const struct Hi35xxAdcDevice *hi35xx) Hi35xxAdcConfig() argument
117 Hi35xxAdcStartScan(const struct Hi35xxAdcDevice *hi35xx) Hi35xxAdcStartScan() argument
122 Hi35xxAdcReset(const struct Hi35xxAdcDevice *hi35xx) Hi35xxAdcReset() argument
127 Hi35xxAdcSetPinCtrl(const struct Hi35xxAdcDevice *hi35xx) Hi35xxAdcSetPinCtrl() argument
148 struct Hi35xxAdcDevice *hi35xx = NULL; Hi35xxAdcStart() local
165 struct Hi35xxAdcDevice *hi35xx = NULL; Hi35xxAdcRead() local
199 struct Hi35xxAdcDevice *hi35xx = NULL; Hi35xxAdcStop() local
218 Hi35xxAdcDeviceInit(struct Hi35xxAdcDevice *hi35xx) Hi35xxAdcDeviceInit() argument
230 Hi35xxAdcReadDrs(struct Hi35xxAdcDevice *hi35xx, const struct DeviceResourceNode *node) Hi35xxAdcReadDrs() argument
306 struct Hi35xxAdcDevice *hi35xx = NULL; Hi35xxAdcParseInit() local
384 struct Hi35xxAdcDevice *hi35xx = NULL; Hi35xxAdcRemoveByNode() local
[all...]
/device/soc/hisilicon/common/platform/pin/
H A Dpin_hi35xx.c50 static int32_t PinDumperCreate(struct Hi35xxPinCntlr *hi35xx) in PinDumperCreate() argument
79 static void PinDumperDump(struct Hi35xxPinCntlr *hi35xx, uint32_t index) in PinDumperDump() argument
98 PinDumperDestroy(struct Hi35xxPinCntlr *hi35xx) PinDumperDestroy() argument
107 struct Hi35xxPinCntlr *hi35xx = NULL; Hi35xxPinSetPull() local
120 struct Hi35xxPinCntlr *hi35xx = NULL; Hi35xxPinGetPull() local
132 struct Hi35xxPinCntlr *hi35xx = NULL; Hi35xxPinSetStrength() local
145 struct Hi35xxPinCntlr *hi35xx = NULL; Hi35xxPinGetStrength() local
159 struct Hi35xxPinCntlr *hi35xx = NULL; Hi35xxPinSetFunc() local
182 struct Hi35xxPinCntlr *hi35xx = NULL; Hi35xxPinGetFunc() local
251 Hi35xxPinParsePinNode(const struct DeviceResourceNode *node, struct Hi35xxPinCntlr *hi35xx, int32_t index) Hi35xxPinParsePinNode() argument
285 Hi35xxPinCntlrInit(struct HdfDeviceObject *device, struct Hi35xxPinCntlr *hi35xx) Hi35xxPinCntlrInit() argument
351 struct Hi35xxPinCntlr *hi35xx = NULL; Hi35xxPinInit() local
391 struct Hi35xxPinCntlr *hi35xx = NULL; Hi35xxPinRelease() local
[all...]
/device/soc/hisilicon/common/platform/i2c/
H A Di2c_hi35xx.c82 static int32_t I2cDumperAddDatas(const struct Hi35xxI2cCntlr *hi35xx) in I2cDumperAddDatas() argument
105 I2cDumperCreate(struct Hi35xxI2cCntlr *hi35xx) I2cDumperCreate() argument
135 I2cDumperDestroy(struct Hi35xxI2cCntlr *hi35xx) I2cDumperDestroy() argument
141 I2cDumperDump(const struct Hi35xxI2cCntlr *hi35xx, const char *executor, int srcLine) I2cDumperDump() argument
161 Hi35xxI2cHwInitCfg(struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cHwInitCfg() argument
169 Hi35xxI2cEnable(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cEnable() argument
178 Hi35xxI2cDisable(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cDisable() argument
187 Hi35xxI2cDisableIrq(const struct Hi35xxI2cCntlr *hi35xx, unsigned int flag) Hi35xxI2cDisableIrq() argument
196 Hi35xxI2cCfgIrq(const struct Hi35xxI2cCntlr *hi35xx, unsigned int flag) Hi35xxI2cCfgIrq() argument
201 Hi35xxI2cClrIrq(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cClrIrq() argument
207 Hi35xxI2cSetFreq(struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cSetFreq() argument
238 Hi35xxI2cSetWater(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cSetWater() argument
247 Hi35xxI2cSetAddr(const struct Hi35xxI2cCntlr *hi35xx, const struct Hi35xxTransferData *td) Hi35xxI2cSetAddr() argument
270 Hi35xxI2cCmdregSet(const struct Hi35xxI2cCntlr *hi35xx, unsigned int cmd, unsigned int *offset) Hi35xxI2cCmdregSet() argument
277 Hi35xxI2cCfgCmd(const struct Hi35xxI2cCntlr *hi35xx, const struct Hi35xxTransferData *td) Hi35xxI2cCfgCmd() argument
326 Hi35xxI2cStartCmd(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cStartCmd() argument
335 Hi35xxI2cRescure(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cRescure() argument
388 Hi35xxI2cWaitRxNoempty(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cWaitRxNoempty() argument
408 Hi35xxI2cWaitTxNofull(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cWaitTxNofull() argument
428 Hi35xxI2cWaitIdle(const struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cWaitIdle() argument
474 Hi35xxI2cXferOneMsgPolling(const struct Hi35xxI2cCntlr *hi35xx, const struct Hi35xxTransferData *td) Hi35xxI2cXferOneMsgPolling() argument
527 Hi35xxI2cCntlrInit(struct Hi35xxI2cCntlr *hi35xx) Hi35xxI2cCntlrInit() argument
541 struct Hi35xxI2cCntlr *hi35xx = NULL; Hi35xxI2cTransfer() local
574 struct Hi35xxI2cCntlr *hi35xx = (struct Hi35xxI2cCntlr *)cntlr; Hi35xxI2cLock() local
583 struct Hi35xxI2cCntlr *hi35xx = (struct Hi35xxI2cCntlr *)cntlr; Hi35xxI2cUnlock() local
594 Hi35xxI2cReadDrs(struct Hi35xxI2cCntlr *hi35xx, const struct DeviceResourceNode *node) Hi35xxI2cReadDrs() argument
647 struct Hi35xxI2cCntlr *hi35xx = NULL; Hi35xxI2cParseAndInit() local
730 struct Hi35xxI2cCntlr *hi35xx = NULL; Hi35xxI2cRemoveByNode() local
[all...]

Completed in 2 milliseconds