Home
last modified time | relevance | path

Searched refs:ACPI_ID_LEN (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/include/sound/
Dsoc-acpi.h22 #define SND_ACPI_I2C_ID_LEN (4 + ACPI_ID_LEN + 3 + 1)
29 bool snd_soc_acpi_find_package_from_hid(const u8 hid[ACPI_ID_LEN],
44 snd_soc_acpi_find_package_from_hid(const u8 hid[ACPI_ID_LEN], in snd_soc_acpi_find_package_from_hid() argument
148 const u8 id[ACPI_ID_LEN];
175 u8 codecs[SND_SOC_ACPI_MAX_CODECS][ACPI_ID_LEN];
Dintel-dsp-config.h24 int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]);
34 int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]) in snd_intel_acpi_dsp_driver_probe() argument
/Linux-v5.15/sound/hda/
Dintel-dsp-config.c32 u8 acpi_hid[ACPI_ID_LEN];
524 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() argument
529 if (memcmp(table->acpi_hid, acpi_hid, ACPI_ID_LEN)) in snd_intel_acpi_dsp_find_config()
538 int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]) in snd_intel_acpi_dsp_driver_probe() argument
/Linux-v5.15/drivers/media/pci/intel/ipu3/
Dcio2-bridge.h102 char name[ACPI_ID_LEN];
118 char cio2_node_name[ACPI_ID_LEN];
/Linux-v5.15/sound/soc/
Dsoc-acpi.c76 bool snd_soc_acpi_find_package_from_hid(const u8 hid[ACPI_ID_LEN], in snd_soc_acpi_find_package_from_hid() argument
/Linux-v5.15/sound/soc/intel/boards/
Dsof_sdw_common.h59 const u8 acpi_id[ACPI_ID_LEN];
Dsof_sdw.c511 ACPI_ID_LEN)) in find_codec_info_acpi()
/Linux-v5.15/drivers/firmware/efi/
Ddev-path-parser.c18 char hid[ACPI_ID_LEN], uid[11]; /* UINT_MAX + null byte */ in parse_acpi_path()
/Linux-v5.15/include/linux/
Dmod_devicetable.h214 #define ACPI_ID_LEN 9 macro
217 __u8 id[ACPI_ID_LEN];
/Linux-v5.15/drivers/platform/chrome/
Dchromeos_laptop.c61 char hid[ACPI_ID_LEN];
178 memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN); in chromeos_laptop_adjust_client()
/Linux-v5.15/drivers/perf/
Dthunderx2_pmu.c509 __u8 id[ACPI_ID_LEN]; in get_tx2_pmu_type()