Home
last modified time | relevance | path

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

/linux/net/core/
H A Dof_net.c61 int of_get_mac_address_nvmem(struct device_node *np, u8 *addr) in of_get_mac_address_nvmem() function
98 EXPORT_SYMBOL(of_get_mac_address_nvmem);
145 return of_get_mac_address_nvmem(np, addr); in of_get_mac_address()
/linux/include/linux/
H A Dof_net.h17 extern int of_get_mac_address_nvmem(struct device_node *np, u8 *mac);
32 static inline int of_get_mac_address_nvmem(struct device_node *np, u8 *mac) in of_get_mac_address_nvmem() function