| /subsys/dap/ |
| A D | cmsis_dap.c | 74 uint8_t *const response) in dap_info() 170 uint8_t *const response) in dap_host_status() 195 uint8_t *const response) in dap_connect() 258 uint8_t *const response) in dap_delay() 272 uint8_t *const response) in dap_reset_target() 347 uint8_t *const response) in dap_swj_sequence() 373 uint8_t *const response) in dap_swdp_configure() 394 uint8_t *const response) in dap_transfer_cfg() 475 uint8_t *const response) in dap_swdp_transfer() 870 uint8_t *response) in dap_process_cmd() [all …]
|
| /subsys/net/lib/coap/ |
| A D | coap_link_format.c | 200 static bool append_to_coap_pkt(struct coap_packet *response, in append_to_coap_pkt() 237 struct coap_packet *response, in format_uri() 308 struct coap_packet *response, in format_attributes() 353 struct coap_packet *response, in format_resource() 422 struct coap_packet *response, in coap_well_known_core_get_len() 539 static int format_uri(const char * const *path, struct coap_packet *response) in format_uri() 578 struct coap_packet *response) in format_attributes() 603 struct coap_packet *response) in format_resource() 624 struct coap_packet *response, in coap_well_known_core_get_len() 695 struct coap_packet *response, in coap_well_known_core_get()
|
| A D | coap_client.c | 607 struct coap_packet response; in handle_poll() local 645 static int recv_response(struct coap_client *client, struct coap_packet *response, bool *truncated) in recv_response() 764 static bool find_echo_option(const struct coap_packet *response, struct coap_option *option) in find_echo_option() 769 static int handle_response(struct coap_client *client, const struct coap_packet *response, in handle_response()
|
| A D | coap_server.c | 179 struct coap_packet response; in coap_server_process() local 244 struct coap_packet response; in coap_server_process() local
|
| A D | coap.c | 1689 const struct coap_packet *response, in coap_pending_received() 1818 const struct coap_packet *response, in coap_response_received()
|
| /subsys/fs/virtiofs/ |
| A D | virtiofs.c | 114 int virtiofs_init(const struct device *dev, struct fuse_init_out *response) in virtiofs_init() 203 const struct device *dev, uint64_t inode, const char *path, struct fuse_entry_out *response, in virtiofs_lookup() 293 const struct device *dev, uint64_t inode, uint32_t flags, struct fuse_open_out *response, in virtiofs_open() 415 uint32_t mode, struct fuse_create_out *response) in virtiofs_create() 494 uint32_t whence, struct fuse_lseek_out *response) in virtiofs_lseek() 533 struct fuse_attr_out *response) in virtiofs_setattr() 683 int virtiofs_statfs(const struct device *dev, struct fuse_kstatfs *response) in virtiofs_statfs()
|
| /subsys/sip_svc/ |
| A D | sip_svc_subsys.c | 396 struct sip_svc_response *response) in sip_svc_callback() 466 struct sip_svc_response response; in sip_svc_request_handler() local 549 struct sip_svc_response response; in sip_svc_async_response_handler() local
|
| A D | sip_svc_agilex_mailbox_shell.c | 159 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response) in cmd_send_callback()
|
| A D | sip_svc_shell.c | 185 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response) in cmd_send_callback()
|
| /subsys/mgmt/hawkbit/ |
| A D | hawkbit_autohandler.c | 26 enum hawkbit_response response = hawkbit_probe(); in autohandler() local
|
| /subsys/net/lib/mqtt_sn/ |
| A D | mqtt_sn.c | 584 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_GWINFO}; in mqtt_sn_do_gwinfo() local 1382 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_WILLTOPIC}; in handle_willtopicreq() local 1394 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_WILLMSG}; in handle_willmsgreq() local 1404 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_REGACK}; in handle_register() local 1445 struct mqtt_sn_param response; in handle_publish() local 1484 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PUBREL}; in handle_pubrec() local 1502 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PUBCOMP}; in handle_pubrel() local 1553 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PINGRESP}; in handle_pingreq() local
|
| /subsys/net/lib/lwm2m/ |
| A D | lwm2m_rd_client.c | 459 static int do_bootstrap_reply_cb(const struct coap_packet *response, in do_bootstrap_reply_cb() 515 static int do_registration_reply_cb(const struct coap_packet *response, in do_registration_reply_cb() 581 static int do_update_reply_cb(const struct coap_packet *response, in do_update_reply_cb() 624 static int do_deregister_reply_cb(const struct coap_packet *response, in do_deregister_reply_cb()
|
| A D | lwm2m_pull_context.c | 219 static int do_firmware_transfer_reply_cb(const struct coap_packet *response, in do_firmware_transfer_reply_cb()
|
| A D | lwm2m_message_handling.c | 2748 struct coap_packet response; in lwm2m_udp_receive() local 3009 static int notify_message_reply_cb(const struct coap_packet *response, struct coap_reply *reply, in notify_message_reply_cb() 3475 static int do_send_reply_cb(const struct coap_packet *response, struct coap_reply *reply, in do_send_reply_cb()
|
| /subsys/sd/ |
| A D | sdmmc.c | 286 uint8_t value, uint8_t *response) in sdmmc_switch()
|
| /subsys/mgmt/updatehub/ |
| A D | updatehub_priv.h | 34 static char *updatehub_response(enum updatehub_response response) in updatehub_response()
|
| /subsys/mgmt/mcumgr/smp_client/src/ |
| A D | client.c | 187 enum mcumgr_op_t response; in smp_client_response_discover() local
|
| /subsys/net/lib/http/ |
| A D | http_server_http1.c | 42 const char *response, size_t len) in send_http1_error_common()
|
| /subsys/usb/device_next/ |
| A D | usbd_ch9.c | 402 uint16_t response = 0; in sreq_get_status() local
|
| /subsys/bluetooth/host/ |
| A D | adv.c | 2065 struct bt_hci_evt_le_per_adv_response *response; in bt_hci_le_per_adv_response_report() local
|
| /subsys/bluetooth/host/classic/ |
| A D | hfp_ag.c | 2029 char *response; in bt_hfp_ag_chld_handler() local
|