Home
last modified time | relevance | path

Searched refs:matrix_dt_get_id (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/plat-sam/
H A Dmatrix.h84 TEE_Result matrix_dt_get_id(const void *fdt, int node, unsigned int *id);
H A Dmatrix.c128 TEE_Result matrix_dt_get_id(const void *fdt, int node, unsigned int *id) in matrix_dt_get_id() function
/optee_os/core/drivers/
H A Datmel_tcb.c177 res = matrix_dt_get_id(fdt, node, &peri_id); in atmel_tcb_probe()
/optee_os/core/drivers/i2c/
H A Datmel_i2c.c321 res = matrix_dt_get_id(fdt, node, &matrix_id); in atmel_i2c_node_probe()