Home
last modified time | relevance | path

Searched refs:uboot_ver (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c582 char *uboot_ver; in octeon_get_uboot_version() local
639 uboot_ver = strstr(buf, "U-Boot"); in octeon_get_uboot_version()
640 if (uboot_ver) { in octeon_get_uboot_version()
641 p = strstr(uboot_ver, "mips"); in octeon_get_uboot_version()
645 dev_info(&oct->pci_dev->dev, "%s\n", uboot_ver); in octeon_get_uboot_version()
/linux-6.1.9/drivers/misc/habanalabs/common/
Dsysfs.c105 return sprintf(buf, "%s\n", hdev->asic_prop.uboot_ver); in uboot_ver_show()
402 static DEVICE_ATTR_RO(uboot_ver);
Dfirmware_if.c1440 dest = prop->uboot_ver; in hl_fw_static_read_device_fw_version()
1469 boot_ver = extract_fw_ver_from_str(prop->uboot_ver); in hl_fw_static_read_device_fw_version()
2067 strscpy(prop->uboot_ver, fw_version, VERSION_MAX_LEN); in hl_fw_dynamic_read_device_fw_version()
2068 boot_ver = extract_fw_ver_from_str(prop->uboot_ver); in hl_fw_dynamic_read_device_fw_version()
Dhabanalabs.h687 char uboot_ver[VERSION_MAX_LEN]; member
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-driver-habanalabs231 What: /sys/class/habanalabs/hl<n>/uboot_ver
/linux-6.1.9/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c891 const char *uboot_ver = NULL; in qtnf_cmd_resp_proc_hw_info() local
930 uboot_ver = (const void *)tlv->val; in qtnf_cmd_resp_proc_hw_info()
963 hw_id, calibration_ver, uboot_ver, hw_ver, in qtnf_cmd_resp_proc_hw_info()