Searched refs:bdaddr_cell (Results 1 – 1 of 1) sorted by relevance
689 struct nvmem_cell *bdaddr_cell; in hci_ti_probe() local714 bdaddr_cell = nvmem_cell_get(&serdev->dev, "bd-address"); in hci_ti_probe()715 if (IS_ERR(bdaddr_cell)) { in hci_ti_probe()716 int err = PTR_ERR(bdaddr_cell); in hci_ti_probe()739 bdaddr = nvmem_cell_read(bdaddr_cell, &len); in hci_ti_probe()740 nvmem_cell_put(bdaddr_cell); in hci_ti_probe()