Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/ipmi/
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-5.19.10/drivers/net/ipa/
Dipa_qmi_msg.h124 u32 platform_type; /* enum ipa_platform_type */ member
Dipa_qmi_msg.c269 platform_type),
272 platform_type),
Dipa_qmi.c299 req.platform_type = IPA_QMI_PLATFORM_TYPE_MSM_ANDROID; in init_modem_driver_req()
/linux-5.19.10/sound/pci/hda/
Dpatch_realtek.c65 unsigned int platform_type:1; member
724 spec->cdefine.platform_type = (ass & 0x4) >> 2; in alc_auto_parse_customize_define()
736 codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type); in alc_auto_parse_customize_define()
10273 spec->cdefine.platform_type == 1) in patch_alc269()
11645 spec->cdefine.platform_type == 1) { in patch_alc662()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dmac.c213 enum wmi_host_platform_type platform_type; in ath10k_mac_ext_resource_config() local
217 platform_type = WMI_HOST_PLATFORM_LOW_PERF; in ath10k_mac_ext_resource_config()
219 platform_type = WMI_HOST_PLATFORM_HIGH_PERF; in ath10k_mac_ext_resource_config()
221 ret = ath10k_wmi_ext_resource_config(ar, platform_type, val); in ath10k_mac_ext_resource_config()