Home
last modified time | relevance | path

Searched refs:nvmem_cell_parse_dt (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/drivers/
H A Dnvmem.h117 TEE_Result nvmem_cell_parse_dt(const void *fdt, int nodeoffset,
182 static inline TEE_Result nvmem_cell_parse_dt(const void *fdt __unused, in nvmem_cell_parse_dt() function
/optee_os/core/drivers/nvmem/
H A Dnvmem.c10 TEE_Result nvmem_cell_parse_dt(const void *fdt, int nodeoffset, in nvmem_cell_parse_dt() function
H A Datmel_sfc.c64 res = nvmem_cell_parse_dt(args->fdt, args->phandle_node, cell); in atmel_sfc_dt_get()