Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/misc/habanalabs/
Dsysfs.c110 return sprintf(buf, "%s\n", hdev->asic_prop.uboot_ver); in uboot_ver_show()
359 static DEVICE_ATTR_RO(uboot_ver);
Dhabanalabs.h181 char uboot_ver[VERSION_MAX_LEN]; member
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-habanalabs186 What: /sys/class/habanalabs/hl<n>/uboot_ver
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c865 const char *uboot_ver = NULL; in qtnf_cmd_resp_proc_hw_info() local
914 uboot_ver = (const void *)tlv->val; in qtnf_cmd_resp_proc_hw_info()
945 hw_id, calibration_ver, uboot_ver, hw_ver); in qtnf_cmd_resp_proc_hw_info()
/Linux-v5.4/drivers/misc/habanalabs/goya/
Dgoya.c2229 dest = hdev->asic_prop.uboot_ver; in goya_read_device_fw_version()