Searched refs:HL_DRV_RESET_FROM_RESET_THR (Results 1 – 2 of 2) sorted by relevance
738 flags = device_reset_work->flags | HL_DRV_RESET_FROM_RESET_THR; in device_hard_reset_pending()1507 from_hard_reset_thread = !!(flags & HL_DRV_RESET_FROM_RESET_THR); in hl_device_reset()
191 #define HL_DRV_RESET_FROM_RESET_THR (1 << 1) macro