Searched refs:hl_ctx_init (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | context.c | 96 rc = hl_ctx_init(hdev, ctx, false); in hl_ctx_create() 130 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx) in hl_ctx_init() function
|
H A D | device.c | 1038 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_reset() 1253 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_init()
|
H A D | habanalabs.h | 1832 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx);
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | context.c | 174 rc = hl_ctx_init(hdev, ctx, false); in hl_ctx_create() 199 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx) in hl_ctx_init() function
|
H A D | device.c | 1738 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_reset() 2187 /* The debugfs entry structure is accessed in hl_ctx_init(), so it must be called after in hl_device_init() 2190 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_init()
|
H A D | habanalabs.h | 3668 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx);
|
Completed in 17 milliseconds