Searched refs:device_get_mac_address (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dproperty.h183 void *device_get_mac_address(struct device *dev, char *addr, int alen);
/linux-4.4.14/drivers/base/
H A Dproperty.c670 * device_get_mac_address - Get the MAC for a given device
692 void *device_get_mac_address(struct device *dev, char *addr, int alen) device_get_mac_address() function
706 EXPORT_SYMBOL(device_get_mac_address); variable
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c1226 if (!device_get_mac_address(dev, ndev->dev_addr, ETH_ALEN)) xgene_enet_get_resources()
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2375 device_get_mac_address(dev, config->mac, ETH_ALEN); smsc911x_probe_config()

Completed in 174 milliseconds