Searched refs:op_type (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrfjprog.py | 72 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/ |
D | crypto_nrf_ecb.c | 87 enum cipher_op op_type) in nrf_ecb_session_setup() argument 94 (op_type != CRYPTO_CIPHER_OP_ENCRYPT) || in nrf_ecb_session_setup()
|
D | crypto_mtls_shim.c | 317 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()
|
D | crypto_mcux_dcp.c | 189 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()
|
D | crypto_tc_shim.c | 195 enum cipher_op op_type) in tc_session_setup() argument 222 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in tc_session_setup()
|
D | crypto_stm32.c | 331 enum cipher_op op_type) in crypto_stm32_session_setup() argument 408 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in crypto_stm32_session_setup()
|
D | crypto_ataes132a.c | 799 enum cipher_op op_type) in ataes132a_session_setup() argument 845 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in ataes132a_session_setup()
|
D | crypto_smartbond.c | 786 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/ |
D | i3c_npcx.c | 479 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/ |
D | crypto.h | 74 enum cipher_op op_type);
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc2520.c | 1357 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/ |
D | att.c | 648 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/ |
D | checkpatch.pl | 4544 my $op_type = substr($curr_values, $off + 1, 1); 4550 if ($op_type ne 'V' &&
|