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