Home
last modified time | relevance | path

Searched refs:of_ids (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dprom.c50 static struct of_device_id of_ids[3]; in __dt_register_buses() local
55 strlcpy(of_ids[0].compatible, bus0, sizeof(of_ids[0].compatible)); in __dt_register_buses()
57 strlcpy(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()
/kernel/linux/linux-6.6/arch/mips/kernel/
H 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_du_of.h15 void __init rcar_du_of_init(const struct of_device_id *of_ids);
17 static inline void rcar_du_of_init(const struct of_device_id *of_ids) { } in rcar_du_of_init() argument
H A Drcar_du_of.c195 static void __init rcar_du_of_lvds_patch(const struct of_device_id *of_ids) in rcar_du_of_lvds_patch() argument
209 du_node = of_find_matching_node_and_match(NULL, of_ids, &match); in rcar_du_of_lvds_patch()
320 void __init rcar_du_of_init(const struct of_device_id *of_ids) in rcar_du_of_init() argument
322 rcar_du_of_lvds_patch(of_ids); in rcar_du_of_init()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dbus.c837 const struct of_device_id *of_ids, in __acpi_match_device()
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()
835 __acpi_match_device(const struct acpi_device *device, const struct acpi_device_id *acpi_ids, const struct of_device_id *of_ids, const struct acpi_device_id **acpi_id, const struct of_device_id **of_id) __acpi_match_device() argument
/kernel/linux/linux-5.10/drivers/acpi/
H A Dbus.c733 const struct of_device_id *of_ids, in __acpi_match_device()
763 return acpi_of_match_device(device, of_ids, of_id); in __acpi_match_device()
731 __acpi_match_device(struct acpi_device *device, const struct acpi_device_id *acpi_ids, const struct of_device_id *of_ids, const struct acpi_device_id **acpi_id, const struct of_device_id **of_id) __acpi_match_device() argument

Completed in 5 milliseconds