| /Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/ |
| D | main.c | 79 uint16_t opcode; member 84 uint8_t opcode; member 91 uint8_t opcode; member
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
| D | main.c | 64 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create() 91 uint16_t opcode; in handle_cmd_complete() local 325 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd() 420 static void set_event_mask(uint16_t opcode) in set_event_mask()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
| D | tester.c | 53 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create() 80 uint16_t opcode; in handle_cmd_complete() local 316 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd() 411 static void set_event_mask(uint16_t opcode) in set_event_mask()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
| D | main.c | 69 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create() 96 uint16_t opcode; in handle_cmd_complete() local 348 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd() 443 static void set_event_mask(uint16_t opcode) in set_event_mask()
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/ |
| D | main.c | 94 static struct net_buf *hci_cmd_create(uint16_t opcode, uint8_t param_len) in hci_cmd_create() 149 static int send_hci_command(uint16_t opcode, uint8_t param_len, uint16_t response) in send_hci_command() 214 uint16_t opcode = sys_le16_to_cpu(evt->opcode); in command_complete() local 245 uint16_t opcode = sys_le16_to_cpu(evt->opcode); in command_status() local 763 uint16_t opcode; in main() local
|
| /Zephyr-latest/drivers/sdhc/ |
| D | sdhc_renesas_ra.h | 21 uint32_t opcode; member
|
| /Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/src/ |
| D | test_suite_bt_settings_enabled.c | 71 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
|
| D | test_suite_bt_privacy_enabled.c | 45 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/tests/bluetooth/host/id/bt_id_read_public_addr/src/ |
| D | main.c | 65 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/rohm/bh1750/ |
| D | bh1750.c | 50 static int bh1750_opcode_read(const struct device *dev, uint8_t opcode, in bh1750_opcode_read() 65 static int bh1750_opcode_write(const struct device *dev, uint8_t opcode) in bh1750_opcode_write()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | monitor.h | 54 uint16_t opcode; member 105 #define bt_monitor_send(opcode, data, len) argument
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | has_client.c | 329 static int preset_set(struct bt_has_client *inst, uint8_t opcode, uint8_t index) in preset_set() 346 static int preset_set_next_or_prev(struct bt_has_client *inst, uint8_t opcode) in preset_set_next_or_prev() 914 uint8_t opcode; in bt_has_client_preset_set() local 943 uint8_t opcode; in bt_has_client_preset_next() local 968 uint8_t opcode; in bt_has_client_preset_prev() local
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | msg.c | 15 void bt_mesh_model_msg_init(struct net_buf_simple *msg, uint32_t opcode) in bt_mesh_model_msg_init()
|
| /Zephyr-latest/subsys/net/lib/mqtt/ |
| D | mqtt_transport_websocket.c | 113 enum websocket_opcode opcode = WEBSOCKET_OPCODE_DATA_BINARY; in mqtt_client_websocket_write_msg() local
|
| /Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
| D | btp_mcs.h | 18 uint8_t opcode; member
|
| /Zephyr-latest/drivers/flash/ |
| D | spi_nor.c | 377 uint8_t opcode, unsigned int access, in spi_nor_access() 436 #define spi_nor_cmd_read(dev, opcode, dest, length) \ argument 438 #define spi_nor_cmd_addr_read(dev, opcode, addr, dest, length) \ argument 440 #define spi_nor_cmd_addr_read_3b(dev, opcode, addr, dest, length) \ argument 443 #define spi_nor_cmd_addr_read_4b(dev, opcode, addr, dest, length) \ argument 446 #define spi_nor_cmd_write(dev, opcode) \ argument 448 #define spi_nor_cmd_addr_write(dev, opcode, addr, src, length) \ argument 451 #define spi_nor_cmd_addr_write_3b(dev, opcode, addr, src, length) \ argument 455 #define spi_nor_cmd_addr_write_4b(dev, opcode, addr, src, length) \ argument
|
| D | spi_flash_at45.c | 113 const uint8_t opcode = CMD_READ_ID; in check_jedec_id() local 160 const uint8_t opcode = CMD_READ_STATUS; in read_status_register() local 406 static int perform_erase_op(const struct device *dev, uint8_t opcode, in perform_erase_op() 530 static int power_down_op(const struct device *dev, uint8_t opcode, in power_down_op()
|
| D | flash_andes_qspi.c | 37 #define flash_andes_qspi_cmd_read(dev, opcode, dest, length) \ argument 39 #define flash_andes_qspi_cmd_addr_read(dev, opcode, addr, dest, length) \ argument 42 #define flash_andes_qspi_cmd_write(dev, opcode) \ argument 44 #define flash_andes_qspi_cmd_addr_write(dev, opcode, addr, src, length) \ argument 135 uint8_t opcode, uint8_t access, off_t addr, in flash_andes_qspi_access()
|
| /Zephyr-latest/include/zephyr/drivers/flash/ |
| D | npcx_flash_api_ex.h | 44 uint8_t opcode; member
|
| /Zephyr-latest/tests/bluetooth/audio/ascs/include/ |
| D | test_common.h | 30 uint8_t opcode; member
|
| /Zephyr-latest/tests/boards/mec172xevb_assy6906/qspi/src/ |
| D | main.c | 123 static int spi_flash_read_status(const struct device *dev, uint8_t opcode, uint8_t *status) in spi_flash_read_status() 158 static int spi_flash_write_status(const struct device *dev, uint8_t opcode, uint8_t spi_status) in spi_flash_write_status() 184 static int spi_flash_tx_one_byte_cmd(const struct device *dev, uint8_t opcode) in spi_flash_tx_one_byte_cmd()
|
| /Zephyr-latest/tests/bluetooth/host/id/bt_id_init/src/ |
| D | test_suite_setup_static_random_identity.c | 42 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/tests/bluetooth/host/id/bt_setup_random_id_addr/src/ |
| D | main.c | 54 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
|
| D | test_suite_bt_settings_enabled.c | 75 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/ethernet/ |
| D | eth_enc424j600.c | 98 static void enc424j600_modify_sfru(const struct device *dev, uint8_t opcode, in enc424j600_modify_sfru() 159 static void enc424j600_write_mem(const struct device *dev, uint8_t opcode, in enc424j600_write_mem() 185 static void enc424j600_read_mem(const struct device *dev, uint8_t opcode, in enc424j600_read_mem()
|