Searched refs:fwnode_connection_find_match (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/usb/typec/ | 
| D | mux.c | 68 	sw = fwnode_connection_find_match(fwnode, "orientation-switch", NULL,  in fwnode_typec_switch_get() 267 	mux = fwnode_connection_find_match(fwnode, "mode-switch", (void *)desc,  in fwnode_typec_mux_get()
  | 
| /Linux-v5.15/include/linux/ | 
| D | property.h | 443 void *fwnode_connection_find_match(struct fwnode_handle *fwnode, 451 	return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match);  in device_connection_find_match()
  | 
| /Linux-v5.15/drivers/base/ | 
| D | property.c | 1318 void *fwnode_connection_find_match(struct fwnode_handle *fwnode,  in fwnode_connection_find_match()  function 1333 EXPORT_SYMBOL_GPL(fwnode_connection_find_match);
  | 
| /Linux-v5.15/drivers/usb/roles/ | 
| D | class.c | 152 		sw = fwnode_connection_find_match(fwnode, "usb-role-switch",  in fwnode_usb_role_switch_get()
  |