Searched refs:HOST20_MSCD_DEVICE_FATAL_ERROR (Results 1 – 8 of 8) sorted by relevance
330 if (result==HOST20_FATAL) return HOST20_MSCD_DEVICE_FATAL_ERROR; in Host20_MSCD_issue_CSW_Port3()632 if (bValue==HOST20_MSCD_DEVICE_FATAL_ERROR) return FALSE; in Host20_MSCD_usb_stor_control_thread_Port3()
333 if (result==HOST20_FATAL) return HOST20_MSCD_DEVICE_FATAL_ERROR; in Host20_MSCD_issue_CSW()639 if (bValue==HOST20_MSCD_DEVICE_FATAL_ERROR) return FALSE; in Host20_MSCD_usb_stor_control_thread()
330 if (result==HOST20_FATAL) return HOST20_MSCD_DEVICE_FATAL_ERROR; in Host20_MSCD_issue_CSW_Port2()632 if (bValue==HOST20_MSCD_DEVICE_FATAL_ERROR) return FALSE; in Host20_MSCD_usb_stor_control_thread_Port2()
330 if (result==HOST20_FATAL) return HOST20_MSCD_DEVICE_FATAL_ERROR; in Host20_MSCD_issue_CSW_Port4()632 if (bValue==HOST20_MSCD_DEVICE_FATAL_ERROR) return FALSE; in Host20_MSCD_usb_stor_control_thread_Port4()
103 #define HOST20_MSCD_DEVICE_FATAL_ERROR 0x05 macro