Searched refs:of_device_id (Results 1 – 16 of 16) sorted by relevance
10 struct of_device_id;16 void of_clk_init(const struct of_device_id *matches);29 static inline void of_clk_init(const struct of_device_id *matches) {} in of_clk_init()
8 struct of_device_id;12 extern const struct of_device_id *of_match_device(13 const struct of_device_id *matches, const struct device *dev);66 static inline const struct of_device_id *of_match_device( in of_match_device()67 const struct of_device_id *matches, const struct device *dev) in of_match_device()
13 struct of_device_id;69 const struct of_device_id *matches,81 const struct of_device_id *matches,106 const struct of_device_id *matches, in of_platform_populate()
41 extern void of_irq_init(const struct of_device_id *matches);60 static inline void of_irq_init(const struct of_device_id *matches) in of_irq_init()
42 static const struct of_device_id drv_name##_irqchip_match_table[] = {
70 int dtpm_create_hierarchy(struct of_device_id *dtpm_match_table);
277 const struct of_device_id *matches,278 const struct of_device_id **match);375 extern const struct of_device_id *of_match_node(376 const struct of_device_id *matches, const struct device_node *node);515 const struct of_device_id *matches, in of_find_matching_node_and_match()516 const struct of_device_id **match) in of_find_matching_node_and_match()952 const struct of_device_id *matches) in of_find_matching_node()1526 static const struct of_device_id __of_table_##name \1533 static const struct of_device_id __of_table_##name \1535 __aligned(__alignof__(struct of_device_id)) \
275 const struct of_device_id *of_match_table;
379 const struct of_device_id *subdevs;
435 struct of_device_id;
282 struct of_device_id { struct
66 static const struct of_device_id omap_nand_ids[] = {
82 const struct of_device_id *of_match_table;
106 const struct of_device_id *of_match_table;
172 const struct of_device_id *of_table,
429 extern const struct of_device_id wm831x_of_match[];
Completed in 36 milliseconds