Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/drivers/nvmem/
H A Dnvmem.c11 struct nvmem_cell *cell) in nvmem_cell_parse_dt()
20 const char *name, struct nvmem_cell **cell) in nvmem_get_cell_by_name()
38 void *cell = NULL; in nvmem_get_cell_by_index() local
49 TEE_Result nvmem_cell_malloc_and_read(struct nvmem_cell *cell, in nvmem_cell_malloc_and_read()
H A Datmel_sfc.c31 static TEE_Result atmel_sfc_read_cell(struct nvmem_cell *cell, uint8_t *data) in atmel_sfc_read_cell()
43 static void atmel_sfc_put_cell(struct nvmem_cell *cell) in atmel_sfc_put_cell()
57 struct nvmem_cell *cell = NULL; in atmel_sfc_dt_get() local
H A Dnvmem_huk.c36 struct nvmem_cell *cell = NULL; in nvmem_huk_probe() local
H A Dnvmem_die_id.c36 struct nvmem_cell *cell = NULL; in nvmem_die_id_probe() local
/optee_os/core/include/drivers/
H A Dnvmem.h125 static inline void nvmem_put_cell(struct nvmem_cell *cell) in nvmem_put_cell()
136 static inline TEE_Result nvmem_cell_read(struct nvmem_cell *cell, in nvmem_cell_read()
/optee_os/core/kernel/
H A Ddt.c150 static paddr_t fdt_read_paddr(const uint32_t *cell, int n) in fdt_read_paddr()
177 static size_t fdt_read_size(const uint32_t *cell, int n) in fdt_read_size()
503 struct cached_node *cell = NULL; in find_cached_parent_node() local
519 struct cached_node *cell = NULL; in fdt_find_cached_parent_node() local
533 struct cached_node *cell = NULL; in fdt_find_cached_parent_reg_cells() local
560 struct cached_node *cell = NULL; in fdt_find_cached_node_phandle() local
/optee_os/core/drivers/clk/
H A Dclk-stm32-core.c520 const fdt32_t *cell = NULL; in clk_stm32_parse_fdt_by_name() local