Lines Matching refs:esc_mtx
253 pthread_mutex_t esc_mtx; member
561 pthread_mutex_lock(&sc->esc_mtx); in e82545_itr_callback()
571 pthread_mutex_unlock(&sc->esc_mtx); in e82545_itr_callback()
842 pthread_mutex_lock(&sc->esc_mtx); in e82545_rx_callback()
867 pthread_mutex_unlock(&sc->esc_mtx); in e82545_rx_callback()
944 pthread_mutex_lock(&sc->esc_mtx); in e82545_rx_callback()
959 pthread_mutex_unlock(&sc->esc_mtx); in e82545_rx_callback()
1479 pthread_mutex_unlock(&sc->esc_mtx); in e82545_tx_run()
1488 pthread_mutex_lock(&sc->esc_mtx); in e82545_tx_run()
1509 pthread_mutex_lock(&sc->esc_mtx); in e82545_tx_thread()
1517 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx); in e82545_tx_thread()
1547 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx); in e82545_tx_disable()
1563 pthread_cond_wait(&sc->esc_rx_cond, &sc->esc_mtx); in e82545_rx_disable()
2123 pthread_mutex_lock(&sc->esc_mtx); in e82545_write()
2160 pthread_mutex_unlock(&sc->esc_mtx); in e82545_write()
2173 pthread_mutex_lock(&sc->esc_mtx); in e82545_read()
2213 pthread_mutex_unlock(&sc->esc_mtx); in e82545_read()
2321 pthread_mutex_init(&sc->esc_mtx, NULL); in e82545_init()