Home
last modified time | relevance | path

Searched defs:opcode (Results 51 – 75 of 118) sorted by relevance

12345

/Zephyr-latest/subsys/bluetooth/mesh/
Dtesting.c85 void bt_mesh_test_prov_invalid_bearer(uint8_t opcode) in bt_mesh_test_prov_invalid_bearer()
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_invalid_cases.c90 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
Dtest_suite_bt_privacy_enabled.c49 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
/Zephyr-latest/drivers/sensor/s11059/
Ds11059.c126 const uint8_t opcode[] = {S11059_REG_ADDR_CONTROL, control}; in s11059_control_write() local
134 const uint8_t opcode[] = {S11059_REG_ADDR_MANUAL_TIMING, manual_time >> 8, in s11059_manual_timing_write() local
/Zephyr-latest/arch/arm64/core/
Delf.c201 uint32_t opcode = sys_le32_to_cpu(*(uint32_t *)loc); in movw_reloc_handler() local
308 uint32_t opcode = sys_le32_to_cpu(*(uint32_t *)loc); in imm_reloc_handler() local
/Zephyr-latest/drivers/lora/
Dsx126x.c182 uint8_t SX126xReadCommand(RadioCommands_t opcode, in SX126xReadCommand()
200 void SX126xWriteCommand(RadioCommands_t opcode, uint8_t *buffer, uint16_t size) in SX126xWriteCommand()
/Zephyr-latest/subsys/sd/
Dsd_ops.c205 static int sdmmc_spi_read_cxd(struct sd_card *card, uint32_t opcode, uint32_t *cxd) in sdmmc_spi_read_cxd()
238 static int sdmmc_read_cxd(struct sd_card *card, uint32_t opcode, uint32_t rca, uint32_t *cxd) in sdmmc_read_cxd()
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c232 uint8_t opcode) in spi_flash_read_fd_sync()
287 uint8_t *data, size_t datasz, uint8_t opcode) in spi_flash_read_hd_sync()
382 uint8_t opcode, spi_callback_t cb, void *userdata) in spi_flash_read_fd_async()
/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_qspi.h44 uint8_t opcode; member
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c189 static void vcs_cp_notify_app(struct bt_vcp_vol_ctlr *vol_ctlr, uint8_t opcode, int err) in vcs_cp_notify_app()
245 uint8_t opcode = vol_ctlr->cp_val.cp.opcode; in internal_read_vol_state_cb() local
292 uint8_t opcode = vol_ctlr->cp_val.cp.opcode; in vcp_vol_ctlr_write_vcs_cp_cb() local
572 static int vcp_vol_ctlr_common_vcs_cp(struct bt_vcp_vol_ctlr *vol_ctlr, uint8_t opcode) in vcp_vol_ctlr_common_vcs_cp()
Dvcp_vol_rend.c51 #define VALID_VCP_OPCODE(opcode) ((opcode) <= BT_VCP_OPCODE_MUTE) argument
163 uint8_t opcode; in write_vcs_control() local
Dvcp_internal.h39 uint8_t opcode; member
Dvocs_internal.h31 uint8_t opcode; member
/Zephyr-latest/subsys/net/l2/ethernet/
Darp.h33 uint16_t opcode; member
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp.h97 uint8_t opcode; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_vocs.h62 uint8_t opcode; member
Dbtp_has.h57 uint8_t opcode; member
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h325 uint8_t opcode; member
331 uint8_t opcode; member
360 uint8_t opcode; member
383 uint8_t opcode; member
404 uint8_t opcode; member
414 uint8_t opcode; member
426 uint8_t opcode; member
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ifx_cyw208xx.c333 wiced_result_t wiced_bt_dev_vendor_specific_command(uint16_t opcode, uint8_t param_len, in wiced_bt_dev_vendor_specific_command()
Dhci_ambiq.c166 uint16_t opcode = (uint16_t)(evt_data[EVT_CMD_COMP_OP_LSB] + in hci_event_filter() local
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c124 uint16_t opcode; member
312 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create()
343 int bt_hci_cmd_send(uint16_t opcode, struct net_buf *buf) in bt_hci_cmd_send()
376 int bt_hci_cmd_send_sync(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync()
2421 static void hci_cmd_done(uint16_t opcode, uint8_t status, struct net_buf *evt_buf) in hci_cmd_done()
2485 uint16_t opcode; in hci_cmd_complete() local
2519 uint16_t opcode; in hci_cmd_status() local
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.h89 uint32_t opcode; /*!< SD or MMC command index */ member
Dsdhc_max32.c301 static int cmd_opcode_converter(int opcode, unsigned int *cmd) in cmd_opcode_converter()
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v1.h79 uint64_t opcode : 4; /*opcode 59:56*/ member
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c60 static const char *opcode2str(enum websocket_opcode opcode) in opcode2str()
653 enum websocket_opcode opcode, bool mask, bool final, in websocket_send_msg()

12345