Searched refs:of_device_id (Results 1 – 15 of 15) sorted by relevance
/include/linux/ |
D | of_clk.h | 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()
|
D | of_platform.h | 49 extern const struct of_device_id of_default_bus_match_table[]; 71 const struct of_device_id *matches, 75 const struct of_device_id *matches, 88 const struct of_device_id *matches, in of_platform_populate()
|
D | of_device.h | 15 extern const struct of_device_id *of_match_device( 16 const struct of_device_id *matches, const struct device *dev); 92 static inline const struct of_device_id *of_match_device( in of_match_device() 93 const struct of_device_id *matches, const struct device *dev) in of_match_device()
|
D | irqchip.h | 34 static const struct of_device_id drv_name##_irqchip_match_table[] = {
|
D | of.h | 275 const struct of_device_id *matches, 276 const struct of_device_id **match); 362 extern const struct of_device_id *of_match_node( 363 const struct of_device_id *matches, const struct device_node *node); 396 extern int of_alias_get_alias_list(const struct of_device_id *matches, 499 const struct of_device_id *matches, in of_find_matching_node_and_match() 500 const struct of_device_id **match) in of_find_matching_node_and_match() 787 static inline int of_alias_get_alias_list(const struct of_device_id *matches, in of_alias_get_alias_list() 912 const struct of_device_id *matches) in of_find_matching_node() 1327 static const struct of_device_id __of_table_##name \ [all …]
|
D | of_irq.h | 40 extern void of_irq_init(const struct of_device_id *matches);
|
D | i2c.h | 967 const struct of_device_id 968 *i2c_of_match_device(const struct of_device_id *matches, 991 static inline const struct of_device_id 992 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device()
|
D | w1.h | 274 const struct of_device_id *of_match_table;
|
D | host1x.h | 310 const struct of_device_id *subdevs;
|
D | pm_domain.h | 305 struct of_device_id;
|
D | mod_devicetable.h | 268 struct of_device_id { struct
|
/include/linux/mtd/ |
D | partitions.h | 82 const struct of_device_id *of_match_table;
|
/include/linux/perf/ |
D | arm_pmu.h | 157 const struct of_device_id *of_table,
|
/include/linux/device/ |
D | driver.h | 105 const struct of_device_id *of_match_table;
|
/include/linux/mfd/wm831x/ |
D | core.h | 429 extern const struct of_device_id wm831x_of_match[];
|