Home
last modified time | relevance | path

Searched refs:chassis_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/ipmi-fru-parser/
H A Dfrup.cpp249 const void* areabuf, unsigned int areabuflen, uint8_t* chassis_type, in ipmi_fru_chassis_info_area() argument
274 if (chassis_type) in ipmi_fru_chassis_info_area()
275 (*chassis_type) = areabufptr[area_offset]; in ipmi_fru_chassis_info_area()
680 uint8_t chassis_type; in parse_fru_area() local
710 (uint8_t*)msgbuf + 2, len, &chassis_type, in parse_fru_area()
723 vpd_key_names[i], chassis_type); in parse_fru_area()
726 std::to_string(chassis_type)); in parse_fru_area()
/openbmc/linux/drivers/firmware/
H A Ddmi-id.c59 DEFINE_DMI_ATTR_WITH_SHOW(chassis_type, 0444, DMI_CHASSIS_TYPE);
219 ADD_DMI_ATTR(chassis_type, DMI_CHASSIS_TYPE); in dmi_id_init_attr_table()
/openbmc/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c427 const char *chassis_type; in hp_wmi_get_tablet_mode() local
431 chassis_type = dmi_get_system_info(DMI_CHASSIS_TYPE); in hp_wmi_get_tablet_mode()
432 if (!chassis_type) in hp_wmi_get_tablet_mode()
437 chassis_type) >= 0; in hp_wmi_get_tablet_mode()
/openbmc/u-boot/include/
H A Dsmbios.h122 u8 chassis_type; member
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp193 uint8_t chassis_type; // 00 - ORv1, 01 - ORv2 (FBTP) member
/openbmc/linux/drivers/acpi/
H A Dacpi_video.c2152 const char *chassis_type; in dmi_is_desktop() local
2155 chassis_type = dmi_get_system_info(DMI_CHASSIS_TYPE); in dmi_is_desktop()
2156 if (!chassis_type) in dmi_is_desktop()
2159 if (kstrtoul(chassis_type, 10, &type) != 0) in dmi_is_desktop()
/openbmc/u-boot/lib/
H A Dsmbios.c163 t->chassis_type = SMBIOS_ENCLOSURE_DESKTOP; in smbios_write_type3()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1160 if (req->chassis_type >= sizeof(chassisType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1164 chassisType[req->chassis_type]; in ipmiOemSetMachineCfgInfo()