Searched defs:num_params (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/drivers/tee/optee/ | 
| D | optee_msg.h | 214 	uint32_t num_params;  member 228 #define OPTEE_MSG_GET_ARG_SIZE(num_params) \  argument
  | 
| D | optee.c | 64 	size_t num_params;  member 254 static uint32_t optee_call_supp(const struct device *dev, uint32_t func, size_t num_params,  in optee_call_supp() 1039 static int optee_suppl_recv(const struct device *dev, uint32_t *func, unsigned int *num_params,  in optee_suppl_recv() 1083 static int optee_suppl_send(const struct device *dev, unsigned int ret, unsigned int num_params,  in optee_suppl_send()
  | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | tee.h | 623 					unsigned int *num_params, struct tee_param *param)  in z_impl_tee_suppl_recv() 651 					unsigned int num_params, struct tee_param *param)  in z_impl_tee_suppl_send()
  | 
| /Zephyr-latest/tests/drivers/tee/optee/src/ | 
| D | main.c | 566 	unsigned int num_params = TEE_NUM_PARAMS;  in supp_thread_comm()  local 720 	unsigned int num_params = TEE_NUM_PARAMS;  in supp_thread_alloc()  local
  | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | gatt.c | 2942 					    uint16_t num_params)  in gatt_notify_multiple_verify_args() 2992 					     uint16_t num_params, size_t *total_len)  in gatt_notify_multiple_verify_params() 3048 			    uint16_t num_params,  in bt_gatt_notify_multiple()
  |