Home
last modified time | relevance | path

Searched refs:fwnode_get_mac_address (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/base/
Dproperty.c837 void *fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) in fwnode_get_mac_address() function
851 EXPORT_SYMBOL(fwnode_get_mac_address);
861 return fwnode_get_mac_address(dev_fwnode(dev), addr, alen); in device_get_mac_address()
/Linux-v5.4/include/linux/
Dproperty.h337 void *fwnode_get_mac_address(struct fwnode_handle *fwnode,
/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c1386 addr = fwnode_get_mac_address(acpi_fwnode_handle(adev), mac, ETH_ALEN); in acpi_get_mac_address()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4726 if (fwnode_get_mac_address(fwnode, fw_mac_addr, ETH_ALEN)) { in mvpp2_port_copy_mac_addr()