Searched refs:platform_type (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/hid/amd-sfh-hid/sfh1_1/ |
H A D | amd_sfh_interface.c | 90 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 D | ipmi_poweroff.c | 513 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 D | spc.c | 19 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 D | pmf.h | 634 enum platform_type { enum 701 u32 platform_type; member
|
/linux/include/linux/ |
H A D | amd-pmf-io.h | 45 * @platform_type: Operating modes (clamshell, flat, tent, etc.) 51 u32 platform_type; member
|
/linux/drivers/net/ipa/ |
H A D | ipa_qmi_msg.h | 127 u32 platform_type; /* enum ipa_platform_type */ member
|
H A D | ipa_qmi_msg.c | 270 platform_type), 273 platform_type),
|
/linux/sound/hda/codecs/realtek/ |
H A D | realtek.h | 64 unsigned int platform_type:1; member
|
H A D | alc662.c | 1035 spec->cdefine.platform_type == 1) { in alc662_probe()
|
H A D | realtek.c | 623 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 D | alc269.c | 7895 spec->cdefine.platform_type == 1) in alc269_probe()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 217 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 D | mcu.c | 4679 } __packed platform_type; in mt7996_mcu_set_rro() member 4702 req.platform_type.type = val; in mt7996_mcu_set_rro()
|