Home
last modified time | relevance | path

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

/third_party/backends/backend/
Dhpsj5s.c445 bLastCalibration = CallFunctionWithRetVal (0xA9); in sane_start()
515 while (((bFuncResult = CallFunctionWithRetVal (0xB2)) & 0x20) == 0) in sane_read()
517 bTest = CallFunctionWithRetVal (0xB5); in sane_read()
542 CallFunctionWithRetVal (0xC8); in sane_read()
584 bLastCalibration = CallFunctionWithRetVal (0xA9); in sane_cancel()
683 if ((CallFunctionWithRetVal (0xB2) & 0x10) == 0) in CheckPaperPresent()
693 if ((CallFunctionWithRetVal (0xB2) & 0x20) == 0) in ReleasePaper()
701 if (CallFunctionWithRetVal (0xB2) & 0x80) in ReleasePaper()
710 if ((CallFunctionWithRetVal (0xB2) & 0x20) == 0) in ReleasePaper()
712 else if ((CallFunctionWithRetVal (0xB2) & 0x80) == 0) in ReleasePaper()
[all …]
Dhpsj5s.h82 static SANE_Byte CallFunctionWithRetVal (SANE_Byte Function);