Searched refs:of_ids (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/mips/kernel/ |
H A D | prom.c | 62 static struct of_device_id of_ids[3]; __dt_register_buses() local 67 strlcpy(of_ids[0].compatible, bus0, sizeof(of_ids[0].compatible)); __dt_register_buses() 69 strlcpy(of_ids[1].compatible, bus1, __dt_register_buses() 70 sizeof(of_ids[1].compatible)); __dt_register_buses() 73 if (of_platform_populate(NULL, of_ids, NULL, NULL)) __dt_register_buses()
|
/linux-4.4.14/arch/x86/platform/olpc/ |
H A D | olpc_dt.c | 290 static struct of_device_id __initdata of_ids[] = { variable in typeref:struct:__initdata 300 return of_platform_bus_probe(NULL, of_ids, NULL); olpc_create_platform_devices()
|
/linux-4.4.14/drivers/acpi/ |
H A D | bus.c | 620 const struct of_device_id *of_ids) __acpi_match_device() 646 * caller passing non-NULL of_ids here is only interested in __acpi_match_device() 650 && acpi_of_match_device(device, of_ids)) __acpi_match_device() 617 __acpi_match_device( struct acpi_device *device, const struct acpi_device_id *ids, const struct of_device_id *of_ids) __acpi_match_device() argument
|
Completed in 203 milliseconds