Home
last modified time | relevance | path

Searched refs:is_motor_enabled (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/genesys/
H A Dstatus.h38 bool is_motor_enabled = false; member
H A Dstatus.cpp38 << " is_motor_enabled: " << (status.is_motor_enabled ? "yes" : "no") << '\n' in operator <<()
H A Dgl646.cpp1392 } while (status.is_motor_enabled && (count < 300)); in load_document()
1503 while (status.is_motor_enabled); in eject_document()
1647 if (status.is_motor_enabled) { in move_back_home()
1659 if (!status.is_motor_enabled && status.is_at_home) { in move_back_home()
1664 if (!status.is_motor_enabled) { in move_back_home()
H A Dgl124.cpp978 if (!status.is_motor_enabled && (val40 & REG_0x100_MOTMFLG) == 0) { in wait_for_motor_stop()
986 } while (status.is_motor_enabled ||(val40 & REG_0x100_MOTMFLG)); in wait_for_motor_stop()
H A Dgenesys.cpp597 return !status.is_motor_enabled && status.is_feeding_finished; in scanner_is_motor_stopped()
604 !status.is_motor_enabled); in scanner_is_motor_stopped()
611 !status.is_motor_enabled); in scanner_is_motor_stopped()
618 !status.is_motor_enabled); in scanner_is_motor_stopped()
626 !status.is_motor_enabled); in scanner_is_motor_stopped()
633 !status.is_motor_enabled); in scanner_is_motor_stopped()
640 !status.is_motor_enabled); in scanner_is_motor_stopped()
H A Dlow.cpp172 status.is_motor_enabled = value & MOTORENB; in scanner_read_status()

Completed in 16 milliseconds