Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c581 char *uboot_ver; in octeon_get_uboot_version() local
638 uboot_ver = strstr(buf, "U-Boot"); in octeon_get_uboot_version()
639 if (uboot_ver) { in octeon_get_uboot_version()
640 p = strstr(uboot_ver, "mips"); in octeon_get_uboot_version()
644 dev_info(&oct->pci_dev->dev, "%s\n", uboot_ver); in octeon_get_uboot_version()
/linux-6.6.21/drivers/accel/habanalabs/common/
Dsysfs.c105 return sprintf(buf, "%s\n", hdev->asic_prop.uboot_ver); in uboot_ver_show()
405 static DEVICE_ATTR_RO(uboot_ver);
Dfirmware_if.c1576 dest = prop->uboot_ver; in hl_fw_static_read_device_fw_version()
1605 boot_ver = extract_fw_ver_from_str(prop->uboot_ver); in hl_fw_static_read_device_fw_version()
2276 strscpy(prop->uboot_ver, fw_version, VERSION_MAX_LEN); in hl_fw_dynamic_read_device_fw_version()
2277 boot_ver = extract_fw_ver_from_str(prop->uboot_ver); in hl_fw_dynamic_read_device_fw_version()
Dhabanalabs.h698 char uboot_ver[VERSION_MAX_LEN]; member
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-driver-habanalabs243 What: /sys/class/habanalabs/hl<n>/uboot_ver
/linux-6.6.21/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()