Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Dof_clk.h16 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
Dsys_soc.h42 const struct soc_device_attribute *matches);
45 const struct soc_device_attribute *matches) { return NULL; } in soc_device_match() argument
Dof_platform.h65 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
Dof_device.h16 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
Dof_irq.h41 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
Dof.h275 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 …]
Di2c.h978 *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
Dmod_devicetable.h576 struct dmi_strmatch matches[4]; member
Dproperty.h457 void **matches, unsigned int matches_len);
/include/linux/regulator/
Dof_regulator.h26 struct of_regulator_match *matches,
39 struct of_regulator_match *matches, in of_regulator_match() argument
/include/net/
Dpkt_cls.h445 struct tcf_ematch * matches; member
Dcfg80211.h3403 struct cfg80211_wowlan_nd_match *matches[]; member