Home
last modified time | relevance | path

Searched refs:fwnode_connection_find_match (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dmux.c64 sw = fwnode_connection_find_match(fwnode, "orientation-switch", NULL, in fwnode_typec_switch_get()
263 mux = fwnode_connection_find_match(fwnode, "mode-switch", (void *)desc, in fwnode_typec_mux_get()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h440 void *fwnode_connection_find_match(struct fwnode_handle *fwnode,
448 return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match); in device_connection_find_match()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c1298 void *fwnode_connection_find_match(struct fwnode_handle *fwnode, in fwnode_connection_find_match() function
1313 EXPORT_SYMBOL_GPL(fwnode_connection_find_match);
/OK3568_Linux_fs/kernel/drivers/usb/roles/
H A Dclass.c152 sw = fwnode_connection_find_match(fwnode, "usb-role-switch", in fwnode_usb_role_switch_get()