Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Drstctrl.h33 const char *(*get_name)(struct rstctrl *rstctrl); member
112 if (rstctrl->ops->get_name) in rstctrl_name()
113 return rstctrl->ops->get_name(rstctrl); in rstctrl_name()
/optee_os/scripts/
H A Dts_bin_to_c.py56 def get_name(obj): function
85 if get_name(s) == '.ta_head':
100 if get_name(s) == '.sp_head':
H A Dgen_tee_bin.py65 def get_name(obj): function
85 symbol_name = get_name(symbol)
111 section_name = get_name(section)
/optee_os/core/pta/tests/
H A Ddt_driver_test.c562 .get_name = dt_test_rstctrl_name,