Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c934 static void *fwnode_get_mac_addr(struct fwnode_handle *fwnode, in fwnode_get_mac_addr() function
972 res = fwnode_get_mac_addr(fwnode, "mac-address", addr, alen); in fwnode_get_mac_address()
976 res = fwnode_get_mac_addr(fwnode, "local-mac-address", addr, alen); in fwnode_get_mac_address()
980 return fwnode_get_mac_addr(fwnode, "address", addr, alen); in fwnode_get_mac_address()