Searched refs:fwnode_connection_find_match (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/typec/ |
H A D | retimer.c | 51 retimer = fwnode_connection_find_match(fwnode, "retimer-switch", NULL, typec_retimer_match); in fwnode_typec_retimer_get()
|
/openbmc/linux/include/linux/ |
H A D | property.h | 494 void *fwnode_connection_find_match(const struct fwnode_handle *fwnode, 502 return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match); in device_connection_find_match()
|
/openbmc/linux/drivers/base/ |
H A 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);
|
/openbmc/linux/drivers/usb/roles/ |
H A D | class.c | 162 sw = fwnode_connection_find_match(fwnode, "usb-role-switch", in fwnode_usb_role_switch_get()
|