Searched refs:fwnode (Results 1 – 2 of 2) sorted by relevance
/net/ethernet/ |
D | eth.c | 564 static int fwnode_get_mac_addr(struct fwnode_handle *fwnode, in fwnode_get_mac_addr() argument 569 ret = fwnode_property_read_u8_array(fwnode, name, addr, ETH_ALEN); in fwnode_get_mac_addr() 600 int fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr) in fwnode_get_mac_address() argument 602 if (!fwnode_get_mac_addr(fwnode, "mac-address", addr) || in fwnode_get_mac_address() 603 !fwnode_get_mac_addr(fwnode, "local-mac-address", addr) || in fwnode_get_mac_address() 604 !fwnode_get_mac_addr(fwnode, "address", addr)) in fwnode_get_mac_address()
|
/net/bluetooth/ |
D | hci_sync.c | 3378 struct fwnode_handle *fwnode = dev_fwnode(hdev->dev.parent); in hci_dev_get_bd_addr_from_property() local 3382 ret = fwnode_property_read_u8_array(fwnode, "local-bd-address", in hci_dev_get_bd_addr_from_property()
|