Searched refs:matches (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | of_clk.h | 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() 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_platform.h | 65 const struct of_device_id *matches, 77 const struct of_device_id *matches, 102 const struct of_device_id *matches, in of_platform_populate() argument
|
D | of_device.h | 16 const struct of_device_id *matches, const struct device *dev); 93 const struct of_device_id *matches, const struct device *dev) in of_match_device() argument
|
D | of_irq.h | 41 extern void of_irq_init(const struct of_device_id *matches); 59 static inline void of_irq_init(const struct of_device_id *matches) in of_irq_init() argument
|
D | of.h | 275 const struct of_device_id *matches, 364 const struct of_device_id *matches, const struct device_node *node); 489 const struct of_device_id *matches, in of_find_matching_node_and_match() argument 883 const struct of_device_id *matches) in of_find_matching_node() argument 885 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node() 1364 #define for_each_matching_node(dn, matches) \ argument 1365 for (dn = of_find_matching_node(NULL, matches); dn; \ 1366 dn = of_find_matching_node(dn, matches)) 1367 #define for_each_matching_node_and_match(dn, matches, match) \ argument 1368 for (dn = of_find_matching_node_and_match(NULL, matches, match); \ [all …]
|
D | i2c.h | 978 *i2c_of_match_device(const struct of_device_id *matches, 1002 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument
|
D | mod_devicetable.h | 576 struct dmi_strmatch matches[4]; member
|
D | property.h | 457 void **matches, unsigned int matches_len);
|
/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 | 445 struct tcf_ematch * matches; member
|
D | cfg80211.h | 3403 struct cfg80211_wowlan_nd_match *matches[]; member
|