OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timerfns
(Results
1 - 6
of
6
) 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
*);
timervar.h
32
*
timerfns
structure:
37
struct
timerfns
{
struct
43
void timerattach(device_t, const struct
timerfns
*);
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);
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);
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 32 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025