Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accel/habanalabs/common/
Ddevice.c450 hl_device_reset(hdev, HL_DRV_RESET_DEV_RELEASE); in hpriv_release()
1506 from_dev_release = !!(flags & HL_DRV_RESET_DEV_RELEASE); in hl_device_reset()
1582 flags &= ~HL_DRV_RESET_DEV_RELEASE; in hl_device_reset()
1876 flags &= ~HL_DRV_RESET_DEV_RELEASE; in hl_device_reset()
Dhabanalabs.h194 #define HL_DRV_RESET_DEV_RELEASE (1 << 4) macro