Searched refs:hl_fw_load_fw_to_device (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/accel/habanalabs/goya/ | 
| D | goya.c | 2508 	return hl_fw_load_fw_to_device(hdev, GOYA_LINUX_FW_FILE, dst, 0, 0);  in goya_load_firmware_to_device()2525 	return hl_fw_load_fw_to_device(hdev, GOYA_BOOT_FIT_FILE, dst, 0, 0);  in goya_load_boot_fit_to_device()
 
 | 
| /Linux-v6.6/drivers/accel/habanalabs/common/ | 
| D | firmware_if.c | 329 int hl_fw_load_fw_to_device(struct hl_device *hdev, const char *fw_name,  in hl_fw_load_fw_to_device()  function
 | 
| D | habanalabs.h | 3813 int hl_fw_load_fw_to_device(struct hl_device *hdev, const char *fw_name,
 | 
| /Linux-v6.6/drivers/accel/habanalabs/gaudi/ | 
| D | gaudi.c | 3694 	return hl_fw_load_fw_to_device(hdev, GAUDI_LINUX_FW_FILE, dst, 0, 0);  in gaudi_load_firmware_to_device()3703 	return hl_fw_load_fw_to_device(hdev, GAUDI_BOOT_FIT_FILE, dst, 0, 0);  in gaudi_load_boot_fit_to_device()
 
 |