Home
last modified time | relevance | path

Searched defs:opcode (Results 26 – 50 of 118) sorted by relevance

12345

/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c79 uint16_t opcode; member
84 uint8_t opcode; member
91 uint8_t opcode; member
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c64 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/
Dtester.c53 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/
Dmain.c69 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/
Dmain.c94 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/
Dsdhc_renesas_ra.h21 uint32_t opcode; member
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
Dtest_suite_bt_settings_enabled.c71 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.c45 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/
Dmain.c65 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/
Dbh1750.c50 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/
Dmonitor.h54 uint16_t opcode; member
105 #define bt_monitor_send(opcode, data, len) argument
/Zephyr-latest/subsys/bluetooth/audio/
Dhas_client.c329 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/
Dmsg.c15 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/
Dmqtt_transport_websocket.c113 enum websocket_opcode opcode = WEBSOCKET_OPCODE_DATA_BINARY; in mqtt_client_websocket_write_msg() local
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcs.h18 uint8_t opcode; member
/Zephyr-latest/drivers/flash/
Dspi_nor.c377 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
Dspi_flash_at45.c113 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()
Dflash_andes_qspi.c37 #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/
Dnpcx_flash_api_ex.h44 uint8_t opcode; member
/Zephyr-latest/tests/bluetooth/audio/ascs/include/
Dtest_common.h30 uint8_t opcode; member
/Zephyr-latest/tests/boards/mec172xevb_assy6906/qspi/src/
Dmain.c123 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/
Dtest_suite_setup_static_random_identity.c42 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/
Dmain.c54 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_settings_enabled.c75 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/
Deth_enc424j600.c98 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()

12345