Lines Matching defs:fwnode
751 const struct fwnode_handle *fwnode)
760 fixed_node = fwnode_get_named_child_node(fwnode, "fixed-link");
796 ret = fwnode_property_read_u32_array(fwnode, "fixed-link",
803 ret = fwnode_property_read_u32_array(fwnode, "fixed-link",
863 const struct fwnode_handle *fwnode)
868 dn = fwnode_get_named_child_node(fwnode, "fixed-link");
869 if (dn || fwnode_property_present(fwnode, "fixed-link"))
873 if ((fwnode_property_read_string(fwnode, "managed", &managed) == 0 &&
1565 const struct fwnode_handle *fwnode)
1570 if (!fwnode)
1573 bus = sfp_bus_find_fwnode(fwnode);
1590 * @fwnode: a pointer to a &struct fwnode_handle describing the network
1604 const struct fwnode_handle *fwnode,
1662 ret = phylink_parse_mode(pl, fwnode);
1669 ret = phylink_parse_fixedlink(pl, fwnode);
1678 ret = phylink_register_sfp(pl, fwnode);
1923 * phylink_fwnode_phy_connect() - connect the PHY specified in the fwnode.
1925 * @fwnode: a pointer to a &struct fwnode_handle.
1928 * Connect the phy specified @fwnode to the phylink instance specified
1934 const struct fwnode_handle *fwnode,
1947 phy_fwnode = fwnode_get_phy_node(fwnode);