Searched defs:call_params (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/ |
D | gp_ops.c | 343 static int alloc_for_tmp_mem(const struct tc_call_params *call_params, in alloc_for_tmp_mem() 481 static int alloc_for_ref_mem(const struct tc_call_params *call_params, in alloc_for_ref_mem() 612 static int transfer_shared_mem(const struct tc_call_params *call_params, in transfer_shared_mem() 659 static int transfer_shared_mem(const struct tc_call_params *call_params, in transfer_shared_mem() 673 static int transfer_client_value(const struct tc_call_params *call_params, in transfer_client_value() 713 static int alloc_operation(const struct tc_call_params *call_params, in alloc_operation() 774 static int update_tmp_mem(const struct tc_call_params *call_params, in update_tmp_mem() 826 static int update_for_ref_mem(const struct tc_call_params *call_params, in update_for_ref_mem() 882 static int update_for_value(const struct tc_call_params *call_params, in update_for_value() 918 static int update_client_operation(const struct tc_call_params *call_params, in update_client_operation() [all …]
|
/kernel/linux/common_modules/tzdriver/ |
D | dynamic_mem.h | 124 static inline int alloc_for_ion_sglist(const struct tc_call_params *call_params, in alloc_for_ion_sglist() 137 static inline int alloc_for_ion(const struct tc_call_params *call_params, in alloc_for_ion()
|
/kernel/linux/common_modules/tzdriver/ion/ |
D | dynamic_ion_mem.h | 124 static inline int alloc_for_ion_sglist(const struct tc_call_params *call_params, in alloc_for_ion_sglist() 137 static inline int alloc_for_ion(const struct tc_call_params *call_params, in alloc_for_ion()
|
D | dynamic_ion_mem.c | 522 int alloc_for_ion_sglist(const struct tc_call_params *call_params, 607 int alloc_for_ion(const struct tc_call_params *call_params,
|