Searched refs:fwnode_connection_find_match (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/typec/ |
D | mux.c | 64 sw = fwnode_connection_find_match(fwnode, "orientation-switch", NULL, in fwnode_typec_switch_get() 260 mux = fwnode_connection_find_match(fwnode, "mode-switch", (void *)desc, in fwnode_typec_mux_get()
|
/kernel/linux/linux-5.10/include/linux/ |
D | property.h | 437 void *fwnode_connection_find_match(struct fwnode_handle *fwnode, 445 return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match); in device_connection_find_match()
|
/kernel/linux/linux-5.10/drivers/base/ |
D | property.c | 1246 void *fwnode_connection_find_match(struct fwnode_handle *fwnode, in fwnode_connection_find_match() function 1261 EXPORT_SYMBOL_GPL(fwnode_connection_find_match);
|
/kernel/linux/linux-5.10/drivers/usb/roles/ |
D | class.c | 152 sw = fwnode_connection_find_match(fwnode, "usb-role-switch", in fwnode_usb_role_switch_get()
|