Home
last modified time | relevance | path

Searched defs:response (Results 26 – 50 of 65) sorted by relevance

123

/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_spi.c334 uint8_t *response, size_t len) in mipi_dbi_spi_read_helper_3wire()
387 uint8_t *response, size_t len) in mipi_dbi_spi_read_helper_4wire()
443 uint8_t *response, size_t len) in mipi_dbi_spi_command_read()
Dmipi_dbi_smartbond.c204 uint8_t *response, size_t len) in mipi_dbi_smartbond_command_read()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dmain.c33 struct mcumgr_image_upload response; in ZTEST() local
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c184 uint8_t response; in sdhc_spi_card_busy() local
207 uint8_t response; in sdhc_spi_wait_unbusy() local
230 uint8_t *response = dev_data->scratch; in sdhc_spi_response_get() local
Dsdhc_esp32.h91 uint32_t response[4]; /*!< response buffer */ member
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c139 static int send_evt(uint8_t *response, uint8_t len) in send_evt()
384 uint8_t response[16]; in tx_thread() local
/Zephyr-latest/drivers/gnss/
Dgnss_u_blox_m8.c621 struct ubx_frame *response = data->script.response; in ubx_m8_get_navigation_mode() local
727 struct ubx_frame *response = data->script.response; in ubx_m8_set_enabled_systems() local
831 struct ubx_frame *response = data->script.response; in ubx_m8_get_enabled_systems() local
905 struct ubx_frame *response = data->script.response; in ubx_m8_get_fix_rate() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c439 static int do_bootstrap_reply_cb(const struct coap_packet *response, in do_bootstrap_reply_cb()
495 static int do_registration_reply_cb(const struct coap_packet *response, in do_registration_reply_cb()
561 static int do_update_reply_cb(const struct coap_packet *response, in do_update_reply_cb()
604 static int do_deregister_reply_cb(const struct coap_packet *response, in do_deregister_reply_cb()
Dlwm2m_pull_context.c219 static int do_firmware_transfer_reply_cb(const struct coap_packet *response, in do_firmware_transfer_reply_cb()
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c1774 static const char response[] = "HTTP/1.1 200\r\n" in test_http1_dynamic_response_header_none() local
1821 static const char response[] = "HTTP/1.1 422\r\n" in test_http1_dynamic_response_header_422() local
1868 static const char response[] = "HTTP/1.1 200\r\n" in test_http1_dynamic_response_header_extra() local
1917 static const char response[] = "HTTP/1.1 200\r\n" in test_http1_dynamic_response_header_override() local
1964 static const char response[] = "HTTP/1.1 200\r\n" in test_http1_dynamic_response_header_separate() local
2014 static const char response[] = "HTTP/1.1 200\r\n" in test_http1_dynamic_response_header_combined() local
2064 static const char response[] = "HTTP/1.1 200\r\n" in ZTEST() local
2083 static const char response[] = "HTTP/1.1 200\r\n" in ZTEST() local
/Zephyr-latest/drivers/fpga/
Dfpga_altera_agilex_bridge.c114 static void smc_callback(uint32_t c_token, struct sip_svc_response *response) in smc_callback()
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_agilex_mailbox_shell.c159 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response) in cmd_send_callback()
Dsip_svc_shell.c185 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response) in cmd_send_callback()
/Zephyr-latest/drivers/flash/
Dflash_hp_ra_ex_op.c270 struct flash_ra_ex_write_protect_out *response) in flash_ra_block_protect_get()
/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c80 static char response[1024]; variable
/Zephyr-latest/include/zephyr/drivers/
Dmipi_dbi.h227 uint8_t *response, size_t len) in mipi_dbi_command_read()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dclient.cpp164 Numberz::type response = context.client->testEnum(Numberz::ONE); in ZTEST() local
/Zephyr-latest/include/zephyr/modem/
Dubx.h60 struct ubx_frame *response; member
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c187 enum mcumgr_op_t response; in smp_client_response_discover() local
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_priv.h34 static char *updatehub_response(enum updatehub_response response) in updatehub_response()
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.h32 uint32_t response; member
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c420 static int obs_notification_cb(const struct coap_packet *response, in obs_notification_cb()
/Zephyr-latest/subsys/sd/
Dsdmmc.c286 uint8_t value, uint8_t *response) in sdmmc_switch()
/Zephyr-latest/drivers/crypto/
Dcrypto_ataes132a.c44 uint8_t nparams, uint8_t *response, in ataes132a_send_command()
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/simulator/src/
Dmain.c147 struct ec_response_add *const response = args->output_buf; in ec_host_cmd_add() local

123