Home
last modified time | relevance | path

Searched refs:connector_match (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/usb/typec/
Dport-mapper.c129 static int connector_match(struct device *dev, const void *data) in connector_match() function
144 return class_find_device(&typec_class, NULL, node, connector_match); in find_connector()
232 if (!connector_match(connector, node)) { in each_port()