Home
last modified time | relevance | path

Searched defs:cpucp_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/misc/habanalabs/include/common/
Dcpucp_if.h427 struct cpucp_info { struct
428 struct cpucp_sensor sensors[CPUCP_MAX_SENSORS];
429 __u8 kernel_version[VERSION_MAX_LEN];
430 __le32 reserved;
431 __le32 card_type;
432 __le32 card_location;
433 __le32 cpld_version;
434 __le32 infineon_version;
435 __u8 fuse_version[VERSION_MAX_LEN];
436 __u8 thermal_version[VERSION_MAX_LEN];
[all …]
/Linux-v5.10/drivers/misc/habanalabs/common/
Dhabanalabs.h328 struct cpucp_info cpucp_info; member