Searched refs:hl_ctx_init (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/misc/habanalabs/common/ |
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
|
D | device.c | 1035 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_reset() 1249 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_init()
|
D | habanalabs.h | 1832 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx);
|