Searched defs:component_match_array (Results 1 – 2 of 2) sorted by relevance
79923 struct component_match_array { struct79924 void *data;79925 int (*compare)(struct device *, void *);79926 int (*compare_typed)(struct device *, int, void *);79927 void (*release)(struct device *, void *);79928 struct component *component;79929 bool duplicate;
89665 struct component_match_array { struct89666 void *data;89667 int (*compare)(struct device *, void *);89668 int (*compare_typed)(struct device *, int, void *);89669 void (*release)(struct device *, void *);89670 struct component *component;89671 bool duplicate;