Home
last modified time | relevance | path

Searched defs:ginfo (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/gpio/
Dgpio_core.c20 static inline void GpioInfoLock(struct GpioInfo *ginfo) in GpioInfoLock()
29 static inline void GpioInfoUnlock(struct GpioInfo *ginfo) in GpioInfoUnlock()
118 struct GpioInfo *ginfo = NULL; in GpioCntlrIrqCallback() local
175 static int32_t GpioCntlrSetIrqInner(struct GpioInfo *ginfo, struct GpioIrqRecord *irqRecord) in GpioCntlrSetIrqInner()
205 static int32_t GpioIrqRecordCreate(struct GpioInfo *ginfo, uint16_t mode, GpioIrqFunc func, void *a… in GpioIrqRecordCreate()
254 struct GpioInfo *ginfo = NULL; in GpioCntlrSetIrq() local
288 struct GpioInfo *ginfo = NULL; in GpioCntlrUnsetIrq() local
/drivers/hdf_core/framework/support/platform/include/gpio/
Dgpio_core.h62 static inline uint16_t GpioInfoToLocal(struct GpioInfo *ginfo) in GpioInfoToLocal()
67 static inline uint16_t GpioInfoToGlobal(struct GpioInfo *ginfo) in GpioInfoToGlobal()