Searched refs:matches (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | of_clk.h | 13 void of_clk_init(const struct of_device_id *matches); 26 static inline void of_clk_init(const struct of_device_id *matches) {} in of_clk_init() argument
|
D | sys_soc.h | 42 const struct soc_device_attribute *matches); 45 const struct soc_device_attribute *matches) { return NULL; } in soc_device_match() argument
|
D | of_device.h | 16 const struct of_device_id *matches, const struct device *dev); 97 const struct of_device_id *matches, const struct device *dev) in __of_match_device() argument 101 #define of_match_device(matches, dev) \ argument 102 __of_match_device(of_match_ptr(matches), (dev))
|
D | of_platform.h | 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() argument
|
D | of.h | 275 const struct of_device_id *matches, 361 const struct of_device_id *matches, const struct device_node *node); 394 extern int of_alias_get_alias_list(const struct of_device_id *matches, 604 const struct of_device_id *matches, in of_find_matching_node_and_match() argument 907 static inline int of_alias_get_alias_list(const struct of_device_id *matches, in of_alias_get_alias_list() argument 1017 const struct of_device_id *matches) in of_find_matching_node() argument 1019 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node() 1237 #define for_each_matching_node(dn, matches) \ argument 1238 for (dn = of_find_matching_node(NULL, matches); dn; \ 1239 dn = of_find_matching_node(dn, matches)) [all …]
|
D | of_address.h | 38 const struct of_device_id *matches, 76 const struct of_device_id *matches, in of_find_matching_node_by_address() argument
|
D | of_irq.h | 42 extern void of_irq_init(const struct of_device_id *matches);
|
D | i2c.h | 938 *i2c_of_match_device(const struct of_device_id *matches, 962 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument
|
D | mod_devicetable.h | 565 struct dmi_strmatch matches[4]; member
|
/include/linux/regulator/ |
D | of_regulator.h | 26 struct of_regulator_match *matches, 39 struct of_regulator_match *matches, in of_regulator_match() argument
|
/include/net/ |
D | pkt_cls.h | 386 struct tcf_ematch * matches; member
|
D | cfg80211.h | 2769 struct cfg80211_wowlan_nd_match *matches[]; member
|