Lines Matching refs:HiPwm
26 struct HiPwm {
35 static int32_t PwmDumperCreate(struct HiPwm *hp)
58 static void PwmDumperDump(struct HiPwm *hp)
82 static inline void PwmDumperDestroy(struct HiPwm *hp)
90 struct HiPwm *hp = (struct HiPwm *)pwm;
142 static void HiPwmRemove(struct HiPwm *hp)
150 static int32_t HiPwmProbe(struct HiPwm *hp, struct HdfDeviceObject *obj)
212 struct HiPwm *hp = NULL;
218 hp = (struct HiPwm *)OsalMemCalloc(sizeof(*hp));
236 struct HiPwm *hp = NULL;
243 hp = (struct HiPwm *)obj->service;