Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 118) sorted by relevance

12345

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_internal.h42 #define BT_BAP_BASS_VALID_OPCODE(opcode) ((opcode) <= BT_BAP_BASS_OP_REM_SRC) argument
45 uint8_t opcode; member
49 uint8_t opcode; member
59 uint8_t opcode; member
70 uint8_t opcode; member
79 uint8_t opcode; member
85 uint8_t opcode; member
90 uint8_t opcode; member
Dmcs_internal.h21 #define BT_MCS_VALID_OP(opcode) \ argument
Dtbs_internal.h76 static inline const char *bt_tbs_opcode_str(uint8_t opcode) in bt_tbs_opcode_str()
228 uint8_t opcode; member
233 uint8_t opcode; member
238 uint8_t opcode; member
243 uint8_t opcode; member
248 uint8_t opcode; member
253 uint8_t opcode; member
258 uint8_t opcode; member
268 uint8_t opcode; member
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c41 uint16_t opcode; /* HCI command opcode */ member
58 static void *cmd_complete(struct net_buf **buf, uint8_t plen, uint16_t opcode) in cmd_complete()
71 static int cmd_handle_helper(uint16_t opcode, struct net_buf *cmd, in cmd_handle_helper()
102 uint16_t opcode; in cmd_handle() local
124 uint8_t len, uint16_t opcode) in generic_success()
138 uint8_t len, uint16_t opcode) in read_local_features()
149 uint8_t len, uint16_t opcode) in read_supported_commands()
160 uint8_t len, uint16_t opcode) in le_read_local_features()
171 uint8_t len, uint16_t opcode) in le_read_supp_states()
/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dhci_core_expects.c38 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-latest/tests/bluetooth/controller/ctrl_unsupported/src/
Dmain.c66 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-latest/tests/bluetooth/tester/src/
Dbtp.c69 static const struct btp_handler *find_btp_handler(uint8_t service, uint8_t opcode) in find_btp_handler()
279 static void tester_send_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_send_with_index()
295 static void tester_rsp_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_rsp_with_index()
312 void tester_event(uint8_t service, uint8_t opcode, const void *data, size_t len) in tester_event()
321 void tester_rsp_full(uint8_t service, uint8_t opcode, const void *rsp, size_t len) in tester_rsp_full()
339 void tester_rsp(uint8_t service, uint8_t opcode, uint8_t status) in tester_rsp()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c51 uint16_t opcode; /* HCI command opcode */ member
87 static void *cmd_complete(struct net_buf **buf, uint8_t plen, uint16_t opcode) in cmd_complete()
101 static int cmd_handle_helper(uint16_t opcode, struct net_buf *cmd, struct net_buf **evt, in cmd_handle_helper()
131 uint16_t opcode; in cmd_handle() local
152 static void generic_success(struct net_buf *buf, struct net_buf **evt, uint8_t len, uint16_t opcode) in generic_success()
166 uint16_t opcode) in read_local_features()
177 uint16_t opcode) in read_supported_commands()
188 uint16_t opcode) in le_read_local_features()
199 uint16_t opcode) in le_read_supp_states()
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_util.c405 void lt_tx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_tx_real()
455 void lt_rx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_rx_real()
481 void ut_rx_pdu_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in ut_rx_pdu_real()
503 void ut_rx_node_real(const char *file, uint32_t line, enum helper_node_opcode opcode, in ut_rx_node_real()
529 void encode_pdu(enum helper_pdu_opcode opcode, struct pdu_data *pdu, void *param) in encode_pdu()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_nxp.c84 static int nxp_bt_send_vs_command(uint16_t opcode, const uint8_t *params, uint8_t params_len) in nxp_bt_send_vs_command()
110 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in nxp_bt_enable_controller_autosleep() local
123 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_BT_HOST_SLEEP_CONFIG_OCF); in nxp_bt_set_host_sleep_config() local
137 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_OCF); in bt_nxp_set_calibration_data() local
148 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_ANNEX100_OCF); in bt_nxp_set_calibration_data_annex100() local
170 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_SET_MAC_ADDR_CMD); in bt_nxp_set_mac_address() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/
Dmain.c63 static void lt_tx_invalid_pdu_size(enum helper_pdu_opcode opcode, int adj_size) in lt_tx_invalid_pdu_size()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.c43 #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-latest/subsys/bluetooth/mesh/
Dop_agg.c70 uint16_t opcode; in bt_mesh_op_agg_is_op_agg_msg() local
/Zephyr-latest/subsys/net/lib/tftp/
Dtftp_client.c106 uint16_t opcode = sys_get_be16(client->tftp_buf); in send_data() local
273 uint16_t opcode = sys_get_be16(client->tftp_buf); in tftp_get() local
397 uint16_t opcode = sys_get_be16(client->tftp_buf); in tftp_put() local
Dtftp_client.h54 uint16_t opcode; member
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
Dmain.c61 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/tester/src/btp/
Dbttester.h45 uint8_t opcode; member
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/src/
Dtest_suite_setup_public_identity.c36 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/flash/
Dflash_npcx_fiu_nor.c100 static int flash_npcx_uma_cmd_only(const struct device *dev, uint8_t opcode) in flash_npcx_uma_cmd_only()
107 static int flash_npcx_uma_cmd_by_addr(const struct device *dev, uint8_t opcode, in flash_npcx_uma_cmd_by_addr()
116 static int flash_npcx_uma_read(const struct device *dev, uint8_t opcode, in flash_npcx_uma_read()
126 static int flash_npcx_uma_write(const struct device *dev, uint8_t opcode, in flash_npcx_uma_write()
136 static int flash_npcx_uma_write_by_addr(const struct device *dev, uint8_t opcode, in flash_npcx_uma_write_by_addr()
Dflash_cadence_qspi_nor_ll.c59 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()
150 int cad_qspi_stig_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy) in cad_qspi_stig_cmd()
168 int cad_qspi_stig_read_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_read_cmd()
205 int cad_qspi_stig_wr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_wr_cmd()
238 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-latest/subsys/bluetooth/host/classic/
Davrcp_internal.h43 uint8_t opcode; member
49 uint8_t opcode; /** Unit Info, Subunit Info, Vendor Dependent, or Pass Through */ member
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c60 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create()
87 uint16_t opcode; in handle_cmd_complete() local
278 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
349 static void set_event_mask(uint16_t opcode) in set_event_mask()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c61 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create()
88 uint16_t opcode; in handle_cmd_complete() local
302 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
397 static void set_event_mask(uint16_t opcode) in set_event_mask()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c52 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create()
79 uint16_t opcode; in handle_cmd_complete() local
305 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
400 static void set_event_mask(uint16_t opcode) in set_event_mask()
/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c69 static void drop_add(uint16_t opcode) in drop_add()
203 uint16_t opcode, uint16_t len) in encode_hdr()
228 void bt_monitor_send(uint16_t opcode, const void *data, size_t len) in bt_monitor_send()

12345