Searched refs:uboot_ver (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_console.c | 581 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/ |
D | sysfs.c | 105 return sprintf(buf, "%s\n", hdev->asic_prop.uboot_ver); in uboot_ver_show() 405 static DEVICE_ATTR_RO(uboot_ver);
|
D | firmware_if.c | 1576 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()
|
D | habanalabs.h | 698 char uboot_ver[VERSION_MAX_LEN]; member
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-driver-habanalabs | 243 What: /sys/class/habanalabs/hl<n>/uboot_ver
|
/linux-6.6.21/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 891 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()
|