Home
last modified time | relevance | path

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

12

/subsys/bluetooth/audio/
A 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
A 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
A Dmcs_internal.h21 #define BT_MCS_VALID_OP(opcode) \ argument
A 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
A 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()
A Dvcp_vol_rend.c51 #define VALID_VCP_OPCODE(opcode) ((opcode) <= BT_VCP_OPCODE_MUTE) argument
163 uint8_t opcode; in write_vcs_control() local
A Dvcp_internal.h39 uint8_t opcode; member
A Dvocs_internal.h31 uint8_t opcode; member
/subsys/usb/device_next/class/
A Dusbd_msc_scsi.c79 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
287 uint8_t opcode; in SCSI_CMD_STRUCT() local
296 uint8_t opcode; in SCSI_CMD_STRUCT() local
[all …]
/subsys/net/lib/tftp/
A 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
A Dtftp_client.h54 uint16_t opcode; member
/subsys/bluetooth/host/
A Dmonitor.c77 static void drop_add(uint16_t opcode) in drop_add()
211 uint16_t opcode, uint16_t len) in encode_hdr()
236 void bt_monitor_send(uint16_t opcode, const void *data, size_t len) in bt_monitor_send()
A Dmonitor.h58 uint16_t opcode; member
121 static inline void bt_monitor_send(uint16_t opcode, const void *data, size_t len) in bt_monitor_send()
A Dhci_core.c151 uint16_t opcode; member
345 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create()
390 int bt_hci_cmd_send(uint16_t opcode, struct net_buf *buf) in bt_hci_cmd_send()
438 int bt_hci_cmd_send_sync(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync()
2539 static void hci_cmd_done(uint16_t opcode, uint8_t status, struct net_buf *evt_buf) in hci_cmd_done()
2601 uint16_t opcode; in hci_cmd_complete() local
2635 uint16_t opcode; in hci_cmd_status() local
/subsys/bluetooth/host/classic/
A Dobex.c79 uint8_t opcode; member
222 uint8_t opcode; in obex_server_put_common() local
303 uint8_t opcode; in obex_server_get_common() local
440 uint8_t opcode; in obex_server_action_common() local
666 uint8_t opcode; member
1314 uint8_t opcode; in bt_obex_put() local
1379 uint8_t opcode; in bt_obex_put_rsp() local
1439 uint8_t opcode; in bt_obex_get() local
1504 uint8_t opcode; in bt_obex_get_rsp() local
1582 uint8_t opcode; in bt_obex_abort() local
[all …]
A Davrcp_internal.h109 uint8_t opcode; member
115 uint8_t opcode; /**< Unit Info, Subunit Info, Vendor Dependent, or Pass Through */ member
/subsys/bluetooth/mesh/
A Dop_agg.c70 uint16_t opcode; in bt_mesh_op_agg_is_op_agg_msg() local
A Dmsg.c15 void bt_mesh_model_msg_init(struct net_buf_simple *msg, uint32_t opcode) in bt_mesh_model_msg_init()
A Dtesting.c85 void bt_mesh_test_prov_invalid_bearer(uint8_t opcode) in bt_mesh_test_prov_invalid_bearer()
A Daccess.c1326 void bt_mesh_msg_cb_set(void (*cb)(uint32_t opcode, struct bt_mesh_msg_ctx *ctx, in bt_mesh_msg_cb_set()
1392 uint32_t opcode, const struct bt_mesh_model **model) in find_op()
1437 static int get_opcode(struct net_buf_simple *buf, uint32_t *opcode) in get_opcode()
1476 const struct bt_mesh_elem *elem, uint32_t opcode) in element_model_recv()
1525 uint32_t opcode; in bt_mesh_model_recv() local
/subsys/fs/fuse_client/
A Dfuse_client.c20 void fuse_fill_header(struct fuse_in_header *hdr, uint32_t len, uint32_t opcode, uint64_t nodeid) in fuse_fill_header()
189 const char *fuse_opcode_to_string(uint32_t opcode) in fuse_opcode_to_string()
/subsys/net/lib/mqtt/
A Dmqtt_transport_websocket.c113 enum websocket_opcode opcode = WEBSOCKET_OPCODE_DATA_BINARY; in mqtt_client_websocket_write_msg() local
/subsys/sd/
A 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()
/subsys/net/l2/ethernet/
A Darp.h40 uint16_t opcode; member
/subsys/net/lib/websocket/
A Dwebsocket.c60 static const char *opcode2str(enum websocket_opcode opcode) in opcode2str()
656 enum websocket_opcode opcode, bool mask, bool final, in websocket_send_msg()

Completed in 70 milliseconds

12