Searched refs:bdaddr_cell (Results 1 – 1 of 1) sorted by relevance
681 struct nvmem_cell *bdaddr_cell; in hci_ti_probe() local704 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()705 if (IS_ERR(bdaddr_cell)) { in hci_ti_probe()706 int err = PTR_ERR(bdaddr_cell); in hci_ti_probe()729 bdaddr = nvmem_cell_read(bdaddr_cell, &len); in hci_ti_probe()730 nvmem_cell_put(bdaddr_cell); in hci_ti_probe()