of_ids 75 arch/mips/kernel/prom.c static struct of_device_id of_ids[3]; of_ids 80 arch/mips/kernel/prom.c strlcpy(of_ids[0].compatible, bus0, sizeof(of_ids[0].compatible)); of_ids 82 arch/mips/kernel/prom.c strlcpy(of_ids[1].compatible, bus1, of_ids 83 arch/mips/kernel/prom.c sizeof(of_ids[1].compatible)); of_ids 86 arch/mips/kernel/prom.c if (of_platform_populate(NULL, of_ids, NULL, NULL)) of_ids 728 drivers/acpi/bus.c const struct of_device_id *of_ids, of_ids 758 drivers/acpi/bus.c return acpi_of_match_device(device, of_ids, of_id); of_ids 195 drivers/gpu/drm/rcar-du/rcar_du_of.c static void __init rcar_du_of_lvds_patch(const struct of_device_id *of_ids) of_ids 209 drivers/gpu/drm/rcar-du/rcar_du_of.c du_node = of_find_matching_node_and_match(NULL, of_ids, &match); of_ids 320 drivers/gpu/drm/rcar-du/rcar_du_of.c void __init rcar_du_of_init(const struct of_device_id *of_ids) of_ids 322 drivers/gpu/drm/rcar-du/rcar_du_of.c rcar_du_of_lvds_patch(of_ids); of_ids 15 drivers/gpu/drm/rcar-du/rcar_du_of.h void __init rcar_du_of_init(const struct of_device_id *of_ids); of_ids 17 drivers/gpu/drm/rcar-du/rcar_du_of.h static inline void rcar_du_of_init(const struct of_device_id *of_ids) { }