Searched refs:fwnode_connection_find_match (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/usb/typec/ | 
| D | retimer.c | 51 	retimer = fwnode_connection_find_match(fwnode, "retimer-switch", NULL, typec_retimer_match);  in fwnode_typec_retimer_get()
  | 
| /Linux-v6.6/include/linux/ | 
| D | property.h | 460 void *fwnode_connection_find_match(const struct fwnode_handle *fwnode, 468 	return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match);  in device_connection_find_match()
  | 
| /Linux-v6.6/drivers/base/ | 
| D | property.c | 1360 void *fwnode_connection_find_match(const struct fwnode_handle *fwnode,  in fwnode_connection_find_match()  function 1377 EXPORT_SYMBOL_GPL(fwnode_connection_find_match);
  | 
| /Linux-v6.6/drivers/usb/roles/ | 
| D | class.c | 157 		sw = fwnode_connection_find_match(fwnode, "usb-role-switch",  in fwnode_usb_role_switch_get()
  |