Searched refs:debug_coresight (Results 1 – 3 of 3) sorted by relevance
133 static int debug_coresight(struct hl_device *hdev, struct hl_debug_args *args) in debug_coresight() function175 rc = hdev->asic_funcs->debug_coresight(hdev, params); in debug_coresight()321 rc = debug_coresight(hdev, args); in hl_debug_ioctl()
569 int (*debug_coresight)(struct hl_device *hdev, void *data); member
5126 .debug_coresight = goya_debug_coresight,