Home
last modified time | relevance | path

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

/third_party/backends/backend/genesys/
H A Dstatus.h35 bool is_at_home = false; member
H A Dstatus.cpp35 << " is_at_home: " << (status.is_at_home ? "yes" : "no") << '\n' in operator <<()
H A Dcommand_set_common.cpp61 return status.is_at_home; in is_head_home()
66 return status.is_at_home; in is_head_home()
H A Dlow.cpp169 status.is_at_home = value & HOMESNR; in scanner_read_status()
1663 if (status.is_at_home) { in sanei_genesys_wait_for_home()
1677 } while (elapsed_ms < timeout_ms && !status.is_at_home); in sanei_genesys_wait_for_home()
1680 if (elapsed_ms >= timeout_ms && !status.is_at_home) { in sanei_genesys_wait_for_home()
H A Dgl646.cpp1325 if (status.is_at_home) { in load_document()
1489 if (status.is_at_home) { in eject_document()
1552 } while (!status.is_at_home && (count < 150)); in eject_document()
1640 if (status.is_at_home) { in move_back_home()
1659 if (!status.is_motor_enabled && status.is_at_home) { in move_back_home()
1753 if (status.is_at_home) { in move_back_home()
H A Dgenesys.cpp846 direction == Direction::BACKWARD && status.is_at_home)) in scanner_move()
920 if (status.is_at_home) { in scanner_move_back_home()
992 if (status.is_at_home) { in scanner_move_back_home()
1131 if (status.is_at_home) { in scanner_move_back_home_ta()

Completed in 17 milliseconds