Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 25 of 239) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/drivers/greybus/
H A Doperation.c42 static int gb_operation_get_active(struct gb_operation *operation) in gb_operation_get_active()
79 static void gb_operation_put_active(struct gb_operation *operation) in gb_operation_put_active()
96 static bool gb_operation_is_active(struct gb_operation *operation) in gb_operation_is_active()
134 static bool gb_operation_result_set(struct gb_operation *operation, int result) in gb_operation_result_set()
180 int gb_operation_result(struct gb_operation *operation) in gb_operation_result()
198 struct gb_operation *operation; in gb_operation_find_outgoing() local
236 static void gb_operation_request_handle(struct gb_operation *operation) in gb_operation_request_handle()
274 struct gb_operation *operation; in gb_operation_work() local
298 struct gb_operation *operation = from_timer(operation, t, timer); in gb_operation_timeout() local
468 bool gb_operation_response_alloc(struct gb_operation *operation, in gb_operation_response_alloc()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/host/rk_test/
H A Drktest.c16 TEEC_Operation *operation, uint32_t *error_origin) in invoke_transfer_data()
73 TEEC_Operation *operation, uint32_t *error_origin) in invoke_storage()
80 TEEC_Operation *operation, uint32_t *error_origin, in test_storage_speed()
115 TEEC_Operation *operation, uint32_t *error_origin) in invoke_storage_speed()
132 TEEC_Operation *operation, uint32_t *error_origin) in invoke_property()
139 TEEC_Operation *operation, uint32_t *error_origin) in invoke_crypto_sha()
146 TEEC_Operation *operation, uint32_t *error_origin) in invoke_crypto_aes()
153 TEEC_Operation *operation, uint32_t *error_origin) in invoke_crypto_rsa()
160 TEEC_Operation *operation, uint32_t *error_origin) in invoke_otp_read()
167 TEEC_Operation *operation, uint32_t *error_origin) in invoke_otp_write()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/rk_test/
H A Drktest.c44 TEEC_Operation *operation, uint32_t *error_origin) in invoke_transfer_data()
102 TEEC_Operation *operation, uint32_t *error_origin) in invoke_storage()
109 TEEC_Operation *operation, uint32_t *error_origin, in test_storage_speed()
144 TEEC_Operation *operation, uint32_t *error_origin) in invoke_storage_speed()
161 TEEC_Operation *operation, uint32_t *error_origin) in invoke_property()
168 TEEC_Operation *operation, uint32_t *error_origin) in invoke_crypto_sha()
175 TEEC_Operation *operation, uint32_t *error_origin) in invoke_crypto_aes()
182 TEEC_Operation *operation, uint32_t *error_origin) in invoke_crypto_rsa()
189 TEEC_Operation *operation, uint32_t *error_origin) in invoke_secstor_ta()
251 TEEC_Operation *operation, uint32_t *error_origin) in invoke_otp_read()
[all …]
/OK3568_Linux_fs/kernel/include/linux/greybus/
H A Doperation.h53 struct gb_operation *operation; member
117 gb_operation_is_incoming(struct gb_operation *operation) in gb_operation_is_incoming()
123 gb_operation_is_unidirectional(struct gb_operation *operation) in gb_operation_is_unidirectional()
129 gb_operation_short_response_allowed(struct gb_operation *operation) in gb_operation_short_response_allowed()
134 static inline bool gb_operation_is_core(struct gb_operation *operation) in gb_operation_is_core()
179 gb_operation_request_send_sync(struct gb_operation *operation) in gb_operation_request_send_sync()
215 static inline void *gb_operation_get_data(struct gb_operation *operation) in gb_operation_get_data()
220 static inline void gb_operation_set_data(struct gb_operation *operation, in gb_operation_set_data()
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientSMC.c47 TEEC_Operation *operation, in TEEC_SMC_OpenSession()
195 TEEC_Operation *operation, in TEEC_SMC_InvokeCommand()
253 TEEC_Result TEEC_SMC_RequestCancellation(TEEC_Operation *operation, in TEEC_SMC_RequestCancellation()
268 void SetTeeSmc32Params(TEEC_Operation *operation, in SetTeeSmc32Params()
311 TEEC_Operation *operation) in GetTeeSmc32Params()
H A DOpteeClientApiLib.c329 TEEC_Operation *operation, in TEEC_OpenSession()
396 TEEC_Operation *operation, in TEEC_InvokeCommand()
434 void TEEC_RequestCancellation(TEEC_Operation *operation) in TEEC_RequestCancellation()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_otp_key.c69 TEEC_Operation operation; in rk_write_oem_otp_key() local
126 TEEC_Operation operation; in rk_oem_otp_key_is_written() local
181 TEEC_Operation operation; in rk_set_oem_hr_otp_read_lock() local
230 TEEC_Operation operation; in rk_oem_otp_key_cipher_virt() local
331 TEEC_Operation operation; in rk_oem_otp_key_cipher() local
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-uniphier.c115 u32 operation) in __uniphier_cache_maint_common()
169 u32 operation) in __uniphier_cache_maint_all()
179 u32 operation) in __uniphier_cache_maint_range()
237 u32 operation) in uniphier_cache_maint_range()
245 static void uniphier_cache_maint_all(u32 operation) in uniphier_cache_maint_all()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dfollow_linear_linear.hpp58 Operation const& operation) in is_entering()
71 Operation const& operation, in is_staying_inside()
90 Operation const& operation, in is_leaving()
123 Operation const& operation, in is_isolated_point()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dfor_each_coordinate.hpp67 inline void for_each_coordinate(Point& point, Op operation) in for_each_coordinate()
80 inline Op for_each_coordinate(Point const& point, Op operation) in for_each_coordinate()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c329 TEEC_Operation *operation, in teec_pre_process_operation()
451 static void teec_post_process_operation(TEEC_Operation *operation, in teec_post_process_operation()
494 static void teec_free_temp_refs(TEEC_Operation *operation, in teec_free_temp_refs()
594 TEEC_Operation *operation, uint32_t *ret_origin) in TEEC_OpenSession()
676 TEEC_Operation *operation, uint32_t *error_origin) in TEEC_InvokeCommand()
749 void TEEC_RequestCancellation(TEEC_Operation *operation) in TEEC_RequestCancellation()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Daesni-intel_asm.S279 .macro GCM_ENC_DEC operation argument
641 AAD_HASH operation
792 XMM2 XMM3 XMM4 XMMDst TMP6 TMP7 i i_seq operation
981 TMP6 XMM0 XMM1 XMM2 XMM3 XMM4 XMM5 XMM6 XMM7 XMM8 operation
1189 TMP6 XMM0 XMM1 XMM2 XMM3 XMM4 XMM5 XMM6 XMM7 XMM8 operation
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/prism54/
H A Dislpci_mgt.c58 pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h) in pimfor_encode_header()
152 islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid, in islpci_mgt_transmit()
432 int operation, unsigned long oid, in islpci_mgt_transaction()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dfile.c573 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, in tomoyo_path_permission()
803 int tomoyo_path_perm(const u8 operation, const struct path *path, const char *target) in tomoyo_path_perm()
859 int tomoyo_mkdev_perm(const u8 operation, const struct path *path, in tomoyo_mkdev_perm()
903 int tomoyo_path2_perm(const u8 operation, const struct path *path1, in tomoyo_path2_perm()
1016 const char *operation = tomoyo_read_token(param); in tomoyo_write_file() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/
H A Dhaltxbfjaguar.h64 #define hal_txbf_jaguar_patch(dm_void, operation) argument
74 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/
H A Dhaltxbfjaguar.h75 #define hal_txbf_jaguar_patch(p_dm_void, operation) argument
85 #define hal_txbf_jaguar_patch(p_dm_void, operation) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbfjaguar.h65 #define hal_txbf_jaguar_patch(dm_void, operation) argument
75 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/
H A Dhaltxbfjaguar.h65 #define hal_txbf_jaguar_patch(dm_void, operation) argument
75 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/
H A Dhaltxbfjaguar.h65 #define hal_txbf_jaguar_patch(dm_void, operation) argument
75 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/txbf/
H A Dhaltxbfjaguar.h64 #define hal_txbf_jaguar_patch(dm_void, operation) argument
74 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/txbf/
H A Dhaltxbfjaguar.h64 #define hal_txbf_jaguar_patch(dm_void, operation) argument
74 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbfjaguar.h65 #define hal_txbf_jaguar_patch(dm_void, operation) argument
75 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbfjaguar.h64 #define hal_txbf_jaguar_patch(dm_void, operation) argument
74 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbfjaguar.h64 #define hal_txbf_jaguar_patch(dm_void, operation) argument
74 #define hal_txbf_jaguar_patch(dm_void, operation) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbfjaguar.h64 #define hal_txbf_jaguar_patch(dm_void, operation) argument
74 #define hal_txbf_jaguar_patch(dm_void, operation) argument

12345678910