Home
last modified time | relevance | path

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

/freebsd/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 Dw25n.c85 #define TSTATE_STOPPING 1 macro
468 sc->sc_taskstate = TSTATE_STOPPING; in w25n_detach()
552 if (sc->sc_taskstate == TSTATE_STOPPING) { in w25n_task()
H A Dat45d.c98 #define TSTATE_STOPPING 1 macro
273 sc->taskstate = TSTATE_STOPPING; in at45d_detach()
460 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/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()