Searched refs:fwnode_connection_find_match (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/usb/typec/ |
| D | retimer.c | 63 retimer = fwnode_connection_find_match(fwnode, "retimer-switch", NULL, typec_retimer_match); in fwnode_typec_retimer_get()
|
| /Linux-v6.1/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-v6.1/drivers/base/ |
| D | property.c | 1285 void *fwnode_connection_find_match(struct fwnode_handle *fwnode, in fwnode_connection_find_match() function 1302 EXPORT_SYMBOL_GPL(fwnode_connection_find_match);
|
| /Linux-v6.1/drivers/usb/roles/ |
| D | class.c | 152 sw = fwnode_connection_find_match(fwnode, "usb-role-switch", in fwnode_usb_role_switch_get()
|