Home
last modified time | relevance | path

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

/include/linux/platform_data/x86/
A Dasus-wmi.h192 .matches = {
197 .matches = {
202 .matches = {
207 .matches = {
212 .matches = {
217 .matches = {
222 .matches = {
/include/linux/
A 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
A Dsys_soc.h42 const struct soc_device_attribute *matches);
45 const struct soc_device_attribute *matches) { return NULL; } in soc_device_match() argument
A Dof_platform.h69 const struct of_device_id *matches,
81 const struct of_device_id *matches,
106 const struct of_device_id *matches, in of_platform_populate() argument
A Dof_device.h13 const struct of_device_id *matches, const struct device *dev);
67 const struct of_device_id *matches, const struct device *dev) in of_match_device() argument
A Dof_irq.h41 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() argument
A Dof.h277 const struct of_device_id *matches,
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() argument
952 const struct of_device_id *matches) in of_find_matching_node() argument
954 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node()
1459 #define for_each_matching_node(dn, matches) \ argument
1460 for (dn = of_find_matching_node(NULL, matches); dn; \
1461 dn = of_find_matching_node(dn, matches))
1462 #define for_each_matching_node_and_match(dn, matches, match) \ argument
1463 for (dn = of_find_matching_node_and_match(NULL, matches, match); \
[all …]
A Dmod_devicetable.h590 struct dmi_strmatch matches[4]; member
A Dproperty.h544 void **matches, unsigned int matches_len);
/include/linux/regulator/
A Dof_regulator.h26 struct of_regulator_match *matches,
39 struct of_regulator_match *matches, in of_regulator_match() argument
/include/net/
A Dpkt_cls.h455 struct tcf_ematch * matches; member
A Dcfg80211.h3746 struct cfg80211_wowlan_nd_match *matches[] __counted_by(n_matches);

Completed in 50 milliseconds