Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/habanalabs/common/
Ddevice.c403 hl_device_reset(hdev, HL_DRV_RESET_DEV_RELEASE); in hpriv_release()
1354 skip_wq_flush = !!(flags & HL_DRV_RESET_DEV_RELEASE); in hl_device_reset()
1362 if (hdev->reset_upon_device_release && (flags & HL_DRV_RESET_DEV_RELEASE)) { in hl_device_reset()
1690 flags &= ~HL_DRV_RESET_DEV_RELEASE; in hl_device_reset()
Dhabanalabs.h200 #define HL_DRV_RESET_DEV_RELEASE (1 << 4) macro