Searched refs:bus_match_remove (Results 1 – 4 of 4) sorted by relevance
116 assert_se(bus_match_remove(&root, &slots[8].match_callback) >= 0); in main()117 assert_se(bus_match_remove(&root, &slots[13].match_callback) >= 0); in main()
69 int bus_match_remove(struct bus_match_node *root, struct match_callback *callback);
76 bus_match_remove(&slot->bus->match_callbacks, &slot->match_callback); in bus_slot_disconnect()
906 int bus_match_remove( in bus_match_remove() function