device_connection_find_match  134 drivers/base/devcon.c EXPORT_SYMBOL_GPL(device_connection_find_match);
device_connection_find_match  205 drivers/base/devcon.c 	return device_connection_find_match(dev, con_id, NULL, generic_match);
device_connection_find_match  131 drivers/usb/roles/class.c 		sw = device_connection_find_match(dev, "usb-role-switch", NULL,
device_connection_find_match  235 drivers/usb/typec/class.c 	port_dev = device_connection_find_match(dev, NULL, NULL,
device_connection_find_match   74 drivers/usb/typec/mux.c 	sw = device_connection_find_match(dev, "orientation-switch", NULL,
device_connection_find_match  264 drivers/usb/typec/mux.c 	mux = device_connection_find_match(dev, "mode-switch", (void *)desc,
device_connection_find_match 1023 include/linux/device.h void *device_connection_find_match(struct device *dev, const char *con_id,