Searched refs:STATE_IDLE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c60 #define STATE_IDLE 0 macro
185 if (leitch->state != STATE_IDLE) {
188 leitch->state = STATE_IDLE;
354 leitch->state = STATE_IDLE;
406 case STATE_IDLE: /* unexpected, discard and resync */
410 leitch->state = STATE_IDLE;
426 leitch->state = STATE_IDLE;
444 leitch->state = STATE_IDLE;
461 leitch->state = STATE_IDLE;
471 leitch->state = STATE_IDLE;
[all...]
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_i2c.c115 STATE_IDLE = 0, enumerator in enum:rk_i2c_state
312 sc->state = STATE_IDLE;
365 sc->state = STATE_IDLE;
367 case STATE_IDLE:
397 sc->state = STATE_IDLE;

Completed in 112 milliseconds