Lines Matching refs:secondary
52 !IS_ERR_OR_NULL(fwnode->secondary)) in fwnode_property_present()
53 ret = fwnode_call_bool_op(fwnode->secondary, property_present, in fwnode_property_present()
238 !IS_ERR_OR_NULL(fwnode->secondary)) in fwnode_property_read_int_array()
240 fwnode->secondary, property_read_int_array, propname, in fwnode_property_read_int_array()
377 !IS_ERR_OR_NULL(fwnode->secondary)) in fwnode_property_read_string_array()
378 ret = fwnode_call_int_op(fwnode->secondary, in fwnode_property_read_string_array()
525 if (is_software_node(fwnode->secondary)) { in device_remove_properties()
526 fwnode_remove_software_node(fwnode->secondary); in device_remove_properties()
770 if (fwnode && !IS_ERR_OR_NULL(fwnode->secondary)) in device_get_next_child_node()
771 next = fwnode_get_next_child_node(fwnode->secondary, child); in device_get_next_child_node()
989 !IS_ERR_OR_NULL(parent) && !IS_ERR_OR_NULL(parent->secondary)) in fwnode_graph_get_next_endpoint()
990 ep = fwnode_graph_get_next_endpoint(parent->secondary, NULL); in fwnode_graph_get_next_endpoint()