Searched refs:fwnode_get_mac_address (Results 1 – 3 of 3) sorted by relevance
994 void *fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) in fwnode_get_mac_address() function1008 EXPORT_SYMBOL(fwnode_get_mac_address);1018 return fwnode_get_mac_address(dev_fwnode(dev), addr, alen); in device_get_mac_address()
1392 addr = fwnode_get_mac_address(acpi_fwnode_handle(adev), mac, ETH_ALEN); in acpi_get_mac_address()
6118 if (fwnode_get_mac_address(fwnode, fw_mac_addr, ETH_ALEN)) { in mvpp2_port_copy_mac_addr()