HomeSort by: relevance | last modified time | path
    Searched defs:timerfns (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arc/arc/
timervar.h 32 * timerfns structure:
37 struct timerfns { struct
43 void timerattach(device_t, const struct timerfns *);
timer.c 55 const struct timerfns *timerfns; variable in typeref:typename:const struct timerfns *
60 timerattach(device_t dev, const struct timerfns *fns)
67 if (timerfns != NULL)
70 timerfns = fns;
85 if (timerfns == NULL)
91 (*timerfns->tf_init)(timerdev);

Completed in 11 milliseconds