Home
last modified time | relevance | path

Searched refs:status (Results 4026 – 4050 of 4512) sorted by relevance

1...<<161162163164165166167168169170>>...181

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c138 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/
Dit82xx2.dtsi445 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/
Dmain.c281 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/
Dsca.cmake109 # 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/
Dx_nucleo_eeprma2.overlay18 status = "okay";
64 status = "okay";
/Zephyr-latest/dts/arm64/qemu/
Dqemu-virt-a53.dtsi74 status = "okay";
88 status = "disabled";
Dqemu-virt-arm64.dtsi74 status = "okay";
88 status = "disabled";
/Zephyr-latest/drivers/i2c/
Di2c_mchp_mss.c263 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()
Di2c_numaker.c525 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()
Di2c_ite_enhance.c1180 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/
Dtsl2591.c57 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/
Dbme280.c129 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/
Dgatt_client_test.c206 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/
Dcan_common.c23 int status; member
30 ctx->status = error; in can_tx_default_cb()
72 return ctx.status; in z_impl_can_send()
Dcan_sja1000.c94 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/
Dtest_lcd.c147 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/
Dclock_control_esp32.c504 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/
Dec_host_cmd_backend_spi_stm32.c184 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/
DKconfig27 present in responses when the status is 0. With this option disabled,
/Zephyr-latest/samples/drivers/charger/
DREADME.rst17 - After the charge cycle is initiated, the sample application will check the status property of the
/Zephyr-latest/doc/hardware/arch/
Drisc-v.rst1 Zephyr support status on RISC-V processors
/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dnative_posix.overlay83 status = "okay";
/Zephyr-latest/samples/subsys/mgmt/osdp/
DREADME.rst30 - Device status (tamper, power, etc.,)
/Zephyr-latest/samples/net/sockets/sntp_client/
DREADME.rst22 seconds, as well as the status code of the response (0 on success), is
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv.c82 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 …]

1...<<161162163164165166167168169170>>...181