Home
last modified time | relevance | path

Searched refs:platform_type (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.c90 static int amd_sfh_mode_info(u32 *platform_type, u32 *laptop_placement) in amd_sfh_mode_info() argument
94 if (!platform_type || !laptop_placement) in amd_sfh_mode_info()
102 *platform_type = mode.op_mode.devicemode; in amd_sfh_mode_info()
170 return amd_sfh_mode_info(&sfh_info->platform_type, in amd_get_sfh_info()
/linux/drivers/char/ipmi/
H A Dipmi_poweroff.c513 char *platform_type; member
519 { .platform_type = "ATCA",
522 { .platform_type = "CPI1",
525 { .platform_type = "chassis",
528 { .platform_type = "chassis",
533 { .platform_type = "chassis",
623 poweroff_functions[i].platform_type); in ipmi_po_new_smi()
/linux/drivers/platform/x86/amd/pmf/
H A Dspc.c19 static const char *platform_type_as_str(u16 platform_type) in platform_type_as_str() argument
21 switch (platform_type) { in platform_type_as_str()
90 dev_dbg(dev->dev, "Platform type: %s\n", platform_type_as_str(in->ev_info.platform_type)); in amd_pmf_dump_ta_inputs()
264 in->ev_info.platform_type = sfh_info.platform_type; in amd_pmf_get_sensor_info()
H A Dpmf.h634 enum platform_type { enum
701 u32 platform_type; member
/linux/include/linux/
H A Damd-pmf-io.h45 * @platform_type: Operating modes (clamshell, flat, tent, etc.)
51 u32 platform_type; member
/linux/drivers/net/ipa/
H A Dipa_qmi_msg.h127 u32 platform_type; /* enum ipa_platform_type */ member
H A Dipa_qmi_msg.c270 platform_type),
273 platform_type),
/linux/sound/hda/codecs/realtek/
H A Drealtek.h64 unsigned int platform_type:1; member
H A Dalc662.c1035 spec->cdefine.platform_type == 1) { in alc662_probe()
H A Drealtek.c623 spec->cdefine.platform_type = (ass & 0x4) >> 2; in alc_auto_parse_customize_define()
635 codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type); in alc_auto_parse_customize_define()
H A Dalc269.c7895 spec->cdefine.platform_type == 1) in alc269_probe()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c217 enum wmi_host_platform_type platform_type; in ath10k_mac_ext_resource_config() local
221 platform_type = WMI_HOST_PLATFORM_LOW_PERF; in ath10k_mac_ext_resource_config()
223 platform_type = WMI_HOST_PLATFORM_HIGH_PERF; in ath10k_mac_ext_resource_config()
225 ret = ath10k_wmi_ext_resource_config(ar, platform_type, val); in ath10k_mac_ext_resource_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4679 } __packed platform_type; in mt7996_mcu_set_rro() member
4702 req.platform_type.type = val; in mt7996_mcu_set_rro()