Searched refs:matches (Results 1 – 12 of 12) sorted by relevance
| /include/linux/platform_data/x86/ |
| A D | asus-wmi.h | 192 .matches = { 197 .matches = { 202 .matches = { 207 .matches = { 212 .matches = { 217 .matches = { 222 .matches = {
|
| /include/linux/ |
| A 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
|
| A 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
|
| A D | of_platform.h | 69 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 D | of_device.h | 13 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 D | of_irq.h | 41 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 D | of.h | 277 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 D | mod_devicetable.h | 590 struct dmi_strmatch matches[4]; member
|
| A D | property.h | 544 void **matches, unsigned int matches_len);
|
| /include/linux/regulator/ |
| A D | of_regulator.h | 26 struct of_regulator_match *matches, 39 struct of_regulator_match *matches, in of_regulator_match() argument
|
| /include/net/ |
| A D | pkt_cls.h | 455 struct tcf_ematch * matches; member
|
| A D | cfg80211.h | 3746 struct cfg80211_wowlan_nd_match *matches[] __counted_by(n_matches);
|
Completed in 50 milliseconds