Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_poweroff.c517 char *platform_type; member
523 { .platform_type = "ATCA",
526 { .platform_type = "CPI1",
529 { .platform_type = "chassis",
532 { .platform_type = "chassis",
537 { .platform_type = "chassis",
627 poweroff_functions[i].platform_type); in ipmi_po_new_smi()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
H A Dfsp_vpd.h91 uint8_t platform_type; /* Offset 0x0024 */ member
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_qmi_msg.h122 u32 platform_type; /* enum ipa_platform_type */ member
H A Dipa_qmi_msg.c229 platform_type),
232 platform_type),
H A Dipa_qmi.c299 req.platform_type = IPA_QMI_PLATFORM_TYPE_MSM_ANDROID; in init_modem_driver_req()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_realtek.c64 unsigned int platform_type:1; member
720 spec->cdefine.platform_type = (ass & 0x4) >> 2; in alc_auto_parse_customize_define()
732 codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type); in alc_auto_parse_customize_define()
9917 spec->cdefine.platform_type == 1) in patch_alc269()
11281 spec->cdefine.platform_type == 1) { in patch_alc662()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c202 enum wmi_host_platform_type platform_type; in ath10k_mac_ext_resource_config() local
206 platform_type = WMI_HOST_PLATFORM_LOW_PERF; in ath10k_mac_ext_resource_config()
208 platform_type = WMI_HOST_PLATFORM_HIGH_PERF; in ath10k_mac_ext_resource_config()
210 ret = ath10k_wmi_ext_resource_config(ar, platform_type, val); in ath10k_mac_ext_resource_config()