Searched refs:acpi_hid (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/hda/ |
| A D | intel-dsp-config.c | 35 u8 acpi_hid[ACPI_ID_LEN]; member 726 .acpi_hid = "LPE0F28", 730 .acpi_hid = "80860F28", 735 .acpi_hid = "808622A8", 742 .acpi_hid = "INT3438" 748 .acpi_hid = "INT3438" 755 .acpi_hid = "INT33C8" 760 static const struct config_entry *snd_intel_acpi_dsp_find_config(const u8 acpi_hid[ACPI_ID_LEN], in snd_intel_acpi_dsp_find_config() 765 if (memcmp(table->acpi_hid, acpi_hid, ACPI_ID_LEN)) in snd_intel_acpi_dsp_find_config() 774 int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]) in snd_intel_acpi_dsp_driver_probe() [all …]
|
| /linux/sound/soc/intel/common/ |
| A D | soc-acpi-intel-ssp-common.c | 16 .acpi_hid = h, \ 23 const char *acpi_hid; member 84 if (!acpi_dev_present(codecs[i].acpi_hid, NULL, -1)) in snd_soc_acpi_intel_detect_codec_type() 101 if (!acpi_dev_present(amps[i].acpi_hid, NULL, -1)) in snd_soc_acpi_intel_detect_amp_type()
|
| /linux/include/sound/ |
| A D | intel-dsp-config.h | 25 int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]); 35 int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]) in snd_intel_acpi_dsp_driver_probe()
|
| /linux/drivers/acpi/ |
| A D | pci_root.c | 649 const char *acpi_hid; in acpi_pci_root_add() local 707 acpi_hid = acpi_device_hid(root->device); in acpi_pci_root_add() 708 if (strcmp(acpi_hid, "PNP0A08") == 0) in acpi_pci_root_add() 710 else if (strcmp(acpi_hid, "ACPI0016") == 0) in acpi_pci_root_add()
|
| /linux/include/acpi/ |
| A D | actbl2.h | 187 u32 acpi_hid; member 194 char acpi_hid[8]; member 852 u64 acpi_hid; member
|
Completed in 23 milliseconds