Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/habanalabs/common/
Ddevice.c974 INIT_DELAYED_WORK(&hdev->device_release_watchdog_work.reset_work, in device_early_init()
976 hdev->device_release_watchdog_work.hdev = hdev; in device_early_init()
1714 &hdev->device_release_watchdog_work; in hl_device_reset()
2086 hdev->device_release_watchdog_work.flags |= flags; in hl_device_cond_reset()
2090 hdev->device_release_watchdog_work.flags = flags; in hl_device_cond_reset()
2093 schedule_delayed_work(&hdev->device_release_watchdog_work.reset_work, in hl_device_cond_reset()
2547 cancel_delayed_work_sync(&hdev->device_release_watchdog_work.reset_work); in hl_device_fini()
Dhabanalabs.h3424 struct hl_device_reset_work device_release_watchdog_work; member