Lines Matching full:from
18 * @read_cell: Allocate @data in the heap and load @len bytes to from an
20 * @put_cell: Release resources allocated from nvmem_dt_get_func callback
25 * Read data from an NVMEM cell.
26 * @cell: Cell to read data from
48 * nvmem_dt_get_func - Typedef of handlers to get an NVMEM cell from a npode
82 * nvmem_get_cell_by_name() - Obtain a NVMEM cell from its name in the DT node
87 * from the device tree
96 * nvmem_get_cell_by_index() - Obtain a NVMEM cell from property nvmem-cells
100 * @index: Index of the NVMEM cell to obtain from device-tree
121 * nvmem_put_cell() - Free resource allocated from nvmem_get_cell_by_*()
132 * nvmem_cell_read() - Read data from a NVMEM cell
133 * @cell: Cell to read from NVMEM
134 * @data: Output data read from the cell upon success, byte size >= @cell->size
146 * nvmem_cell_malloc_and_read() - Allocate and read data from a NVMEM cell
147 * @cell: Cell to read from NVMEM