Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
Dproperty.c1256 static void *fwnode_get_mac_addr(struct fwnode_handle *fwnode, in fwnode_get_mac_addr() function
1294 res = fwnode_get_mac_addr(fwnode, "mac-address", addr, alen); in fwnode_get_mac_address()
1298 res = fwnode_get_mac_addr(fwnode, "local-mac-address", addr, alen); in fwnode_get_mac_address()
1302 return fwnode_get_mac_addr(fwnode, "address", addr, alen); in fwnode_get_mac_address()