Searched refs:hl_ctx_init (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/accel/habanalabs/common/
H A Dcontext.c175 rc = hl_ctx_init(hdev, ctx, false);
200 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx) function
H A Ddevice.c1813 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true);
2246 /* The debugfs entry structure is accessed in hl_ctx_init(), so it must be called after
2249 rc = hl_ctx_init(hdev, hdev->kernel_ctx, true);
H A Dhabanalabs.h3758 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx);

Completed in 152 milliseconds