Lines Matching refs:components
2971 struct bus_match_component *components = NULL;
2980 r = bus_match_parse(match, &components, &n_components);
2996 scope = bus_match_get_scope(components, n_components);
3015 r = bus_add_match_internal(bus, s->match_callback.match_string, components, n_components, s->match_callback.cookie);
3024 r = bus_match_add(&bus->match_callbacks, components, n_components, &s->match_callback);
3033 bus_match_parse_free(components, n_components);
3045 struct bus_match_component *components = NULL;
3054 r = bus_match_parse(match, &components, &n_components);
3058 r = bus_match_find(&bus->match_callbacks, components, n_components, NULL, NULL, &c);
3065 bus_match_parse_free(components, n_components);