Lines Matching refs:secondary
68 return fwnode_call_bool_op(fwnode->secondary, property_present, propname);
271 return fwnode_call_int_op(fwnode->secondary, property_read_int_array, propname,
426 return fwnode_call_int_op(fwnode->secondary, property_read_string_array, propname,
538 if (IS_ERR_OR_NULL(fwnode->secondary))
541 return fwnode_call_int_op(fwnode->secondary, get_reference_args, prop, nargs_prop,
808 /* When no more children in primary, continue with secondary */
809 return fwnode_get_next_child_node(fwnode->secondary, child);
1054 * an endpoint from fwnode->secondary, then we need to use the secondary
1070 ep = fwnode_graph_get_next_endpoint(parent->secondary, NULL);