Lines Matching refs:con_id
16 fwnode_graph_devcon_match(struct fwnode_handle *fwnode, const char *con_id, in fwnode_graph_devcon_match() argument
19 struct device_connection con = { .id = con_id }; in fwnode_graph_devcon_match()
39 fwnode_devcon_match(struct fwnode_handle *fwnode, const char *con_id, in fwnode_devcon_match() argument
47 con.fwnode = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_match()
72 const char *con_id, void *data, in fwnode_connection_find_match() argument
80 ret = fwnode_graph_devcon_match(fwnode, con_id, data, match); in fwnode_connection_find_match()
84 return fwnode_devcon_match(fwnode, con_id, data, match); in fwnode_connection_find_match()
99 void *device_connection_find_match(struct device *dev, const char *con_id, in device_connection_find_match() argument
111 ret = fwnode_connection_find_match(fwnode, con_id, data, match); in device_connection_find_match()
122 if (con_id && strcmp(con->id, con_id)) in device_connection_find_match()
203 struct device *device_connection_find(struct device *dev, const char *con_id) in device_connection_find() argument
205 return device_connection_find_match(dev, con_id, NULL, generic_match); in device_connection_find()