Searched refs:fwnode_get_mac_address (Results 1 – 3 of 3) sorted by relevance
1290 void *fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) in fwnode_get_mac_address() function1304 EXPORT_SYMBOL(fwnode_get_mac_address);1314 return fwnode_get_mac_address(dev_fwnode(dev), addr, alen); in device_get_mac_address()
291 void *fwnode_get_mac_address(struct fwnode_handle *fwnode,
4242 if (fwnode_get_mac_address(fwnode, fw_mac_addr, ETH_ALEN)) { in mvpp2_port_copy_mac_addr()