Searched refs:hl_ctx_init (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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() 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);
|