Searched refs:debug_coresight (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs_ioctl.c | 195 static int debug_coresight(struct hl_device *hdev, struct hl_ctx *ctx, struct hl_debug_args *args) in debug_coresight() function 237 rc = hdev->asic_funcs->debug_coresight(hdev, ctx, params); in debug_coresight() 1112 rc = debug_coresight(hdev, hpriv->ctx, args); in hl_debug_ioctl()
|
H A D | habanalabs.h | 1643 int (*debug_coresight)(struct hl_device *hdev, struct hl_ctx *ctx, void *data); member
|
/openbmc/linux/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 5485 .debug_coresight = goya_debug_coresight,
|
/openbmc/linux/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi.c | 9160 .debug_coresight = gaudi_debug_coresight,
|
/openbmc/linux/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 11192 .debug_coresight = gaudi2_debug_coresight,
|