Searched refs:hl_ctx_init (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/misc/habanalabs/common/ |
D | context.c | 164 rc = hl_ctx_init(hdev, ctx, false); in hl_ctx_create() 189 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx) in hl_ctx_init() function
|
D | device.c | 1552 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_reset() 1907 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_init()
|
D | habanalabs.h | 3536 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx);
|