Home
last modified time | relevance | path

Searched refs:of_ids (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/mips/kernel/
A Dprom.c50 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.3-rc2/drivers/acpi/
A Dbus.c857 const struct of_device_id *of_ids, in __acpi_match_device() argument
887 return acpi_of_match_device(device, of_ids, of_id); in __acpi_match_device()
956 const struct of_device_id *of_ids = drv->of_match_table; in acpi_driver_match_device() local
959 return acpi_of_match_device(ACPI_COMPANION(dev), of_ids, NULL); in acpi_driver_match_device()
961 return __acpi_match_device(acpi_companion_match(dev), acpi_ids, of_ids, NULL, NULL); in acpi_driver_match_device()

Completed in 5 milliseconds