/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_internal.h | 27 static inline unsigned int nsi_find_lsb_set(uint32_t op) in nsi_find_lsb_set() 43 static inline unsigned int nsi_find_lsb_set64(uint64_t op) in nsi_find_lsb_set64()
|
/Zephyr-latest/include/zephyr/arch/common/ |
D | ffs.h | 31 static ALWAYS_INLINE unsigned int find_msb_set(uint32_t op) in find_msb_set() 53 static ALWAYS_INLINE unsigned int find_lsb_set(uint32_t op) in find_lsb_set()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_tc_shim.c | 28 static int do_cbc_encrypt(struct cipher_ctx *ctx, struct cipher_pkt *op, in do_cbc_encrypt() 48 static int do_cbc_decrypt(struct cipher_ctx *ctx, struct cipher_pkt *op, in do_cbc_decrypt() 76 static int do_ctr_op(struct cipher_ctx *ctx, struct cipher_pkt *op, in do_ctr_op() 107 struct cipher_pkt *op = aead_op->pkt; in do_ccm_encrypt_mac() local 147 struct cipher_pkt *op = aead_op->pkt; in do_ccm_decrypt_auth() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_common.c | 28 struct net_buf *bt_hci_cmd_complete_create(uint16_t op, uint8_t plen) in bt_hci_cmd_complete_create() 42 struct net_buf *bt_hci_cmd_status_create(uint16_t op, uint8_t status) in bt_hci_cmd_status_create()
|
/Zephyr-latest/drivers/memc/ |
D | memc_nxp_s32_qspi.h | 19 #define QSPI_LUT_OP(inst, pads, op) \ argument
|
/Zephyr-latest/arch/riscv/core/ |
D | switch.S | 17 #define DO_CALLEE_SAVED(op, reg) \ argument
|
D | fpu.S | 20 #define DO_FP_REGS(op, ptr) \ argument
|
/Zephyr-latest/arch/mips/core/ |
D | isr.S | 22 #define DO_CALLEE_SAVED(op, reg) \ argument 39 #define DO_CALLER_SAVED(op) \ argument
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q15.c | 30 static void test_op2(int op, const q15_t *ref, size_t length) in test_op2() 114 static void test_op1(int op, const q15_t *ref, size_t length, bool transpose) in test_op1() 192 static void test_op2v(int op, const q15_t *ref, size_t length) in test_op2v() 261 static void test_op1c(int op, const q15_t *ref, size_t length, bool transpose) in test_op1c()
|
D | unary_q31.c | 30 static void test_op2(int op, const q31_t *ref, size_t length) in test_op2() 114 static void test_op1(int op, const q31_t *ref, size_t length, bool transpose) in test_op1() 192 static void test_op2v(int op, const q31_t *ref, size_t length) in test_op2v() 261 static void test_op1c(int op, const q31_t *ref, size_t length, bool transpose) in test_op1c()
|
D | unary_q7.c | 26 static void test_op1(int op, const q7_t *ref, size_t length, bool transpose) in test_op1() 97 static void test_op2v(int op, const q7_t *ref, size_t length) in test_op2v()
|
D | binary_f32.c | 26 static void test_op2(int op, const uint32_t *input1, const uint32_t *input2, in test_op2() 117 static void test_op2c(int op, const uint32_t *input1, const uint32_t *input2, in test_op2c()
|
D | binary_q31.c | 26 static void test_op2(int op, const q31_t *input1, const q31_t *input2, in test_op2() 115 static void test_op2c(int op, const q31_t *input1, const q31_t *input2, in test_op2c()
|
D | binary_f16.c | 26 static void test_op2(int op, const uint16_t *input1, const uint16_t *input2, in test_op2() 117 static void test_op2c(int op, const uint16_t *input1, const uint16_t *input2, in test_op2c()
|
D | binary_q15.c | 28 static void test_op2(int op, const q15_t *input1, const q15_t *input2, in test_op2() 123 static void test_op2c(int op, const q15_t *input1, const q15_t *input2, in test_op2c()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | msg.c | 48 uint32_t op, uint16_t dst, void *user_data) in bt_mesh_msg_ack_ctx_prepare() 77 uint32_t op, uint16_t addr, void **user_data) in bt_mesh_msg_ack_ctx_match()
|
D | msg.h | 29 uint32_t op; /**< Opcode we're waiting for. */ member
|
/Zephyr-latest/scripts/kconfig/ |
D | diffconfig | 53 def print_config(op, config, value, new_value): argument
|
/Zephyr-latest/drivers/espi/ |
D | espi_mchp_xec_host_v2.c | 272 static int kbc0_rd_req(const struct device *dev, enum lpc_peripheral_opcode op, in kbc0_rd_req() 310 static int kbc0_wr_req(const struct device *dev, enum lpc_peripheral_opcode op, in kbc0_wr_req() 467 enum lpc_peripheral_opcode op, in eacpi_rd_req() 501 enum lpc_peripheral_opcode op, in eacpi_wr_req() 713 enum lpc_peripheral_opcode op, in ecust_rd_req() 735 enum lpc_peripheral_opcode op, in ecust_wr_req() 772 enum lpc_peripheral_opcode op, in eacpi_shm_rd_req() 789 enum lpc_peripheral_opcode op, in eacpi_shm_wr_req() 1042 enum lpc_peripheral_opcode op, in espi_xec_lpc_req() 1064 enum lpc_peripheral_opcode op, in espi_xec_read_lpc_request() [all …]
|
/Zephyr-latest/drivers/cache/ |
D | cache_andes.c | 74 static ALWAYS_INLINE int nds_l2_cache_range(void *addr, size_t size, int op) { return 0; } in nds_l2_cache_range() 75 static ALWAYS_INLINE int nds_l2_cache_all(int op) { return 0; } in nds_l2_cache_all() 109 static ALWAYS_INLINE int nds_l1i_cache_all(int op) in nds_l1i_cache_all() 138 static ALWAYS_INLINE int nds_l1d_cache_all(int op) in nds_l1d_cache_all() 169 static ALWAYS_INLINE int nds_l1i_cache_range(void *addr, size_t size, int op) in nds_l1i_cache_range() 181 static ALWAYS_INLINE int nds_l1d_cache_range(void *addr, size_t size, int op) in nds_l1d_cache_range()
|
D | cache_nrf.c | 59 static inline int _cache_all(NRF_CACHE_Type *cache, enum k_nrf_cache_op op) in _cache_all() 97 static inline void _cache_line(NRF_CACHE_Type *cache, enum k_nrf_cache_op op, uintptr_t line_addr) in _cache_line() 128 static inline int _cache_range(NRF_CACHE_Type *cache, enum k_nrf_cache_op op, void *addr, in _cache_range() 159 static inline int _cache_checks(NRF_CACHE_Type *cache, enum k_nrf_cache_op op, void *addr, in _cache_checks()
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrf_common.py | 497 def _check_suit_starter(self, op): argument 521 def exec_op(self, op, defer=False, core=None, **kwargs): argument 523 def _exec_op(op, defer=False, core=None, **kwargs): argument 543 def do_exec_op(self, op, force=False): argument
|
D | nrfutil.py | 100 def _insert_op(self, op): argument 124 def do_exec_op(self, op, force=False): argument
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_raw.h | 89 uint16_t op; member
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_interface.c | 26 const enum ep_op op, in handle_ep_op() 55 const enum ep_op op, in usbd_interface_modify()
|