Searched refs:of_ids (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/mips/kernel/ |
D | prom.c | 50 static struct of_device_id of_ids[3]; in __dt_register_buses() local 55 strscpy(of_ids[0].compatible, bus0, sizeof(of_ids[0].compatible)); in __dt_register_buses() 57 strscpy(of_ids[1].compatible, bus1, in __dt_register_buses() 58 sizeof(of_ids[1].compatible)); in __dt_register_buses() 61 if (of_platform_populate(NULL, of_ids, NULL, NULL)) in __dt_register_buses()
|
/linux-6.6.21/drivers/acpi/ |
D | bus.c | 837 const struct of_device_id *of_ids, in __acpi_match_device() argument 867 return acpi_of_match_device(device, of_ids, of_id); in __acpi_match_device() 953 const struct of_device_id *of_ids = drv->of_match_table; in acpi_driver_match_device() local 956 return acpi_of_match_device(ACPI_COMPANION(dev), of_ids, NULL); in acpi_driver_match_device() 958 return __acpi_match_device(acpi_companion_match(dev), acpi_ids, of_ids, NULL, NULL); in acpi_driver_match_device()
|