Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_leitch.c60 #define STATE_IDLE 0 macro
185 if (leitch->state != STATE_IDLE) { in leitch_poll()
188 leitch->state = STATE_IDLE; in leitch_poll()
354 leitch->state = STATE_IDLE; in leitch_start()
406 case STATE_IDLE: /* unexpected, discard and resync */ in leitch_receive()
410 leitch->state = STATE_IDLE; in leitch_receive()
426 leitch->state = STATE_IDLE; in leitch_receive()
444 leitch->state = STATE_IDLE; in leitch_receive()
461 leitch->state = STATE_IDLE; in leitch_receive()
471 leitch->state = STATE_IDLE; in leitch_receive()
/freebsd-14.2/sys/arm64/rockchip/
H A Drk_i2c.c115 STATE_IDLE = 0, enumerator
315 sc->state = STATE_IDLE; in rk_i2c_intr_locked()
395 sc->state = STATE_IDLE; in rk_i2c_intr_locked()
397 case STATE_IDLE: in rk_i2c_intr_locked()
427 sc->state = STATE_IDLE; in rk_i2c_start_xfer()