/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4.c | 1063 int status; in dhcpv4_parse_options() local 1110 status = dns_resolve_reconfigure(ctx, NULL, dns_servers); in dhcpv4_parse_options() 1111 if (status < 0) { in dhcpv4_parse_options() 1113 "resolve address: %d", status); in dhcpv4_parse_options()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan_aux.c | 66 static void ticker_op_cb(uint32_t status, void *param); 1473 static void ticker_op_cb(uint32_t status, void *param) in ticker_op_cb() argument 1494 if (status == TICKER_STATUS_SUCCESS) { in ticker_op_cb() 2803 static void ticker_op_cb(uint32_t status, void *param) in ticker_op_cb() argument 2806 LL_ASSERT(status == TICKER_STATUS_SUCCESS); in ticker_op_cb() 2812 if (status == TICKER_STATUS_SUCCESS) { in ticker_op_cb()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_shell.c | 1374 union i3c_ccc_getstatus status; in cmd_i3c_ccc_getstatus() local 1396 ret = i3c_ccc_do_getstatus(desc, &status, fmt, defbyte); in cmd_i3c_ccc_getstatus() 1404 shell_print(sh, "TGTSTAT: 0x%04x", status.fmt2.tgtstat); in cmd_i3c_ccc_getstatus() 1406 shell_print(sh, "PRECR: 0x%04x", status.fmt2.precr); in cmd_i3c_ccc_getstatus() 1409 shell_print(sh, "Status: 0x%04x", status.fmt1.status); in cmd_i3c_ccc_getstatus()
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_nand_ll.h | 322 uint64_t status; member
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367.h | 361 uint8_t status; member
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.xilinx_axi_dma | 30 the buffers containing the network packets and control and status information.
|
D | dma_smartbond.c | 198 uint32_t channel, bool status) in dma_smartbond_set_channel_status() argument 205 if (status) { in dma_smartbond_set_channel_status()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | micp_mic_ctlr_test.c | 184 .status = aics_status_cb,
|
/Zephyr-latest/boards/adafruit/feather_m0_basic_proto/doc/ |
D | index.rst | 8 polymer batteries, charging status indicator and user LEDs, native USB
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 18 necessary statistics that the test will use to assert the test status.
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32wb0.c | 913 static void adc_context_on_complete(struct adc_context *ctx, int status) in adc_context_on_complete() argument 918 ARG_UNUSED(status); in adc_context_on_complete()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 62 static void send_cb(enum lwm2m_send_status status) in send_cb() argument 64 LOG_INF("SEND status: %d", status); in send_cb()
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 92 - The ``west spdx`` command will include the tainted status in its output 94 kernel's tainted status 95 - The boot banner prints the kernel's tainted status
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 2897 int8_t status = -1; in on_cmd_gps_event() local 2906 status = strtol(start, &end, 10); in on_cmd_gps_event() 2910 LOG_INF("GPS event: %d status: %d", event, status); in on_cmd_gps_event() 2913 event_handler(HL7800_EVENT_GPS_POSITION_STATUS, &status); in on_cmd_gps_event() 3128 data.status = 0; in on_cmd_polte_registration() 3130 data.status = -1; in on_cmd_polte_registration() 3152 data.status = -1; in on_cmd_polte_locate_cmd_rsp() 3169 data.status = (uint32_t)strtoul(rsp, NULL, 10); in on_cmd_polte_locate_cmd_rsp() 3214 data.status = -1; in on_cmd_polte_location() 3223 data.status = (uint32_t)strtoul(rsp, &end, 10); in on_cmd_polte_location() [all …]
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 1122 def status(self) -> str: member in Node 1124 status = self._node.props.get("status") 1126 if status is None: 1129 as_string = status.to_string() 1517 if required and self.status == "okay": 2308 if node.status == "okay":
|
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/ |
D | index.rst | 90 - Two LEDs to show the status of UART transmission. 580 status = "okay"; 584 status = "okay"; 588 status = "okay";
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | vcp_vol_ctlr.c | 653 if (listener->aics_cb.status) { in vcp_vol_ctlr_aics_status_cb() 654 listener->aics_cb.status(inst, err, active); in vcp_vol_ctlr_aics_status_cb() 914 .status = vcp_vol_ctlr_aics_status_cb, in bt_vcp_vol_ctlr_init()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan.c | 61 static void ticker_op_start_cb(uint32_t status, void *param); 651 static void ticker_op_start_cb(uint32_t status, void *param) argument 655 LL_ASSERT(status == TICKER_STATUS_SUCCESS);
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 109 int "hawkBit status buffer size"
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 1211 status
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 28 also publish its status on an onoff state change.
|
/Zephyr-latest/include/zephyr/net/ |
D | lwm2m.h | 1553 typedef void (*lwm2m_send_cb_t)(enum lwm2m_send_status status);
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/ |
D | README.rst | 55 also publish its relevant status.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.stm32_hal | 84 PHY's carrier status is re-evaluated.
|
/Zephyr-latest/boards/adafruit/feather_m0_lora/doc/ |
D | index.rst | 8 polymer batteries, charging status indicator and user LEDs, native USB
|