Home
last modified time | relevance | path

Searched defs:operation (Results 201 - 225 of 566) sorted by relevance

12345678910>>...23

/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_fba.h36 } __attribute__ ((packed)) operation; member
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dusb.c102 struct gb_operation *operation; in hub_control() local
H A Dhid.c99 struct gb_operation *operation; in gb_hid_set_report() local
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dblkif.h246 uint8_t operation; /* BLKIF_OP_??? */ member
257 uint8_t operation; /* copied from request */ member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dphy.h212 __le32 operation; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Ddm.c114 mlx5_cmd_dealloc_memic_op(struct mlx5_dm *dm, phys_addr_t addr, u8 operation) mlx5_cmd_dealloc_memic_op() argument
128 mlx5_cmd_alloc_memic_op(struct mlx5_dm *dm, phys_addr_t addr, u8 operation, phys_addr_t *op_addr) mlx5_cmd_alloc_memic_op() argument
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_fcopy.c125 int operation = fcopy_transaction.fcopy_msg->operation; in fcopy_send_data() local
/kernel/linux/linux-6.6/drivers/greybus/
H A Dconnection.c534 struct gb_operation *operation; in gb_connection_shutdown_operation() local
605 struct gb_operation *operation; variable
610 gb_operation_get(operation); variable
618 gb_operation_put(operation); global() variable
634 struct gb_operation *operation; global() variable
642 gb_operation_get(operation); global() variable
655 gb_operation_put(operation); global() variable
[all...]
H A Dcontrol.c154 struct gb_operation *operation; in gb_control_disconnecting_operation() local
180 struct gb_operation *operation; in gb_control_mode_switch_operation() local
[all...]
/kernel/linux/linux-6.6/security/loadpin/
H A Dloadpin.c26 static void report_load(const char *origin, struct file *file, char *operation) in report_load() argument
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dcache.c214 int memflush = 1, operation = 0, ret = 0; in cat_val() local
/kernel/linux/linux-6.6/sound/xen/
H A Dxen_snd_front.c27 be_stream_prepare_req(struct xen_snd_front_evtchnl *evtchnl, u8 operation) in be_stream_prepare_req() argument
/kernel/linux/linux-6.6/sound/soc/intel/common/
H A Dsst-dsp.c144 sst_dsp_register_poll(struct sst_dsp *ctx, u32 offset, u32 mask, u32 target, u32 time, char *operation) sst_dsp_register_poll() argument
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c71 static void check_snd(const char *operation, int err) in check_snd() argument
/third_party/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp149 UnicodeString operation = testSetting=currentCase->getString(param, in testOps() local
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DPartitionInfo.java136 applyOperation( Consumer<String> operation, String region, TerritoryContainment territories) applyOperation() argument
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c282 psa_cipher_setup( mbedtls_psa_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, mbedtls_operation_t cipher_operation) psa_cipher_setup() argument
360 mbedtls_psa_cipher_encrypt_setup( mbedtls_psa_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_cipher_encrypt_setup() argument
371 mbedtls_psa_cipher_decrypt_setup( mbedtls_psa_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_cipher_decrypt_setup() argument
382 mbedtls_psa_cipher_set_iv( mbedtls_psa_cipher_operation_t *operation, const uint8_t *iv, size_t iv_length) mbedtls_psa_cipher_set_iv() argument
499 mbedtls_psa_cipher_update( mbedtls_psa_cipher_operation_t *operation, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_cipher_update() argument
552 mbedtls_psa_cipher_finish( mbedtls_psa_cipher_operation_t *operation, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_cipher_finish() argument
590 mbedtls_psa_cipher_abort( mbedtls_psa_cipher_operation_t *operation) mbedtls_psa_cipher_abort() argument
618 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; mbedtls_psa_cipher_encrypt() local
674 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; mbedtls_psa_cipher_decrypt() local
[all...]
H A Dpsa_crypto_aead.c26 psa_aead_setup( mbedtls_psa_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) psa_aead_setup() argument
127 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; mbedtls_psa_aead_encrypt() local
239 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; mbedtls_psa_aead_decrypt() local
321 mbedtls_psa_aead_encrypt_setup( mbedtls_psa_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_aead_encrypt_setup() argument
342 mbedtls_psa_aead_decrypt_setup( mbedtls_psa_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_aead_decrypt_setup() argument
362 mbedtls_psa_aead_set_nonce( mbedtls_psa_aead_operation_t *operation, const uint8_t *nonce, size_t nonce_length) mbedtls_psa_aead_set_nonce() argument
420 mbedtls_psa_aead_set_lengths( mbedtls_psa_aead_operation_t *operation, size_t ad_length, size_t plaintext_length) mbedtls_psa_aead_set_lengths() argument
444 mbedtls_psa_aead_update_ad( mbedtls_psa_aead_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_psa_aead_update_ad() argument
484 mbedtls_psa_aead_update( mbedtls_psa_aead_operation_t *operation, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_aead_update() argument
549 mbedtls_psa_aead_finish( mbedtls_psa_aead_operation_t *operation, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length, uint8_t *tag, size_t tag_size, size_t *tag_length) mbedtls_psa_aead_finish() argument
623 mbedtls_psa_aead_abort( mbedtls_psa_aead_operation_t *operation) mbedtls_psa_aead_abort() argument
[all...]
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
H A Dwriter.js65 function operation(it) { function
/third_party/mesa3d/src/intel/tools/
H A Daub_read.c147 int operation = p[1] & AUB_TRACE_OPERATION_MASK; in handle_trace_block() local
/third_party/mesa3d/include/vk_video/
H A Dvulkan_video_codec_h264std_encode.h53 StdVideoH264MemMgmtControlOp operation; member
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc272 char operation; in ProcessPacket() local
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c67 int operation; member
94 rsa_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], int operation) rsa_init() argument
/third_party/node/deps/openssl/openssl/providers/implementations/kem/
H A Drsa_kem.c120 rsakem_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], int operation) rsakem_init() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_crld.c297 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dpn_cb() argument

Completed in 35 milliseconds

12345678910>>...23