Home
last modified time | relevance | path

Searched refs:context (Results 1 - 25 of 117) sorted by relevance

12345

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_clk_rate_trace/kernel/
H A Dmali_kutf_clk_rate_trace_test.c83 * @pm_ctx_cnt: Net count of PM (Power Management) context INC/DEC
85 * 0 to 1 (INC), or, 1 to 0 (DEC), a PM context action is
172 static void kutf_set_pm_ctx_active(struct kutf_context *context) in kutf_set_pm_ctx_active() argument
174 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_set_pm_ctx_active()
186 static void kutf_set_pm_ctx_idle(struct kutf_context *context) in kutf_set_pm_ctx_idle() argument
188 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_set_pm_ctx_idle()
198 static char const *kutf_clk_trace_do_change_pm_ctx(struct kutf_context *context, in kutf_clk_trace_do_change_pm_ctx() argument
201 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_do_change_pm_ctx()
213 kutf_set_pm_ctx_active(context); in kutf_clk_trace_do_change_pm_ctx()
219 kutf_set_pm_ctx_idle(context); in kutf_clk_trace_do_change_pm_ctx()
235 kutf_clk_trace_do_get_rate(struct kutf_context *context, struct clk_trace_portal_input *cmd) kutf_clk_trace_do_get_rate() argument
297 kutf_clk_trace_do_get_snapshot(struct kutf_context *context, struct clk_trace_portal_input *cmd) kutf_clk_trace_do_get_snapshot() argument
355 kutf_clk_trace_do_invoke_notify_42k( struct kutf_context *context, struct clk_trace_portal_input *cmd) kutf_clk_trace_do_invoke_notify_42k() argument
395 kutf_clk_trace_do_close_portal(struct kutf_context *context, struct clk_trace_portal_input *cmd) kutf_clk_trace_do_close_portal() argument
429 kutf_clk_trace_do_get_platform( struct kutf_context *context, struct clk_trace_portal_input *cmd) kutf_clk_trace_do_get_platform() argument
476 kutf_clk_trace_dequeue_portal_cmd(struct kutf_context *context, struct clk_trace_portal_input *cmd) kutf_clk_trace_dequeue_portal_cmd() argument
503 kutf_clk_trace_flag_result(struct kutf_context *context, enum kutf_result_status result, char const *msg) kutf_clk_trace_flag_result() argument
519 kutf_clk_trace_process_portal_cmd(struct kutf_context *context, struct clk_trace_portal_input *cmd) kutf_clk_trace_process_portal_cmd() argument
574 kutf_clk_trace_do_nack_response(struct kutf_context *context, struct clk_trace_portal_input *cmd) kutf_clk_trace_do_nack_response() argument
616 kutf_clk_trace_barebone_check(struct kutf_context *context) kutf_clk_trace_barebone_check() argument
694 kutf_clk_trace_no_clks_dummy(struct kutf_context *context) kutf_clk_trace_no_clks_dummy() argument
731 mali_kutf_clk_rate_trace_test_portal(struct kutf_context *context) mali_kutf_clk_rate_trace_test_portal() argument
800 mali_kutf_clk_rate_trace_create_fixture( struct kutf_context *context) mali_kutf_clk_rate_trace_create_fixture() argument
879 mali_kutf_clk_rate_trace_remove_fixture( struct kutf_context *context) mali_kutf_clk_rate_trace_remove_fixture() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_suite.h150 * struct kutf_context - Structure representing a kernel test context
151 * @suite: Convenience pointer to the suite this context
153 * @test_fix: The fixture that is being run in this context
155 * the fixture/text context.
160 * @result_set: All the results logged by this test context
198 void *(*create_fixture)(struct kutf_context *context);
199 void (*remove_fixture)(struct kutf_context *context);
238 * is stored in the fixture pointer in the context for
254 void *(*create_fixture)(struct kutf_context *context),
255 void (*remove_fixture)(struct kutf_context *context));
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h202 * struct kutf_context - Structure representing a kernel test context
203 * @kref: Refcount for number of users of this context
204 * @suite: Convenience pointer to the suite this context
206 * @test_fix: The fixture that is being run in this context
208 * the fixture/text context.
213 * @result_set: All the results logged by this test context
257 void *(*create_fixture)(struct kutf_context *context);
258 void (*remove_fixture)(struct kutf_context *context);
299 * is stored in the fixture pointer in the context for
315 void *(*create_fixture)(struct kutf_context *context),
[all...]
H A Dkutf_helpers.h37 * @context: KUTF context
41 bool kutf_helper_pending_input(struct kutf_context *context);
45 * @context: KUTF context
54 char *kutf_helper_input_dequeue(struct kutf_context *context, size_t *str_size);
58 * @context: KUTF context
72 int kutf_helper_input_enqueue(struct kutf_context *context,
77 * @context
[all...]
H A Dkutf_helpers_user.h98 int kutf_helper_send_named_u64(struct kutf_context *context,
129 int kutf_helper_send_named_str(struct kutf_context *context,
147 struct kutf_context *context,
176 struct kutf_context *context,
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c68 void (*execute)(struct kutf_context *context);
123 * kutf_create_context() - Create a test context in which a specific fixture
128 * Return: Returns the created test context on success or NULL on failure
134 * kutf_destroy_context() - Destroy a previously created test context
135 * @context: Test context to destroy
137 static void kutf_destroy_context(struct kutf_context *context);
140 * kutf_set_result() - Set the test result against the specified test context
141 * @context: Test context
228 kutf_add_explicit_result(struct kutf_context *context) kutf_add_explicit_result() argument
501 kutf_add_test_with_filters_and_data( struct kutf_suite *suite, unsigned int id, const char *name, void (*execute)(struct kutf_context *context), unsigned int filters, union kutf_callback_data test_data) kutf_add_test_with_filters_and_data() argument
573 kutf_add_test_with_filters( struct kutf_suite *suite, unsigned int id, const char *name, void (*execute)(struct kutf_context *context), unsigned int filters) kutf_add_test_with_filters() argument
593 kutf_add_test(struct kutf_suite *suite, unsigned int id, const char *name, void (*execute)(struct kutf_context *context)) kutf_add_test() argument
632 kutf_create_suite_with_filters_and_data( struct kutf_application *app, const char *name, unsigned int fixture_count, void *(*create_fixture)(struct kutf_context *context), void (*remove_fixture)(struct kutf_context *context), unsigned int filters, union kutf_callback_data suite_data) kutf_create_suite_with_filters_and_data() argument
685 kutf_create_suite_with_filters( struct kutf_application *app, const char *name, unsigned int fixture_count, void *(*create_fixture)(struct kutf_context *context), void (*remove_fixture)(struct kutf_context *context), unsigned int filters) kutf_create_suite_with_filters() argument
706 kutf_create_suite( struct kutf_application *app, const char *name, unsigned int fixture_count, void *(*create_fixture)(struct kutf_context *context), void (*remove_fixture)(struct kutf_context *context)) kutf_create_suite() argument
839 kutf_destroy_context(struct kutf_context *context) kutf_destroy_context() argument
846 kutf_set_result(struct kutf_context *context, enum kutf_result_status status) kutf_set_result() argument
852 kutf_set_expected_result(struct kutf_context *context, enum kutf_result_status expected_status) kutf_set_expected_result() argument
864 kutf_test_log_result( struct kutf_context *context, const char *message, enum kutf_result_status new_status) kutf_test_log_result() argument
877 kutf_test_log_result_external( struct kutf_context *context, const char *message, enum kutf_result_status new_status) kutf_test_log_result_external() argument
886 kutf_test_expect_abort(struct kutf_context *context) kutf_test_expect_abort() argument
892 kutf_test_expect_fatal(struct kutf_context *context) kutf_test_expect_fatal() argument
898 kutf_test_expect_fail(struct kutf_context *context) kutf_test_expect_fail() argument
904 kutf_test_expect_warn(struct kutf_context *context) kutf_test_expect_warn() argument
910 kutf_test_expect_pass(struct kutf_context *context) kutf_test_expect_pass() argument
916 kutf_test_skip(struct kutf_context *context) kutf_test_skip() argument
925 kutf_test_skip_msg(struct kutf_context *context, const char *message) kutf_test_skip_msg() argument
936 kutf_test_debug(struct kutf_context *context, char const *message) kutf_test_debug() argument
942 kutf_test_pass(struct kutf_context *context, char const *message) kutf_test_pass() argument
953 kutf_test_info(struct kutf_context *context, char const *message) kutf_test_info() argument
959 kutf_test_warn(struct kutf_context *context, char const *message) kutf_test_warn() argument
965 kutf_test_fail(struct kutf_context *context, char const *message) kutf_test_fail() argument
971 kutf_test_fatal(struct kutf_context *context, char const *message) kutf_test_fatal() argument
977 kutf_test_abort(struct kutf_context *context) kutf_test_abort() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c74 void (*execute)(struct kutf_context *context);
130 * kutf_create_context() - Create a test context in which a specific fixture
135 * The context's refcount will be initialized to 1.
137 * Return: Returns the created test context on success or NULL on failure
143 * kutf_destroy_context() - Destroy a previously created test context, only
145 * @kref: pointer to kref member within the context
147 * This should only be used via a kref_put() call on the context's kref member
152 * kutf_context_get() - increment refcount on a context
153 * @context: the kutf context
239 kutf_add_explicit_result(struct kutf_context *context) kutf_add_explicit_result() argument
648 kutf_add_test_with_filters_and_data( struct kutf_suite *suite, unsigned int id, const char *name, void (*execute)(struct kutf_context *context), unsigned int filters, union kutf_callback_data test_data) kutf_add_test_with_filters_and_data() argument
730 kutf_add_test_with_filters( struct kutf_suite *suite, unsigned int id, const char *name, void (*execute)(struct kutf_context *context), unsigned int filters) kutf_add_test_with_filters() argument
750 kutf_add_test(struct kutf_suite *suite, unsigned int id, const char *name, void (*execute)(struct kutf_context *context)) kutf_add_test() argument
789 kutf_create_suite_with_filters_and_data( struct kutf_application *app, const char *name, unsigned int fixture_count, void *(*create_fixture)(struct kutf_context *context), void (*remove_fixture)(struct kutf_context *context), unsigned int filters, union kutf_callback_data suite_data) kutf_create_suite_with_filters_and_data() argument
842 kutf_create_suite_with_filters( struct kutf_application *app, const char *name, unsigned int fixture_count, void *(*create_fixture)(struct kutf_context *context), void (*remove_fixture)(struct kutf_context *context), unsigned int filters) kutf_create_suite_with_filters() argument
863 kutf_create_suite( struct kutf_application *app, const char *name, unsigned int fixture_count, void *(*create_fixture)(struct kutf_context *context), void (*remove_fixture)(struct kutf_context *context)) kutf_create_suite() argument
1006 struct kutf_context *context; kutf_destroy_context() local
1014 kutf_context_get(struct kutf_context *context) kutf_context_get() argument
1019 kutf_context_put(struct kutf_context *context) kutf_context_put() argument
1025 kutf_set_result(struct kutf_context *context, enum kutf_result_status status) kutf_set_result() argument
1031 kutf_set_expected_result(struct kutf_context *context, enum kutf_result_status expected_status) kutf_set_expected_result() argument
1043 kutf_test_log_result( struct kutf_context *context, const char *message, enum kutf_result_status new_status) kutf_test_log_result() argument
1055 kutf_test_log_result_external( struct kutf_context *context, const char *message, enum kutf_result_status new_status) kutf_test_log_result_external() argument
1064 kutf_test_expect_abort(struct kutf_context *context) kutf_test_expect_abort() argument
1070 kutf_test_expect_fatal(struct kutf_context *context) kutf_test_expect_fatal() argument
1076 kutf_test_expect_fail(struct kutf_context *context) kutf_test_expect_fail() argument
1082 kutf_test_expect_warn(struct kutf_context *context) kutf_test_expect_warn() argument
1088 kutf_test_expect_pass(struct kutf_context *context) kutf_test_expect_pass() argument
1094 kutf_test_skip(struct kutf_context *context) kutf_test_skip() argument
1103 kutf_test_skip_msg(struct kutf_context *context, const char *message) kutf_test_skip_msg() argument
1114 kutf_test_debug(struct kutf_context *context, char const *message) kutf_test_debug() argument
1120 kutf_test_pass(struct kutf_context *context, char const *message) kutf_test_pass() argument
1131 kutf_test_info(struct kutf_context *context, char const *message) kutf_test_info() argument
1137 kutf_test_warn(struct kutf_context *context, char const *message) kutf_test_warn() argument
1143 kutf_test_fail(struct kutf_context *context, char const *message) kutf_test_fail() argument
1149 kutf_test_fatal(struct kutf_context *context, char const *message) kutf_test_fatal() argument
1155 kutf_test_abort(struct kutf_context *context) kutf_test_abort() argument
[all...]
H A Dkutf_helpers_user.c105 static int kutf_helper_userdata_enqueue(struct kutf_context *context, in kutf_helper_userdata_enqueue() argument
114 str_copy = kutf_mempool_alloc(&context->fixture_pool, len); in kutf_helper_userdata_enqueue()
120 err = kutf_add_result(context, KUTF_RESULT_USERDATA, str_copy); in kutf_helper_userdata_enqueue()
129 int kutf_helper_send_named_u64(struct kutf_context *context, in kutf_helper_send_named_u64() argument
137 errmsg = kutf_dsprintf(&context->fixture_pool, in kutf_helper_send_named_u64()
144 errmsg = kutf_dsprintf(&context->fixture_pool, in kutf_helper_send_named_u64()
150 ret = kutf_helper_userdata_enqueue(context, msgbuf); in kutf_helper_send_named_u64()
152 errmsg = kutf_dsprintf(&context->fixture_pool, in kutf_helper_send_named_u64()
160 kutf_test_fail(context, errmsg); in kutf_helper_send_named_u64()
185 int kutf_helper_send_named_str(struct kutf_context *context, in kutf_helper_send_named_str() argument
265 kutf_helper_receive_named_val( struct kutf_context *context, struct kutf_helper_named_val *named_val) kutf_helper_receive_named_val() argument
384 kutf_helper_receive_check_val( struct kutf_helper_named_val *named_val, struct kutf_context *context, const char *expect_val_name, enum kutf_helper_valtype expect_val_type) kutf_helper_receive_check_val() argument
[all...]
H A Dkutf_helpers.c38 bool kutf_helper_pending_input(struct kutf_context *context) in kutf_helper_pending_input() argument
44 input_pending = !list_empty(&context->userdata.input_head); in kutf_helper_pending_input()
52 char *kutf_helper_input_dequeue(struct kutf_context *context, size_t *str_size) in kutf_helper_input_dequeue() argument
58 while (list_empty(&context->userdata.input_head)) { in kutf_helper_input_dequeue()
61 kutf_set_waiting_for_input(context->result_set); in kutf_helper_input_dequeue()
65 err = wait_event_interruptible(context->userdata.input_waitq, in kutf_helper_input_dequeue()
66 kutf_helper_pending_input(context)); in kutf_helper_input_dequeue()
74 line = list_first_entry(&context->userdata.input_head, in kutf_helper_input_dequeue()
91 int kutf_helper_input_enqueue(struct kutf_context *context, in kutf_helper_input_enqueue() argument
96 line = kutf_mempool_alloc(&context in kutf_helper_input_enqueue()
130 kutf_helper_input_enqueue_end_of_data(struct kutf_context *context) kutf_helper_input_enqueue_end_of_data() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dnet.h93 * @param context CoAP session.
99 typedef void (*coap_response_handler_t)(struct coap_context_t *context,
108 * @param context CoAP session.
114 typedef void (*coap_nack_handler_t)(struct coap_context_t *context,
123 * @param context CoAP session.
128 typedef void (*coap_ping_handler_t)(struct coap_context_t *context,
136 * @param context CoAP session.
141 typedef void (*coap_pong_handler_t)(struct coap_context_t *context,
179 * context, otherwise 0. */
227 * @param context Th
231 coap_register_response_handler(coap_context_t *context, coap_response_handler_t handler) coap_register_response_handler() argument
246 coap_register_nack_handler(coap_context_t *context, coap_nack_handler_t handler) coap_register_nack_handler() argument
259 coap_register_ping_handler(coap_context_t *context, coap_ping_handler_t handler) coap_register_ping_handler() argument
272 coap_register_pong_handler(coap_context_t *context, coap_pong_handler_t handler) coap_register_pong_handler() argument
[all...]
H A Dresource.h105 * This pointer is under user control. It can be used to store context for
159 * Note: There can only be one unknown resource handler per context - attaching
192 * and can be used as context in the handler functions.
205 * and can be used as context in the handler functions.
217 * Registers the given @p resource for @p context. The resource must have been
221 * @param context The context to use.
224 void coap_add_resource(coap_context_t *context, coap_resource_t *resource);
228 * resource is freed, and removed from the context.
230 * @param context Th
[all...]
H A Dasync.h72 * @param context The context to use.
84 coap_register_async(coap_context_t *context,
91 * Removes the state object identified by @p id from @p context. The removed
97 * @param context The context where the async object is registered.
106 int coap_remove_async(coap_context_t *context,
123 * transactions that are registered with @p context. This function returns a
126 * @param context The context wher
[all...]
H A Dcoap_event.h54 * context using the unction coap_set_event_handler(). When called by
66 * CoAP context @p context. Any event handler that has previously been
67 * registered with @p context will be overwritten by this operation.
69 * @param context The CoAP context to register the event handler with.
73 void coap_register_event_handler(struct coap_context_t *context,
78 * CoAP context @p context. Any event handler that has previously been
79 * registered with @p context wil
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_tlstream.h36 * @kctx: kernel common context
67 * @tpw_count: number of trace point writers in each context
74 * thread context. Each writer will generate required number of test
101 void __kbase_tlstream_tl_summary_new_ctx(void *context, u32 nr, u32 tgid);
107 void __kbase_tlstream_tl_new_ctx(void *context, u32 nr, u32 tgid);
109 void __kbase_tlstream_tl_del_ctx(void *context);
111 void __kbase_tlstream_tl_ret_ctx_lpu(void *context, void *lpu);
112 void __kbase_tlstream_tl_ret_atom_ctx(void *atom, void *context);
114 void __kbase_tlstream_tl_nret_ctx_lpu(void *context, void *lpu);
115 void __kbase_tlstream_tl_nret_atom_ctx(void *atom, void *context);
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_tlstream.h40 * @kctx: kernel common context
71 * @tpw_count: number of trace point writers in each context
78 * thread context. Each writer will generate required number of test
109 void __kbase_tlstream_tl_summary_new_ctx(void *context, u32 nr, u32 tgid);
115 void __kbase_tlstream_tl_new_ctx(void *context, u32 nr, u32 tgid);
117 void __kbase_tlstream_tl_del_ctx(void *context);
119 void __kbase_tlstream_tl_ret_ctx_lpu(void *context, void *lpu);
120 void __kbase_tlstream_tl_ret_atom_ctx(void *atom, void *context);
123 void __kbase_tlstream_tl_nret_ctx_lpu(void *context, void *lpu);
124 void __kbase_tlstream_tl_nret_atom_ctx(void *atom, void *context);
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/
H A Dmali_kutf_irq_test_main.c111 * @context: KUTF context.
116 struct kutf_context *context) in mali_kutf_irq_default_create_fixture()
120 data = kutf_mempool_alloc(&context->fixture_pool, in mali_kutf_irq_default_create_fixture()
129 kutf_test_fail(context, "Failed to find kbase device"); in mali_kutf_irq_default_create_fixture()
143 * @context: KUTF context.
146 struct kutf_context *context) in mali_kutf_irq_default_remove_fixture()
148 struct kutf_irq_fixture_data *data = context->fixture; in mali_kutf_irq_default_remove_fixture()
156 * @context
115 mali_kutf_irq_default_create_fixture( struct kutf_context *context) mali_kutf_irq_default_create_fixture() argument
145 mali_kutf_irq_default_remove_fixture( struct kutf_context *context) mali_kutf_irq_default_remove_fixture() argument
167 mali_kutf_irq_latency(struct kutf_context *context) mali_kutf_irq_latency() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTAsync.h330 * @param context A pointer to the <i>context</i> value originally passed to
331 * MQTTAsync_setCallbacks(), which contains any application-specific context.
348 typedef int MQTTAsync_messageArrived(void* context, char* topicName, int topicLen, MQTTAsync_message* message);
360 * @param context A pointer to the <i>context</i> value originally passed to
361 * MQTTAsync_setCallbacks(), which contains any application-specific context.
368 typedef void MQTTAsync_deliveryComplete(void* context, MQTTAsync_token token);
380 * @param context A pointer to the <i>context</
608 void* context; global() member
1116 void* context; global() member
1241 void* context; global() member
[all...]
H A DMQTTClient.h339 * @param context A pointer to the <i>context</i> value originally passed to
340 * MQTTClient_setCallbacks(), which contains any application-specific context.
357 typedef int MQTTClient_messageArrived(void* context, char* topicName, int topicLen, MQTTClient_message* message);
371 * @param context A pointer to the <i>context</i> value originally passed to
372 * MQTTClient_setCallbacks(), which contains any application-specific context.
379 typedef void MQTTClient_deliveryComplete(void* context, MQTTClient_deliveryToken dt);
391 * @param context A pointer to the <i>context</
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_irq_test/
H A Dmali_kutf_irq_test_main.c122 * @context: KUTF context.
127 struct kutf_context *context) in mali_kutf_irq_default_create_fixture()
131 data = kutf_mempool_alloc(&context->fixture_pool, in mali_kutf_irq_default_create_fixture()
140 kutf_test_fail(context, "Failed to find kbase device"); in mali_kutf_irq_default_create_fixture()
154 * @context: KUTF context.
157 struct kutf_context *context) in mali_kutf_irq_default_remove_fixture()
159 struct kutf_irq_fixture_data *data = context->fixture; in mali_kutf_irq_default_remove_fixture()
167 * @context
126 mali_kutf_irq_default_create_fixture( struct kutf_context *context) mali_kutf_irq_default_create_fixture() argument
156 mali_kutf_irq_default_remove_fixture( struct kutf_context *context) mali_kutf_irq_default_remove_fixture() argument
178 mali_kutf_irq_latency(struct kutf_context *context) mali_kutf_irq_latency() argument
[all...]
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Ddrv_aes.h155 \param[in] context aes information context
161 int32_t csi_aes_set_key(aes_handle_t handle, void *context, void *key, aes_key_len_bits_e key_len, aes_crypto_mode_e enc);
166 \param[in] context aes information context
172 int32_t csi_aes_ecb_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len);
177 \param[in] context aes information context
184 int32_t csi_aes_cbc_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len, uint8_t iv[16]);
189 \param[in] context ae
[all...]
H A Ddrv_sha.h96 \param[in] context Pointer to the buffer storing the sha context
100 sha_handle_t csi_sha_initialize(int32_t idx, void *context, sha_event_cb_t cb_event);
139 \param[in] context Pointer to the buffer storing the sha context
142 int32_t csi_sha_start(sha_handle_t handle, void *context);
147 \param[in] context Pointer to the buffer storing the sha context
152 int32_t csi_sha_update(sha_handle_t handle, void *context, const void *input, uint32_t len);
157 \param[in] context Pointe
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-fence.h36 * @context: execution context this fence belongs to, returned by
38 * @seqno: the sequence number of this fence inside the execution context,
91 u64 context; member
147 * Return the name of the context this fence belongs to. This is a
170 * This function can be called from atomic context, but not
171 * from irq context, so normal spinlocks can be used.
218 * have an optimized version for the case where a process context is
236 * Can be called from irq context. This callback is optional. If it is
263 void dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops, spinlock_t *lock, u64 context, u6
[all...]
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_sync_helper.h27 * @context: execution context
28 * @seqno: the sequence number of this fence inside the execution context
30 struct fence *drm_sw_fence_new(unsigned int context, unsigned seqno);
59 * @context: context provided by user at init time
61 typedef void (*drm_reservation_cb_func_t)(struct drm_reservation_cb *rcb, void *context);
65 * @work: work context in which func is executed
70 * @context: context provide
80 void *context; global() member
[all...]
/device/soc/rockchip/rk3588/kernel/include/drm/
H A Ddrm_sync_helper.h27 * @context: execution context
28 * @seqno: the sequence number of this fence inside the execution context
30 struct fence *drm_sw_fence_new(unsigned int context,
60 * @context: context provided by user at init time
63 void *context);
67 * @work: work context in which func is executed
72 * @context: context provide
82 void *context; global() member
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H A Dcfiflash_fs_hal.c110 uint32_t devid = *((uint32_t *)cfg->context); in LittlefsRead()
120 uint32_t devid = *((uint32_t *)cfg->context); in LittlefsProg()
129 uint32_t devid = *((uint32_t *)cfg->context); in LittlefsErase()
140 .context = &g_flashDevId,
161 uint32_t devid = *((uint32_t *)g_lfsConfig.context); in LittlefsDriverInit()

Completed in 14 milliseconds

12345