Searched refs:acpi_ids (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | bus.c | 880 const struct acpi_device_id *acpi_ids, in __acpi_match_device() argument 897 if (acpi_ids) { in __acpi_match_device() 898 for (id = acpi_ids; id->id[0] || id->cls; id++) { in __acpi_match_device() 972 const struct acpi_device_id *acpi_ids = dev->driver->acpi_match_table; in acpi_device_get_match_data() local 975 if (!acpi_ids) in acpi_device_get_match_data() 978 match = acpi_match_device(acpi_ids, dev); in acpi_device_get_match_data() 996 const struct acpi_device_id *acpi_ids = drv->acpi_match_table; in acpi_driver_match_device() local 999 if (!acpi_ids) in acpi_driver_match_device() 1002 return __acpi_match_device(acpi_companion_match(dev), acpi_ids, of_ids, NULL, NULL); in acpi_driver_match_device()
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_laptop.c | 168 struct acpi_device_id acpi_ids[2] = { }; in chromeos_laptop_adjust_client() local 178 memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN); in chromeos_laptop_adjust_client() 180 if (acpi_match_device(acpi_ids, &client->dev)) { in chromeos_laptop_adjust_client()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc269.c | 2924 } acpi_ids[] = {{ "CSC3554", "cs35l54-hda" }, in find_cirrus_companion_amps() 2930 for (i = 0; i < ARRAY_SIZE(acpi_ids); ++i) { in find_cirrus_companion_amps() 2931 adev = acpi_dev_get_first_match_dev(acpi_ids[i].hid, NULL, -1); in find_cirrus_companion_amps() 2953 codec_err(cdc, "Did not find any buses for %s\n", acpi_ids[i].hid); in find_cirrus_companion_amps() 2958 codec_err(cdc, "Could not get fwnode for %s\n", acpi_ids[i].hid); in find_cirrus_companion_amps() 2972 match = devm_kasprintf(dev, GFP_KERNEL, "-%%s:00-%s.%%d", acpi_ids[i].name); in cs35l41_fixup_i2c_four() 2975 codec_info(cdc, "Found %d %s on %s (%s)\n", count, acpi_ids[i].hid, bus, match); in cs35l41_fixup_i2c_four() 2976 comp_generic_fixup(cdc, HDA_FIXUP_ACT_PRE_PROBE, bus, acpi_ids[i].hid, match, count); 2912 } acpi_ids[] = {{ "CSC3554", "cs35l54-hda" }, find_cirrus_companion_amps() local
|