OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ticks_on
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/gpio/
gpiopwm.c
50
int
sc_ticks_on
;
member in struct:gpiopwm_softc
175
val = sc->
sc_ticks_on
;
180
sc->
sc_ticks_on
= val;
181
if (sc->
sc_ticks_on
> 0 && sc->sc_ticks_off > 0) {
183
callout_schedule(&sc->sc_pulse, sc->
sc_ticks_on
);
208
if (sc->
sc_ticks_on
> 0 && sc->sc_ticks_off > 0) {
210
callout_schedule(&sc->sc_pulse, sc->
sc_ticks_on
);
226
callout_schedule(&sc->sc_pulse, sc->
sc_ticks_on
);
gpiopwm.c
50
int
sc_ticks_on
;
member in struct:gpiopwm_softc
175
val = sc->
sc_ticks_on
;
180
sc->
sc_ticks_on
= val;
181
if (sc->
sc_ticks_on
> 0 && sc->sc_ticks_off > 0) {
183
callout_schedule(&sc->sc_pulse, sc->
sc_ticks_on
);
208
if (sc->
sc_ticks_on
> 0 && sc->sc_ticks_off > 0) {
210
callout_schedule(&sc->sc_pulse, sc->
sc_ticks_on
);
226
callout_schedule(&sc->sc_pulse, sc->
sc_ticks_on
);
Completed in 23 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025