Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/scripts/west_commands/zspdx/
Dgetincludes.py43 def extractIncludes(resp): argument
/Zephyr-latest/samples/net/cloud/tagoio_http_post/src/
Dsockets.h12 uint8_t resp[TAGOIO_SOCKET_MAX_BUF_LEN]; member
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/remote/src/
Dmain.c14 static char resp[64]; variable
/Zephyr-latest/subsys/sd/
Dsd.c45 uint32_t resp; in sd_send_interface_condition() local
/Zephyr-latest/subsys/net/lib/ptp/
Dport.c220 struct ptp_msg *resp = ptp_msg_alloc(); in port_sync_timestamp_cb() local
612 struct ptp_msg *resp; in port_delay_req_msg_process() local
696 struct ptp_msg *resp = ptp_msg_alloc(); in port_management_resp_prepare() local
731 struct ptp_msg *resp, in port_management_resp_tlv_fill()
1475 struct ptp_msg *resp = port_management_resp_prepare(port, msg); in ptp_port_management_error() local
1508 struct ptp_msg *resp = port_management_resp_prepare(port, req); in ptp_port_management_resp() local
/Zephyr-latest/tests/drivers/sdhc/src/
Dmain.c147 int ret, resp; in ZTEST() local
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c406 struct net_pkt *resp) in gptp_prepare_pdelay_follow_up()
662 struct gptp_pdelay_resp *resp; in gptp_handle_pdelay_resp() local
882 struct gptp_pdelay_resp *resp; in gptp_send_pdelay_resp() local
Dgptp_md.c308 struct gptp_pdelay_resp *resp; in gptp_md_compute_prop_time() local
/Zephyr-latest/tests/lib/notify/src/
Dmain.c25 int *resp) in callback()
/Zephyr-latest/drivers/sip_svc/
Dsip_smc_intel_socfpga.c137 uint32_t *resp = (uint32_t *)buf; in intel_sip_smc_plat_async_res_res() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Dat.h97 at_resp_cb_t resp; member
Dat.c532 void at_register(struct at_client *at, at_resp_cb_t resp, at_finish_cb_t finish) in at_register()
Dhfp_hf.c139 int hfp_hf_send_cmd(struct bt_hfp_hf *hf, at_resp_cb_t resp, in hfp_hf_send_cmd()
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c387 static int install_update_cb_check_blk_num(const struct coap_packet *resp) in install_update_cb_check_blk_num()
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c544 uint8_t token, resp; in sdhc_spi_write_data() local
Dintel_emmc_host.h300 struct resp { struct
301 uint64_t resp_48bit; argument
Dsdhc_esp32.c49 #define MMC_R1_CURRENT_STATE(resp) (((resp)[0] >> 9) & 0xf) argument
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c723 struct coap_client *client, const struct coap_packet *resp) in get_request_with_token()
/Zephyr-latest/tests/net/lib/dns_packet/src/
Dmain.c218 static int eval_response1(struct dns_response_test *resp, bool unpack_answer) in eval_response1()
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py99 def verify_device_object(resp): argument
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c851 struct add_network_resp resp = {0}; in wpas_add_and_config_network() local
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c366 const struct wifi_twt_params *resp = in handle_wifi_twt_event() local
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h1234 char resp[WIFI_DPP_QRCODE_MAX_LEN + 1]; member