Searched refs:TimerCntrlSet (Results 1 – 3 of 3) sorted by relevance
107 int32_t TimerCntrlSet(struct TimerCntrl *cntrl, uint32_t useconds, TimerHandleCb cb);
41 if (TimerCntrlSet(cntrl, useconds, cb) != HDF_SUCCESS) { in HwTimerSet()
72 int32_t TimerCntrlSet(struct TimerCntrl *cntrl, uint32_t useconds, TimerHandleCb cb) in TimerCntrlSet() function333 return TimerCntrlSet(TimerCntrlOpen(number), cfg->useconds, TimerIoCb); in TimerIoSet()