Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c139 int worker_state; member
484 if (sc->worker_state != WORKER_RUNNING) in bcm2835_audio_worker()
566 sc->worker_state = WORKER_STOPPED; in bcm2835_audio_worker()
578 sc->worker_state = WORKER_RUNNING; in bcm2835_audio_create_worker()
929 sc->worker_state = WORKER_STOPPING; in bcm2835_audio_detach()
932 while (sc->worker_state != WORKER_STOPPED) in bcm2835_audio_detach()