Home
last modified time | relevance | path

Searched refs:PeriodicType (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/
Drtmp_timer.h69 BOOLEAN PeriodicType; /* True if timer is periodic timer */ member
/linux-2.6.39/drivers/staging/rt2860/common/
Drtmp_init.c2871 pTimer->PeriodicType = Repeat; in RTMPInitTimer()
2905 if (pTimer->PeriodicType == TRUE) { in RTMPSetTimer()
2942 if (pTimer->PeriodicType == TRUE) { in RTMPModTimer()