Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dnrfjprog.py72 op_type = _op['type']
74 if op_type == 'pinreset-enable':
76 elif op_type == 'program':
100 elif op_type == 'recover':
102 elif op_type == 'reset':
107 elif op_type == 'erasepage':
/Zephyr-latest/drivers/crypto/
Dcrypto_nrf_ecb.c87 enum cipher_op op_type) in nrf_ecb_session_setup() argument
94 (op_type != CRYPTO_CIPHER_OP_ENCRYPT) || in nrf_ecb_session_setup()
Dcrypto_mtls_shim.c317 enum cipher_op op_type) in mtls_session_setup() argument
363 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in mtls_session_setup()
382 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in mtls_session_setup()
409 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in mtls_session_setup()
427 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in mtls_session_setup()
Dcrypto_mcux_dcp.c189 enum cipher_op op_type) in crypto_dcp_cipher_begin_session() argument
210 if (op_type == CRYPTO_CIPHER_OP_DECRYPT) { in crypto_dcp_cipher_begin_session()
216 if (op_type == CRYPTO_CIPHER_OP_DECRYPT) { in crypto_dcp_cipher_begin_session()
Dcrypto_tc_shim.c195 enum cipher_op op_type) in tc_session_setup() argument
222 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in tc_session_setup()
Dcrypto_stm32.c331 enum cipher_op op_type) in crypto_stm32_session_setup() argument
408 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in crypto_stm32_session_setup()
Dcrypto_ataes132a.c799 enum cipher_op op_type) in ataes132a_session_setup() argument
845 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in ataes132a_session_setup()
Dcrypto_smartbond.c786 enum cipher_algo algo, enum cipher_mode mode, enum cipher_op op_type) in crypto_smartbond_cipher_begin_session() argument
820 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in crypto_smartbond_cipher_begin_session()
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c479 enum npcx_i3c_mctrl_type op_type, bool is_read, in npcx_i3c_request_emit_start() argument
489 SET_FIELD(mctrl, NPCX_I3C_MCTRL_TYPE, op_type); in npcx_i3c_request_emit_start()
942 enum npcx_i3c_mctrl_type op_type, uint8_t *buf, size_t buf_sz, in npcx_i3c_do_one_xfer_dma() argument
948 bool is_hdr_ddr = (op_type == NPCX_I3C_MCTRL_TYPE_I3C_HDR_DDR) ? true : false; in npcx_i3c_do_one_xfer_dma()
981 ret = npcx_i3c_request_emit_start(inst, addr, op_type, is_read, rd_len); in npcx_i3c_do_one_xfer_dma()
1038 enum npcx_i3c_mctrl_type op_type, uint8_t *buf, size_t buf_sz, in npcx_i3c_do_one_xfer() argument
1048 ret = npcx_i3c_request_emit_start(inst, addr, op_type, is_read, buf_sz); in npcx_i3c_do_one_xfer()
1128 enum npcx_i3c_mctrl_type op_type; in npcx_i3c_transfer() local
1207 op_type = NPCX_I3C_MCTRL_TYPE_I3C; /* Set operation type SDR */ in npcx_i3c_transfer()
1234 op_type = NPCX_I3C_MCTRL_TYPE_I3C_HDR_DDR; /* Set operation type DDR */ in npcx_i3c_transfer()
[all …]
/Zephyr-latest/include/zephyr/crypto/
Dcrypto.h74 enum cipher_op op_type);
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c1357 enum cipher_op op_type) in cc2520_crypto_begin_session() argument
1370 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in cc2520_crypto_begin_session()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c648 const att_type_t op_type = att_op_get_type(meta->opcode); in att_on_sent_cb() local
670 switch (op_type) { in att_on_sent_cb()
684 __ASSERT(false, "Unknown op type 0x%02X", op_type); in att_on_sent_cb()
/Zephyr-latest/scripts/
Dcheckpatch.pl4544 my $op_type = substr($curr_values, $off + 1, 1);
4550 if ($op_type ne 'V' &&