/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | bap_internal.h | 36 #define BT_BAP_BASS_VALID_OPCODE(opcode) ((opcode) <= BT_BAP_BASS_OP_REM_SRC) argument 39 uint8_t opcode; member 43 uint8_t opcode; member 53 uint8_t opcode; member 64 uint8_t opcode; member 73 uint8_t opcode; member 79 uint8_t opcode; member 84 uint8_t opcode; member
|
D | mcs_internal.h | 22 #define BT_MCS_VALID_OP(opcode) \ argument
|
D | tbs_internal.h | 64 static inline const char *bt_tbs_opcode_str(uint8_t opcode) in bt_tbs_opcode_str() 221 uint8_t opcode; member 226 uint8_t opcode; member 231 uint8_t opcode; member 236 uint8_t opcode; member 241 uint8_t opcode; member 246 uint8_t opcode; member 251 uint8_t opcode; member 261 uint8_t opcode; member
|
D | vcp_internal.h | 30 uint8_t opcode; member
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/ecc/mocks/ |
D | hci_core_expects.c | 13 void expect_single_call_bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in expect_single_call_bt_hci_cmd_create() 34 void expect_single_call_bt_hci_cmd_send_sync(uint16_t opcode) in expect_single_call_bt_hci_cmd_send_sync()
|
/Zephyr-Core-3.4.0/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 35 uint16_t opcode; /* HCI command opcode */ member 52 static void *cmd_complete(struct net_buf **buf, uint8_t plen, uint16_t opcode) in cmd_complete() 65 static int cmd_handle_helper(uint16_t opcode, struct net_buf *cmd, in cmd_handle_helper() 94 uint16_t opcode; in cmd_handle() local 116 uint8_t len, uint16_t opcode) in generic_success() 130 uint8_t len, uint16_t opcode) in read_local_features() 141 uint8_t len, uint16_t opcode) in read_supported_commands() 152 uint8_t len, uint16_t opcode) in le_read_local_features() 163 uint8_t len, uint16_t opcode) in le_read_supp_states()
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/id/mocks/ |
D | hci_core_expects.c | 38 void expect_single_call_bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in expect_single_call_bt_hci_cmd_create() 59 void expect_single_call_bt_hci_cmd_send_sync(uint16_t opcode) in expect_single_call_bt_hci_cmd_send_sync()
|
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_unsupported/src/ |
D | main.c | 66 static void lt_tx_pdu_and_rx_unknown_rsp(enum helper_pdu_opcode opcode) in lt_tx_pdu_and_rx_unknown_rsp() 113 static void lt_tx_undef_opcode_and_rx_unknown_rsp(uint8_t opcode) in lt_tx_undef_opcode_and_rx_unknown_rsp() 232 for (uint16_t opcode = 0x30; opcode < 0x100; opcode++) { in ZTEST() local 247 for (uint16_t opcode = 0x30; opcode < 0x100; opcode++) { in ZTEST() local
|
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/ |
D | btp.c | 69 static const struct btp_handler *find_btp_handler(uint8_t service, uint8_t opcode) in find_btp_handler() 244 static void tester_send_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_send_with_index() 260 static void tester_rsp_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_rsp_with_index() 274 void tester_event(uint8_t service, uint8_t opcode, const void *data, size_t len) in tester_event() 280 void tester_rsp_full(uint8_t service, uint8_t opcode, const void *rsp, size_t len) in tester_rsp_full() 296 void tester_rsp(uint8_t service, uint8_t opcode, uint8_t status) in tester_rsp()
|
/Zephyr-Core-3.4.0/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 41 uint16_t opcode; /* HCI command opcode */ member 77 static void *cmd_complete(struct net_buf **buf, uint8_t plen, uint16_t opcode) in cmd_complete() 91 static int cmd_handle_helper(uint16_t opcode, struct net_buf *cmd, struct net_buf **evt, in cmd_handle_helper() 119 uint16_t opcode; in cmd_handle() local 140 static void generic_success(struct net_buf *buf, struct net_buf **evt, uint8_t len, uint16_t opcode) in generic_success() 154 uint16_t opcode) in read_local_features() 165 uint16_t opcode) in read_supported_commands() 176 uint16_t opcode) in le_read_local_features() 187 uint16_t opcode) in le_read_supp_states()
|
/Zephyr-Core-3.4.0/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 400 void lt_tx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_tx_real() 450 void lt_rx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_rx_real() 476 void ut_rx_pdu_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in ut_rx_pdu_real() 498 void ut_rx_node_real(const char *file, uint32_t line, enum helper_node_opcode opcode, in ut_rx_node_real() 524 void encode_pdu(enum helper_pdu_opcode opcode, struct pdu_data *pdu, void *param) in encode_pdu()
|
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_invalid/src/ |
D | main.c | 63 static void lt_tx_invalid_pdu_size(enum helper_pdu_opcode opcode, int adj_size) in lt_tx_invalid_pdu_size()
|
/Zephyr-Core-3.4.0/subsys/usb/device_next/class/ |
D | usbd_msc_scsi.c | 43 #define SCSI_CMD_STRUCT(opcode) struct scsi_##opcode##_cmd argument 44 #define SCSI_CMD_HANDLER(opcode) \ argument 79 uint8_t opcode; in SCSI_CMD_STRUCT() local 88 uint8_t opcode; in SCSI_CMD_STRUCT() local 145 uint8_t opcode; in SCSI_CMD_STRUCT() local 177 uint8_t opcode; in SCSI_CMD_STRUCT() local 213 uint8_t opcode; in SCSI_CMD_STRUCT() local 231 uint8_t opcode; in SCSI_CMD_STRUCT() local 240 uint8_t opcode; in SCSI_CMD_STRUCT() local 276 uint8_t opcode; in SCSI_CMD_STRUCT() local [all …]
|
/Zephyr-Core-3.4.0/subsys/net/lib/tftp/ |
D | tftp_client.c | 106 uint16_t opcode = sys_get_be16(client->tftp_buf); in send_data() local 263 uint16_t opcode = sys_get_be16(client->tftp_buf); in tftp_get() local 384 uint16_t opcode = sys_get_be16(client->tftp_buf); in tftp_put() local
|
D | tftp_client.h | 54 uint16_t opcode; member
|
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/btp/ |
D | bttester.h | 41 uint8_t opcode; member
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/id/bt_setup_public_id_addr/src/ |
D | main.c | 61 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 | 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()
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/id/bt_id_init/src/ |
D | test_suite_setup_public_identity.c | 36 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-Core-3.4.0/drivers/flash/ |
D | flash_cadence_qspi_nor_ll.c | 59 int cad_qspi_set_read_config(struct cad_qspi_params *cad_params, uint32_t opcode, in cad_qspi_set_read_config() 77 int cad_qspi_set_write_config(struct cad_qspi_params *cad_params, uint32_t opcode, in cad_qspi_set_write_config() 149 int cad_qspi_stig_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy) in cad_qspi_stig_cmd() 167 int cad_qspi_stig_read_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_read_cmd() 203 int cad_qspi_stig_wr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_wr_cmd() 234 int cad_qspi_stig_addr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_addr_cmd()
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 48 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create() 75 uint16_t opcode; in handle_cmd_complete() local 298 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd() 393 static void set_event_mask(uint16_t opcode) in set_event_mask()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | monitor.c | 67 static void drop_add(uint16_t opcode) in drop_add() 181 uint16_t opcode, uint16_t len) in encode_hdr() 206 void bt_monitor_send(uint16_t opcode, const void *data, size_t len) in bt_monitor_send()
|
/Zephyr-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/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
|