Searched defs:matches (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dof_device.h14 const struct of_device_id *matches, const struct device *dev);
18 * of_driver_match_device - Tell if a driver's of_match_table matches a device.
66 const struct of_device_id *matches, const struct device *dev)
65 of_match_device( const struct of_device_id *matches, const struct device *dev) argument
H A Dof_address.h13 const struct of_device_id *matches,
37 const struct of_device_id *matches,
35 of_find_matching_node_by_address( struct device_node *from, const struct of_device_id *matches, u64 base_address) argument
H A Dof_platform.h91 const struct of_device_id *matches,
94 const struct of_device_id *matches,
104 const struct of_device_id *matches,
103 of_platform_populate(struct device_node *root, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent) argument
H A Dmod_devicetable.h90 * See the usb_match_id() function for information about how matches are
95 * matches towards the beginning of your table, so that driver_info can
102 /* Used for product specific matches; range is inclusive */
108 /* Used for device class matches */
113 /* Used for interface class matches */
481 struct dmi_strmatch matches[4]; member in struct:dmi_system_id
489 struct dmi_strmatch matches[4]; member in struct:dmi_system_id
/include/net/
H A Dpkt_cls.h156 * @flags: flags specifying attributes and the relation to other matches
207 * @matches: array of ematches
211 struct tcf_ematch * matches; member in struct:tcf_ematch_tree
277 * This function matches @skb against the ematch tree in @tree by going
281 * Returns 1 if the ematch tree as-one matches, no ematches are configured

Completed in 1744 milliseconds