Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/habanalabs/common/
Ddevice.c514 hl_device_reset(hdev, HL_DRV_RESET_DEV_RELEASE); in hpriv_release()
1647 from_dev_release = !!(flags & HL_DRV_RESET_DEV_RELEASE); in hl_device_reset()
1723 flags &= ~HL_DRV_RESET_DEV_RELEASE; in hl_device_reset()
2021 flags &= ~HL_DRV_RESET_DEV_RELEASE; in hl_device_reset()
Dhabanalabs.h202 #define HL_DRV_RESET_DEV_RELEASE (1 << 4) macro