Lines Matching refs:QSEECom_handle
54 struct QSEECom_handle { struct
95 int QSEECom_start_app(struct QSEECom_handle **clnt_handle, const char *path,
110 int QSEECom_shutdown_app(struct QSEECom_handle **handle);
126 int QSEECom_load_external_elf(struct QSEECom_handle **clnt_handle, const char *path,
139 int QSEECom_unload_external_elf(struct QSEECom_handle **handle);
155 int QSEECom_register_listener(struct QSEECom_handle **handle,
166 int QSEECom_unregister_listener(struct QSEECom_handle *handle);
193 int QSEECom_send_cmd(struct QSEECom_handle *handle, void *send_buf,
228 int QSEECom_send_modified_cmd(struct QSEECom_handle *handle, void *send_buf,
242 int QSEECom_receive_req(struct QSEECom_handle *handle,
261 int QSEECom_send_resp(struct QSEECom_handle *handle,
282 int QSEECom_set_bandwidth(struct QSEECom_handle *handle, bool high);
293 int QSEECom_app_load_query(struct QSEECom_handle *handle, char *app_name);