Home
last modified time | relevance | path

Searched refs:TSTATE_STOPPING (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/dev/flash/
H A Dn25q.c112 #define TSTATE_STOPPING 1 macro
342 sc->sc_taskstate = TSTATE_STOPPING; in n25q_detach()
436 if (sc->sc_taskstate == TSTATE_STOPPING) { in n25q_task()
H A Dat45d.c99 #define TSTATE_STOPPING 1 macro
274 sc->taskstate = TSTATE_STOPPING; in at45d_detach()
461 if (sc->taskstate == TSTATE_STOPPING) { in at45d_task()
H A Dmx25l.c97 #define TSTATE_STOPPING 1 macro
555 sc->sc_taskstate = TSTATE_STOPPING; in mx25l_detach()
639 if (sc->sc_taskstate == TSTATE_STOPPING) { in mx25l_task()
/freebsd-14.2/sys/dev/flash/flexspi/
H A Dflex_spi.h325 #define TSTATE_STOPPING 1 macro
H A Dflex_spi.c824 sc->taskstate = TSTATE_STOPPING; in flex_spi_detach()
937 if (sc->taskstate == TSTATE_STOPPING) { in flex_spi_task()