Symbol: ACPI_ID_LEN
drivers/firmware/efi/dev-path-parser.c
20
char hid[ACPI_ID_LEN];
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1150
char hid[ACPI_ID_LEN];
drivers/perf/arm_cspmu/arm_cspmu.c
254
char acpi_hid_string[ACPI_ID_LEN] = { 0 };
drivers/platform/chrome/chromeos_laptop.c
178
memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN);
drivers/platform/chrome/chromeos_laptop.c
61
char hid[ACPI_ID_LEN];
include/linux/mod_devicetable.h
218
__u8 id[ACPI_ID_LEN];
include/media/ipu-bridge.h
124
char name[ACPI_ID_LEN + 4];
include/media/ipu-bridge.h
129
char ivsc_name[ACPI_ID_LEN + 4];
include/media/ipu-bridge.h
164
char ipu_node_name[ACPI_ID_LEN];
include/sound/intel-dsp-config.h
25
int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]);
include/sound/intel-dsp-config.h
35
int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN])
include/sound/soc-acpi.h
211
u8 id[ACPI_ID_LEN];
include/sound/soc-acpi.h
24
#define SND_ACPI_I2C_ID_LEN (4 + ACPI_ID_LEN + 3 + 1)
include/sound/soc-acpi.h
246
u8 codecs[SND_SOC_ACPI_MAX_CODECS][ACPI_ID_LEN];
include/sound/soc-acpi.h
31
bool snd_soc_acpi_find_package_from_hid(const u8 hid[ACPI_ID_LEN],
include/sound/soc-acpi.h
46
snd_soc_acpi_find_package_from_hid(const u8 hid[ACPI_ID_LEN],
include/sound/soc_sdw_utils.h
78
const u8 acpi_id[ACPI_ID_LEN];
sound/hda/core/intel-dsp-config.c
35
u8 acpi_hid[ACPI_ID_LEN];
sound/hda/core/intel-dsp-config.c
812
static const struct config_entry *snd_intel_acpi_dsp_find_config(const u8 acpi_hid[ACPI_ID_LEN],
sound/hda/core/intel-dsp-config.c
817
if (memcmp(table->acpi_hid, acpi_hid, ACPI_ID_LEN))
sound/hda/core/intel-dsp-config.c
826
int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN])
sound/soc/sdw_utils/soc_sdw_utils.c
881
if (!memcmp(codec_info_list[i].acpi_id, acpi_id, ACPI_ID_LEN))
sound/soc/soc-acpi.c
24
strscpy(machine->id, comp_ids->codecs[i], ACPI_ID_LEN);
sound/soc/soc-acpi.c
95
bool snd_soc_acpi_find_package_from_hid(const u8 hid[ACPI_ID_LEN],