Searched refs:hl_device_set_debug_mode (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | context.c | 41 hl_device_set_debug_mode(hdev, false); in hl_ctx_fini()
|
H A D | habanalabs_ioctl.c | 508 rc = hl_device_set_debug_mode(hdev, (bool) args->enable); in hl_debug_ioctl()
|
H A D | device.c | 625 int hl_device_set_debug_mode(struct hl_device *hdev, bool enable) in hl_device_set_debug_mode() function
|
H A D | habanalabs.h | 1798 int hl_device_set_debug_mode(struct hl_device *hdev, bool enable);
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | context.c | 112 hl_device_set_debug_mode(hdev, ctx, false); in hl_ctx_fini()
|
H A D | habanalabs_ioctl.c | 1116 rc = hl_device_set_debug_mode(hdev, hpriv->ctx, (bool) args->enable); in hl_debug_ioctl()
|
H A D | device.c | 1123 int hl_device_set_debug_mode(struct hl_device *hdev, struct hl_ctx *ctx, bool enable) in hl_device_set_debug_mode() function
|
H A D | habanalabs.h | 3632 int hl_device_set_debug_mode(struct hl_device *hdev, struct hl_ctx *ctx, bool enable);
|
Completed in 20 milliseconds