Searched refs:fwnode_get_mac_address (Results 1 – 4 of 4) sorted by relevance
916 void *fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) in fwnode_get_mac_address() function930 EXPORT_SYMBOL(fwnode_get_mac_address);940 return fwnode_get_mac_address(dev_fwnode(dev), addr, alen); in device_get_mac_address()
389 void *fwnode_get_mac_address(struct fwnode_handle *fwnode,
1395 addr = fwnode_get_mac_address(acpi_fwnode_handle(adev), mac, ETH_ALEN); in acpi_get_mac_address()
5715 if (fwnode_get_mac_address(fwnode, fw_mac_addr, ETH_ALEN)) { in mvpp2_port_copy_mac_addr()