Searched refs:HL_RESET_FROM_RESET_THREAD (Results 1 – 2 of 2) sorted by relevance
317 flags = HL_RESET_HARD | HL_RESET_FROM_RESET_THREAD; in device_hard_reset_pending()941 from_hard_reset_thread = !!(flags & HL_RESET_FROM_RESET_THREAD); in hl_device_reset()
137 #define HL_RESET_FROM_RESET_THREAD (1 << 1) macro