Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Damd-pmf.h119 static inline const char *amd_pmf_get_platform_type(unsigned int platform_type) in amd_pmf_get_platform_type() argument
121 switch (platform_type) { in amd_pmf_get_platform_type()
184 __u32 platform_type; member
/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.c126 static int amd_sfh_mode_info(u32 *platform_type, u32 *laptop_placement) in amd_sfh_mode_info() argument
130 if (!platform_type || !laptop_placement) in amd_sfh_mode_info()
138 *platform_type = mode.op_mode.devicemode; in amd_sfh_mode_info()
208 return amd_sfh_mode_info(&sfh_info->platform_type, in amd_get_sfh_info()
/linux/drivers/platform/x86/amd/pmf/
H A Dutil.c54 info->platform_type = in->ev_info.platform_type; in amd_pmf_populate_data()
H A Dspc.c55 amd_pmf_get_platform_type(in->ev_info.platform_type)); in amd_pmf_dump_ta_inputs()
281 in->ev_info.platform_type = sfh_info.platform_type; in amd_pmf_get_sensor_info()
H A Dpmf.h1002 u32 platform_type; member
/linux/include/linux/
H A Damd-pmf-io.h54 u32 platform_type; member
/linux/tools/platform/x86/amd/
H A Dtest-pmf.c99 printf(" Platform Type: %s\n", amd_pmf_get_platform_type(info->platform_type)); in pmf_print_info()
/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),
H A Dipa_qmi.c296 req.platform_type = IPA_QMI_PLATFORM_TYPE_MSM_ANDROID; in init_modem_driver_req()
/linux/Documentation/ABI/testing/
H A Damdpmf-interface34 platform_type __u32 Platform form factor orientation
/linux/sound/hda/codecs/realtek/
H A Drealtek.c582 spec->cdefine.platform_type = (ass & 0x4) >> 2; in alc_auto_parse_customize_define()
594 codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type); in alc_auto_parse_customize_define()
H A Dalc662.c1059 spec->cdefine.platform_type == 1) { in alc662_probe()
H A Dalc269.c8982 spec->cdefine.platform_type == 1) in alc269_probe()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcfr.c381 header->platform_type = PLATFORM_TYPE_ARM; in ath11k_process_cfr_capture_event()
/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.c5347 } __packed platform_type; in mt7996_mcu_set_rro() member
5370 req.platform_type.type = val; in mt7996_mcu_set_rro()