OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer_sc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/imx/
imx23_timrot.c
78
struct timrot_softc *
timer_sc
[MAX_TIMERS];
variable in typeref:struct:timrot_softc * []
144
&&
timer_sc
[SYS_TIMER] == NULL) {
151
&&
timer_sc
[STAT_TIMER] == NULL) {
171
timer_sc
[SYS_TIMER] = sc;
188
timer_sc
[STAT_TIMER] = sc;
243
if (
timer_sc
[SYS_TIMER] != NULL)
244
timer_start(
timer_sc
[SYS_TIMER]);
246
if (
timer_sc
[STAT_TIMER] != NULL)
247
timer_start(
timer_sc
[STAT_TIMER]);
258
struct timrot_softc *sc =
timer_sc
[STAT_TIMER]
[
all
...]
imx23_timrot.c
78
struct timrot_softc *
timer_sc
[MAX_TIMERS];
variable in typeref:struct:timrot_softc * []
144
&&
timer_sc
[SYS_TIMER] == NULL) {
151
&&
timer_sc
[STAT_TIMER] == NULL) {
171
timer_sc
[SYS_TIMER] = sc;
188
timer_sc
[STAT_TIMER] = sc;
243
if (
timer_sc
[SYS_TIMER] != NULL)
244
timer_start(
timer_sc
[SYS_TIMER]);
246
if (
timer_sc
[STAT_TIMER] != NULL)
247
timer_start(
timer_sc
[STAT_TIMER]);
258
struct timrot_softc *sc =
timer_sc
[STAT_TIMER]
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Nov 08 00:09:40 GMT 2025