Searched refs:hl_ctx_init (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/accel/habanalabs/common/ |
H A D | context.c | 175 rc = hl_ctx_init(hdev, ctx, false); in hl_ctx_create() 200 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 | 1878 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_reset() 2316 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true); in hl_device_init()
|
H A D | habanalabs.h | 3785 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx);
|