Lines Matching refs:secondary
75 return fwnode_call_bool_op(fwnode->secondary, property_present, propname);
115 return fwnode_call_bool_op(fwnode->secondary, property_read_bool, propname);
318 return fwnode_call_int_op(fwnode->secondary, property_read_int_array, propname,
473 return fwnode_call_int_op(fwnode->secondary, property_read_string_array, propname,
623 if (IS_ERR_OR_NULL(fwnode->secondary))
626 return fwnode_call_int_op(fwnode->secondary, get_reference_args, prop, nargs_prop,
820 /* When no more children in primary, continue with secondary */
821 return fwnode_call_ptr_op(fwnode->secondary, get_next_child_node, child);
1123 * an endpoint from fwnode->secondary, then we need to use the secondary
1139 ep = fwnode_graph_get_next_endpoint(parent->secondary, NULL);