Lines Matching defs:fwnode
165 struct fwnode_handle *fwnode)
173 fixed_node = fwnode_get_named_child_node(fwnode, "fixed-link");
208 ret = fwnode_property_read_u32_array(fwnode, "fixed-link",
215 ret = fwnode_property_read_u32_array(fwnode, "fixed-link",
264 static int phylink_parse_mode(struct phylink *pl, struct fwnode_handle *fwnode)
269 dn = fwnode_get_named_child_node(fwnode, "fixed-link");
270 if (dn || fwnode_property_present(fwnode, "fixed-link"))
274 if (fwnode_property_read_string(fwnode, "managed", &managed) == 0 &&
784 struct fwnode_handle *fwnode)
789 if (!fwnode)
792 bus = sfp_bus_find_fwnode(fwnode);
810 * @fwnode: a pointer to a &struct fwnode_handle describing the network
824 struct fwnode_handle *fwnode,
868 ret = phylink_parse_mode(pl, fwnode);
875 ret = phylink_parse_fixedlink(pl, fwnode);
884 ret = phylink_register_sfp(pl, fwnode);