Home
last modified time | relevance | path

Searched refs:response (Results 76 – 100 of 219) sorted by relevance

123456789

/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_63.rst40 Erase storage response
43 Read setting response header fields:
/Zephyr-latest/include/zephyr/drivers/
Dswdp.h83 uint8_t *response);
/Zephyr-latest/drivers/dp/
Dswdp_bitbang.c322 const uint8_t idle_cycles, uint8_t *const response) in sw_transfer() argument
413 if (response) { in sw_transfer()
414 *response = (uint8_t)ack; in sw_transfer()
435 if (response) { in sw_transfer()
436 *response = (uint8_t)ack; in sw_transfer()
452 if (response) { in sw_transfer()
453 *response = (uint8_t)ack; in sw_transfer()
/Zephyr-latest/subsys/sd/
Dsdmmc.c87 card->ocr = cmd.response[1]; in sdmmc_spi_send_ocr()
132 if (!(cmd.response[0] & SD_SPI_R1IDLE_STATE)) { in sdmmc_send_ocr()
136 if ((cmd.response[0U] & SD_OCR_PWR_BUSY_FLAG)) { in sdmmc_send_ocr()
150 card->ocr = cmd.response[0U]; in sdmmc_send_ocr()
266 LOG_DBG("ACMD6 reports error, response 0x%x", cmd.response[0U]); in sdmmc_set_bus_width()
286 uint8_t value, uint8_t *response) in sdmmc_switch() argument
301 data.data = response; in sdmmc_switch()
Dmmc.c217 retries < CONFIG_SD_OCR_RETRY_COUNT && !(cmd.response[0] & SD_OCR_PWR_BUSY_FLAG); in mmc_send_op_cond()
237 if (cmd.response[0] & MMC_OCR_VDD170_195FLAG) { in mmc_send_op_cond()
240 if (cmd.response[0] & MMC_OCR_VDD27_36FLAG) { in mmc_send_op_cond()
259 if (cmd.response[0] & MMC_OCR_SECTOR_MODE) { in mmc_send_op_cond()
306 mmc_decode_csd(card_csd, cmd.response); in mmc_read_csd()
Dsd.c67 resp = cmd.response[1]; in sd_send_interface_condition()
69 resp = cmd.response[0]; in sd_send_interface_condition()
Dsdio.c50 card->num_io = (cmd.response[0] & SDIO_OCR_IO_NUMBER) in sdio_send_ocr()
53 ((cmd.response[0] & SDIO_IO_OCR_MASK) == 0)) { in sdio_send_ocr()
54 if (cmd.response[0] & SDIO_OCR_MEM_PRESENT_FLAG) { in sdio_send_ocr()
67 if (cmd.response[0] & SD_OCR_PWR_BUSY_FLAG) { in sdio_send_ocr()
81 card->ocr = cmd.response[0U]; in sdio_send_ocr()
115 *data_out = (cmd.response[0U] >> 8) & SDIO_DIRECT_CMD_DATA_MASK; in sdio_io_rw_direct()
117 *data_out = cmd.response[0U] & SDIO_DIRECT_CMD_DATA_MASK; in sdio_io_rw_direct()
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c328 memcpy(cmd->response, (uint32_t *)sdio_hw->resp, 4 * sizeof(uint32_t)); in process_command_response()
330 cmd->response[0] = sdio_hw->resp[0]; in process_command_response()
331 cmd->response[1] = 0; in process_command_response()
332 cmd->response[2] = 0; in process_command_response()
333 cmd->response[3] = 0; in process_command_response()
1199 memcpy(cmd->response, esp_cmd.response, sizeof(cmd->response)); in sdhc_esp32_request()
1201 int state = MMC_R1_CURRENT_STATE(esp_cmd.response); in sdhc_esp32_request()
1204 esp_cmd.opcode, esp_cmd.arg, esp_cmd.response[0], esp_cmd.response[1], in sdhc_esp32_request()
1205 esp_cmd.response[2], esp_cmd.response[3], esp_cmd.error, state); in sdhc_esp32_request()
Dsdhc_renesas_ra.c288 sdmmc_response_t response; in sdhc_ra_request() local
290 response.status = priv->sdmmc_ctrl.p_reg->SD_RSP10; in sdhc_ra_request()
292 if (response.r3.power_up_status) { in sdhc_ra_request()
296 (response.r3.card_capacity_status > 0U); in sdhc_ra_request()
405 memcpy(cmd->response, &p_csd_reg.reg, sizeof(cmd->response)); in sdhc_ra_request()
413 memcpy(cmd->response, &p_csd_reg.reg, sizeof(cmd->response)); in sdhc_ra_request()
Dsdhc_esp32.h91 uint32_t response[4]; /*!< response buffer */ member
/Zephyr-latest/scripts/coredump/gdbstubs/
Dgdbstub.py196 response = b"m1"
206 response += b"," + bytes(str(thread_count), 'ascii')
222 response += b"," + bytes(f'{thread_count:x}', 'ascii')
226 self.put_gdb_packet(response)
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig15 int "Number of predicted maximum entries to main response map"
18 This is number of predicted entries in main response map,
19 the one that encapsulates everything within response.
153 bool "Support verbose error response"
/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
1782 test_http1_dynamic_response_headers_default(response, post); in test_http1_dynamic_response_header_none()
1821 static const char response[] = "HTTP/1.1 422\r\n" in test_http1_dynamic_response_header_422() local
1829 test_http1_dynamic_response_headers_default(response, post); in test_http1_dynamic_response_header_422()
1868 static const char response[] = "HTTP/1.1 200\r\n" in test_http1_dynamic_response_header_extra() local
1877 test_http1_dynamic_response_headers_default(response, post); in test_http1_dynamic_response_header_extra()
1917 static const char response[] = "HTTP/1.1 200\r\n" in test_http1_dynamic_response_header_override() local
1925 test_http1_dynamic_response_headers_default(response, post); in test_http1_dynamic_response_header_override()
1964 static const char response[] = "HTTP/1.1 200\r\n" in test_http1_dynamic_response_header_separate() local
1974 test_http1_dynamic_response_headers_default(response, post); in test_http1_dynamic_response_header_separate()
[all …]
/Zephyr-latest/tests/drivers/sdhc/src/
Dmain.c181 resp = cmd.response[1]; in ZTEST()
183 resp = cmd.response[0]; in ZTEST()
/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
150 response->out_data = request->in_data + 0x01020304; in ec_host_cmd_add()
152 response->out_data = request->in_data + 0x02040608; in ec_host_cmd_add()
159 args->output_buf_size = sizeof(*response); in ec_host_cmd_add()
/Zephyr-latest/subsys/dap/
Dcmsis_dap.h134 uint32_t dap_execute_cmd(const uint8_t *request, uint8_t *response);
/Zephyr-latest/subsys/emul/espi/
DKconfig22 over the shared memory region which returns the ACPI response data.
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x58 string "Unsolicited response string expected from the modem"
63 response, the init will fail with timeout.
/Zephyr-latest/drivers/lora/
DKconfig.rylrxxx34 int "timeout when waiting for response from radio serial interface after send cmd"
/Zephyr-latest/include/zephyr/modem/
Dubx.h60 struct ubx_frame *response; member
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.h32 uint32_t response; member
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c2109 struct bt_hci_evt_le_per_adv_response *response; in bt_hci_le_per_adv_response_report() local
2138 response = net_buf_pull_mem(buf, sizeof(struct bt_hci_evt_le_per_adv_response)); in bt_hci_le_per_adv_response_report()
2139 info.tx_power = response->tx_power; in bt_hci_le_per_adv_response_report()
2140 info.rssi = response->rssi; in bt_hci_le_per_adv_response_report()
2141 info.cte_type = bt_get_df_cte_type(response->cte_type); in bt_hci_le_per_adv_response_report()
2142 info.response_slot = response->response_slot; in bt_hci_le_per_adv_response_report()
2144 if (buf->len < response->data_length) { in bt_hci_le_per_adv_response_report()
2150 if (response->data_status == BT_HCI_LE_ADV_EVT_TYPE_DATA_STATUS_PARTIAL) { in bt_hci_le_per_adv_response_report()
2152 (void)net_buf_pull_mem(buf, response->data_length); in bt_hci_le_per_adv_response_report()
2153 } else if (response->data_status == BT_HCI_LE_ADV_EVT_TYPE_DATA_STATUS_RX_FAILED) { in bt_hci_le_per_adv_response_report()
[all …]
/Zephyr-latest/drivers/espi/
DKconfig138 the ACPI response data.
146 the shared memory region to access the ACPI response data. Please
147 ensure the Host code is configured to use for accessing ACPI response
175 response data. Please ensure the Host code is configured to use for
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c185 struct coap_packet response = {0}; in z_impl_zsock_sendto_custom_fake_echo() local
195 int ret = coap_packet_parse(&response, buf, len, NULL, 0); in z_impl_zsock_sendto_custom_fake_echo()
200 ret = coap_find_options(&response, COAP_OPTION_ECHO, &option, 1); in z_impl_zsock_sendto_custom_fake_echo()
218 struct coap_packet response = {0}; in z_impl_zsock_sendto_custom_fake_echo_next_req() local
228 int ret = coap_packet_parse(&response, buf, len, NULL, 0); in z_impl_zsock_sendto_custom_fake_echo_next_req()
233 ret = coap_header_get_code(&response); in z_impl_zsock_sendto_custom_fake_echo_next_req()
238 const uint8_t *payload = coap_packet_get_payload(&response, &payload_len); in z_impl_zsock_sendto_custom_fake_echo_next_req()
242 ret = coap_find_options(&response, COAP_OPTION_ECHO, &option, 1); in z_impl_zsock_sendto_custom_fake_echo_next_req()
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/
DREADME.rst13 This sample will send its address in response to the advertiser when receiving

123456789