Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dproperty.c1290 void *fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) in fwnode_get_mac_address() function
1304 EXPORT_SYMBOL(fwnode_get_mac_address);
1314 return fwnode_get_mac_address(dev_fwnode(dev), addr, alen); in device_get_mac_address()
/Linux-v4.19/include/linux/
Dproperty.h291 void *fwnode_get_mac_address(struct fwnode_handle *fwnode,
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4242 if (fwnode_get_mac_address(fwnode, fw_mac_addr, ETH_ALEN)) { in mvpp2_port_copy_mac_addr()