Home
last modified time | relevance | path

Searched refs:status (Results 3951 – 3975 of 4512) sorted by relevance

1...<<151152153154155156157158159160>>...181

/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c408 LOG_DBG("SET CONFIGURATION result:%d", req->status); in bt_a2dp_set_config_cb()
411 a2dp_cb->config_rsp(stream, req->status); in bt_a2dp_set_config_cb()
415 if ((!req->status) && (ops->configured != NULL)) { in bt_a2dp_set_config_cb()
434 LOG_DBG("GET CAPABILITIES result:%d", req->status); in bt_a2dp_get_capabilities_cb()
435 if (req->status) { in bt_a2dp_get_capabilities_cb()
523 LOG_DBG("DISCOVER result:%d", req->status); in bt_a2dp_discover_cb()
528 if (!(req->status)) { in bt_a2dp_discover_cb()
664 LOG_DBG("ctrl result:%d", req->status); in bt_a2dp_ctrl_cb()
667 rsp_cb(stream, req->status); in bt_a2dp_ctrl_cb()
670 if ((!req->status) && (done_cb != NULL)) { in bt_a2dp_ctrl_cb()
/Zephyr-latest/drivers/serial/
Duart_rzt2m.c92 uint32_t status = *CSR(config->base); in rzt2m_err_check() local
95 if (status & CSR_MASK_ORER) { in rzt2m_err_check()
98 if (status & CSR_MASK_FER) { in rzt2m_err_check()
101 if (status & CSR_MASK_PER) { in rzt2m_err_check()
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_flexio_lcdif.c49 uint32_t channel, int status) in flexio_lcdif_dma_callback() argument
166 status_t status; in mipi_dbi_flexio_lcdif_configure() local
217 status = FLEXIO_MCULCD_Init(config->flexio_lcd_dev, &flexioMcuLcdConfig, clock_freq); in mipi_dbi_flexio_lcdif_configure()
220 if (kStatus_Success != status) { in mipi_dbi_flexio_lcdif_configure()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst75 internal interface status, was implemented. The operational state is updated
80 * The interface is notified by the driver/L2 that PHY status has changed.
83 The PHY status is represented with :c:enumerator:`NET_IF_LOWER_UP` flag and can
88 The network association status is represented with :c:enumerator:`NET_IF_DORMANT`
/Zephyr-latest/drivers/i2s/
Di2s_esp32.c130 int status);
132 int status);
323 int status) in i2s_esp32_rx_callback() argument
330 if (status < 0) { in i2s_esp32_rx_callback()
332 LOG_ERR("RX status bad: %d", status); in i2s_esp32_rx_callback()
380 int status) in i2s_esp32_tx_callback() argument
389 if (status < 0) { in i2s_esp32_tx_callback()
391 LOG_ERR("TX bad status: %d", status); in i2s_esp32_tx_callback()
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/
Dnucleo_wb55rg.overlay37 status = "okay";
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Dnxp_enet_qos_priv.h54 uint32_t status; member
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/
Dbuydisplay_3_5_tft_touch_arduino.overlay50 status = "okay";
/Zephyr-latest/include/zephyr/crypto/
Dcipher.h242 typedef void (*cipher_completion_cb)(struct cipher_pkt *completed, int status);
/Zephyr-latest/dts/riscv/microchip/
Dmicrochip-miv.dtsi65 status = "disabled";
/Zephyr-latest/dts/arm/st/f7/
Dstm32f722.dtsi42 status = "disabled";
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.h76 enum scsi_status_code status; member
/Zephyr-latest/drivers/sensor/st/lis2du12/
Dlis2du12.c62 lis2du12_status_t status; in lis2du12_reboot() local
76 if (lis2du12_status_get(ctx, &status) < 0) { in lis2du12_reboot()
79 } while (status.sw_reset != 0); in lis2du12_reboot()
/Zephyr-latest/drivers/mbox/
Dmbox_nxp_s32_mru.c64 Mru_Ip_StatusType status; in nxp_s32_mru_send() local
85 status = Mru_Ip_Transmit(&tx_cfg, (const uint32 *)msg->data); in nxp_s32_mru_send()
87 return (status == MRU_IP_STATUS_SUCCESS ? 0 : -EBUSY); in nxp_s32_mru_send()
/Zephyr-latest/drivers/video/
Dvideo_mcux_smartdma.c55 uint32_t channel, int status) in nxp_video_sdma_callback() argument
59 if (status < 0) { in nxp_video_sdma_callback()
60 LOG_ERR("Transfer failed: %d, stopping DMA", status); in nxp_video_sdma_callback()
/Zephyr-latest/doc/hardware/arch/
Darc-support-status.rst3 Zephyr support status on ARC processors
17 Support status
30 | Port status | upstreamed | upstreamed | …
/Zephyr-latest/drivers/crypto/
Dcrypto_intel_sha.c32 static int intel_sha_set_ctl_enable(struct sha_container *sha, int status) in intel_sha_set_ctl_enable() argument
35 if (status == 0 && sha->dfsha->shactl.part.en == 1) { in intel_sha_set_ctl_enable()
40 sha->dfsha->shactl.part.en = status; in intel_sha_set_ctl_enable()
/Zephyr-latest/drivers/display/
Ddisplay_mcux_dcnano_lcdif.c201 uint32_t status; in mcux_dcnano_lcdif_isr() local
203 status = LCDIF_GetAndClearInterruptPendingFlags(config->base); in mcux_dcnano_lcdif_isr()
205 if (0 != (status & kLCDIF_Display0FrameDoneInterrupt)) { in mcux_dcnano_lcdif_isr()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c92 uint8_t status; member
107 rsp->status = 0; in parse_cmd()
129 rsp->status = BT_HCI_ERR_UNKNOWN_CMD; in parse_cmd()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c312 enum usb_dc_status_code status, in bluetooth_status_cb() argument
319 switch (status) { in bluetooth_status_cb()
370 rp->status = BT_HCI_ERR_SUCCESS; in vs_read_usb_transport_mode()
/Zephyr-latest/modules/nrf_wifi/os/
Dshim.c661 enum nrf_wifi_status status; in zep_shim_bus_qspi_dev_add() local
669 status = dev->init(qspi_defconfig()); in zep_shim_bus_qspi_dev_add()
670 if (status != NRF_WIFI_STATUS_SUCCESS) { in zep_shim_bus_qspi_dev_add()
787 enum nrf_wifi_status status = NRF_WIFI_STATUS_FAIL; in zep_shim_bus_qspi_intr_reg() local
813 status = NRF_WIFI_STATUS_SUCCESS; in zep_shim_bus_qspi_intr_reg()
816 return status; in zep_shim_bus_qspi_intr_reg()
/Zephyr-latest/drivers/can/
Dcan_stm32_bxcan.c80 int status) in can_stm32_signal_tx_complete() argument
85 callback(dev, status, mb->callback_arg); in can_stm32_signal_tx_complete()
243 int status; in can_stm32_tx_isr_handler() local
248 status = can->TSR & CAN_TSR_TXOK0 ? 0 : in can_stm32_tx_isr_handler()
255 can_stm32_signal_tx_complete(dev, &data->mb0, status); in can_stm32_tx_isr_handler()
259 status = can->TSR & CAN_TSR_TXOK1 ? 0 : in can_stm32_tx_isr_handler()
266 can_stm32_signal_tx_complete(dev, &data->mb1, status); in can_stm32_tx_isr_handler()
270 status = can->TSR & CAN_TSR_TXOK2 ? 0 : in can_stm32_tx_isr_handler()
277 can_stm32_signal_tx_complete(dev, &data->mb2, status); in can_stm32_tx_isr_handler()
/Zephyr-latest/drivers/i3c/
DKconfig.stm3231 storing status FIFO and control FIFO words which will be used by the DMA.
/Zephyr-latest/boards/shields/st7789v_generic/
Dst7789v_waveshare_240x240.overlay53 status = "okay";
/Zephyr-latest/drivers/gpio/
DKconfig.pca_series40 On devices w/o interrupt status, it will also cache

1...<<151152153154155156157158159160>>...181