/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp.c | 138 req->status = 0; in bt_avdtp_media_l2cap_connected() 166 req->status = 0; in bt_avdtp_media_l2cap_disconnected() 248 req->status = 0; in avdtp_set_status() 251 req->status = net_buf_pull_u8(buf); in avdtp_set_status() 254 req->status = BT_AVDTP_BAD_LENGTH; in avdtp_set_status() 257 req->status = BT_AVDTP_NOT_SUPPORTED_COMMAND; in avdtp_set_status() 259 req->status = BT_AVDTP_BAD_HEADER_FORMAT; in avdtp_set_status() 628 if (req->status) { in avdtp_open_handler() 961 req->status = BT_AVDTP_TIME_OUT; in avdtp_timeout() 1053 req->status = BT_AVDTP_BAD_STATE; in bt_avdtp_l2cap_disconnected()
|
/Zephyr-latest/dts/riscv/ite/ |
D | it82xx2.dtsi | 445 status = "okay"; 910 status = "disabled"; 925 status = "disabled"; 940 status = "disabled"; 955 status = "disabled"; 970 status = "disabled"; 985 status = "disabled"; 996 status = "disabled"; 1009 status = "disabled"; 1018 status = "disabled"; [all …]
|
/Zephyr-latest/samples/subsys/dap/src/ |
D | main.c | 281 enum usb_dc_status_code status, in dapusb_dev_status_cb() argument 286 if (status == USB_DC_CONFIGURED) { in dapusb_dev_status_cb()
|
/Zephyr-latest/cmake/sca/codechecker/ |
D | sca.cmake | 109 # If 'codechecker parse' returns an exit status of '2', it means more than 0 110 # issues were detected. Suppress the exit status by default, but permit opting
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/ |
D | x_nucleo_eeprma2.overlay | 18 status = "okay"; 64 status = "okay";
|
/Zephyr-latest/dts/arm64/qemu/ |
D | qemu-virt-a53.dtsi | 74 status = "okay"; 88 status = "disabled";
|
D | qemu-virt-arm64.dtsi | 74 status = "okay"; 88 status = "disabled";
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mchp_mss.c | 263 uint8_t status = sys_read8(cfg->i2c_base_addr + CORE_I2C_STATUS); in mss_i2c_irq_handler() local 267 switch (status) { in mss_i2c_irq_handler() 282 LOG_WRN("lost arbitration: %x\n", status); in mss_i2c_irq_handler()
|
D | i2c_numaker.c | 525 uint32_t status; in i2c_numaker_isr() local 532 status = I2C_GET_STATUS(i2c_base); in i2c_numaker_isr() 534 switch (status) { in i2c_numaker_isr() 573 if (status == M_RECE_ADDR_ACK) { in i2c_numaker_isr() 575 } else if (status == M_RECE_DATA_ACK) { in i2c_numaker_isr()
|
D | i2c_ite_enhance.c | 1180 int error, status; in i2c_enhance_init() local 1256 status = pinctrl_apply_state(config->pcfg, PINCTRL_STATE_DEFAULT); in i2c_enhance_init() 1257 if (status < 0) { in i2c_enhance_init() 1259 return status; in i2c_enhance_init() 1269 int i, status; in i2c_enhance_recover_bus() local 1316 status = pinctrl_apply_state(config->pcfg, PINCTRL_STATE_DEFAULT); in i2c_enhance_recover_bus() 1317 if (status < 0) { in i2c_enhance_recover_bus() 1319 return status; in i2c_enhance_recover_bus()
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | tsl2591.c | 57 uint8_t status; in tsl2591_sample_fetch() local 59 ret = tsl2591_reg_read(dev, TSL2591_REG_STATUS, &status, 1U); in tsl2591_sample_fetch() 68 if (!(status & TSL2591_AVALID_MASK)) { in tsl2591_sample_fetch()
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280.c | 129 uint8_t status; in bme280_wait_until_ready() local 134 ret = bme280_reg_read(dev, BME280_REG_STATUS, &status, 1); in bme280_wait_until_ready() 138 if (!(status & (BME280_STATUS_MEASURING | BME280_STATUS_IM_UPDATE))) { in bme280_wait_until_ready()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | gatt_client_test.c | 206 void expect_status(uint8_t err, uint8_t status) in expect_status() argument 208 if (err != status) { in expect_status() 209 FAIL("Unexpected status from read: 0x%02X, expected 0x%02X\n", err, status); in expect_status()
|
/Zephyr-latest/drivers/can/ |
D | can_common.c | 23 int status; member 30 ctx->status = error; in can_tx_default_cb() 72 return ctx.status; in z_impl_can_send()
|
D | can_sja1000.c | 94 static void can_sja1000_tx_done(const struct device *dev, int status) in can_sja1000_tx_done() argument 102 callback(dev, status, user_data); in can_sja1000_tx_done() 606 int status = 0; in can_sja1000_handle_transmit_irq() local 611 status = -EIO; in can_sja1000_handle_transmit_irq() 614 can_sja1000_tx_done(dev, status); in can_sja1000_handle_transmit_irq()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_lcd.c | 147 uint8_t status; in prov_and_conf() local 152 ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, cfg.addr, 0, 0, test_app_key, &status)); in prov_and_conf() 153 ASSERT_OK(status); in prov_and_conf()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_esp32.c | 504 enum clock_control_status status = clock_control_esp32_get_status(dev, sys); in clock_control_esp32_on() local 506 if (status == CLOCK_CONTROL_STATUS_ON && !reset_reason_is_cpu_reset()) { in clock_control_esp32_on() 517 enum clock_control_status status = clock_control_esp32_get_status(dev, sys); in clock_control_esp32_off() local 519 if (status == CLOCK_CONTROL_STATUS_ON) { in clock_control_esp32_off()
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_spi_stm32.c | 184 static void dma_callback(const struct device *dev, void *arg, uint32_t channel, int status); 254 static inline void tx_status(SPI_TypeDef *spi, uint8_t status) in tx_status() argument 259 LL_SPI_TransmitData8(spi, status); in tx_status() 261 LL_SPI_SetUDRPattern(spi, status); in tx_status() 306 static void dma_callback(const struct device *dev, void *arg, uint32_t channel, int status) in dma_callback() argument
|
/Zephyr-latest/subsys/mgmt/mcumgr/ |
D | Kconfig | 27 present in responses when the status is 0. With this option disabled,
|
/Zephyr-latest/samples/drivers/charger/ |
D | README.rst | 17 - After the charge cycle is initiated, the sample application will check the status property of the
|
/Zephyr-latest/doc/hardware/arch/ |
D | risc-v.rst | 1 Zephyr support status on RISC-V processors
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | native_posix.overlay | 83 status = "okay";
|
/Zephyr-latest/samples/subsys/mgmt/osdp/ |
D | README.rst | 30 - Device status (tamper, power, etc.,)
|
/Zephyr-latest/samples/net/sockets/sntp_client/ |
D | README.rst | 22 seconds, as well as the status code of the response (0 on success), is
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv.c | 82 static void ticker_update_op_cb(uint32_t status, void *param); 88 static void ticker_stop_op_cb(uint32_t status, void *param); 99 static void ticker_stop_aux_op_cb(uint32_t status, void *param); 102 static void ticker_stop_ext_op_cb(uint32_t status, void *param); 2086 rx->rx_ftr.param_adv_term.status = BT_HCI_ERR_LIMIT_REACHED; 2093 rx->rx_ftr.param_adv_term.status = BT_HCI_ERR_ADV_TIMEOUT; 2498 static void ticker_update_op_cb(uint32_t status, void *param) argument 2515 LL_ASSERT(status == TICKER_STATUS_SUCCESS || 2543 static void ticker_stop_op_cb(uint32_t status, void *param) argument 2550 if (status != TICKER_STATUS_SUCCESS) { [all …]
|