/Zephyr-latest/tests/drivers/ipm/src/ |
D | ipm_dummy.c | 32 if (!driver_data->regs.enabled || !driver_data->regs.busy) { in ipm_dummy_isr() 41 driver_data->regs.busy = 0U; in ipm_dummy_isr() 60 if (driver_data->regs.busy) { in ipm_dummy_send() 71 driver_data->regs.busy = 1U; in ipm_dummy_send() 76 while (driver_data->regs.busy) { in ipm_dummy_send()
|
D | ipm_dummy.h | 21 uint8_t busy; member
|
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/ |
D | main.c | 434 bool busy; in ZTEST() local 436 busy = pm_device_is_any_busy(); in ZTEST() 437 zassert_false(busy); in ZTEST() 441 busy = pm_device_is_any_busy(); in ZTEST() 442 zassert_true(busy); in ZTEST() 444 busy = pm_device_is_busy(device_dummy); in ZTEST() 445 zassert_true(busy); in ZTEST() 449 busy = pm_device_is_any_busy(); in ZTEST() 450 zassert_false(busy); in ZTEST() 452 busy = pm_device_is_busy(device_dummy); in ZTEST() [all …]
|
/Zephyr-latest/tests/ztest/busy_sim/boards/ |
D | nrf52840dk_nrf52840.overlay | 13 busy-sim { 14 compatible = "vnd,busy-sim";
|
D | nrf52840dk_nrf52840_pin.overlay | 13 busy-sim { 14 compatible = "vnd,busy-sim";
|
/Zephyr-latest/drivers/dma/ |
D | dma_stm32.c | 100 if ((stream->hal_override != true) && (stream->busy == false)) { in dma_stm32_irq_handler() 124 stream->busy = false; in dma_stm32_irq_handler() 137 stream->busy = false; in dma_stm32_irq_handler() 292 if (stream->busy) { in dma_stm32_configure() 310 stream->busy = true; in dma_stm32_configure() 358 stream->busy = true; in dma_stm32_configure() 558 stream->busy = true; in dma_stm32_reload() 586 stream->busy = true; in dma_stm32_start() 608 stream->busy = false; in dma_stm32_stop() 630 stream->busy = false; in dma_stm32_stop() [all …]
|
D | dma_stm32u5.c | 258 if ((stream->hal_override != true) && (stream->busy == false)) { in dma_stm32_irq_handler() 277 stream->busy = false; in dma_stm32_irq_handler() 285 stream->busy = false; in dma_stm32_irq_handler() 364 if (stream->busy) { in dma_stm32_configure() 382 stream->busy = true; in dma_stm32_configure() 419 stream->busy = true; in dma_stm32_configure() 550 stream->busy = true; in dma_stm32_reload() 578 stream->busy = true; in dma_stm32_start() 642 stream->busy = false; in dma_stm32_stop() 660 stream->busy = false; in dma_stm32_stop() [all …]
|
D | dma_mcux_edma.c | 107 bool busy; member 222 data->busy = 1; in nxp_edma_callback() 226 data->busy = (handle->tcdPool != NULL) && (handle->tcdUsed > 0); in nxp_edma_callback() 250 DEV_CHANNEL_DATA(dev, channel)->busy = false; in dma_mcux_edma_irq_handler() 264 if (DEV_CHANNEL_DATA(dev, i)->busy) { in dma_mcux_edma_error_irq_handler() 269 DEV_CHANNEL_DATA(dev, i)->busy = false; in dma_mcux_edma_error_irq_handler() 385 if (data->busy) { in dma_mcux_edma_configure() 521 data->busy = false; in dma_mcux_edma_configure() 550 data->busy = true; in dma_mcux_edma_start() 564 if (!data->data_cb[channel].busy) { in dma_mcux_edma_stop() [all …]
|
D | dma_stm32_bdma.c | 316 if ((channel->hal_override != true) && (channel->busy == false)) { in bdma_stm32_irq_handler() 342 channel->busy = false; in bdma_stm32_irq_handler() 351 channel->busy = false; in bdma_stm32_irq_handler() 499 if (channel->busy) { in bdma_stm32_configure() 549 channel->busy = true; in bdma_stm32_configure() 718 channel->busy = true; in bdma_stm32_reload() 743 channel->busy = true; in bdma_stm32_start() 762 channel->busy = false; in bdma_stm32_stop() 779 channel->busy = false; in bdma_stm32_stop() 803 config->channels[i].busy = false; in bdma_stm32_init() [all …]
|
D | dma_silabs_ldma.c | 27 atomic_t busy; member 292 atomic_clear(&chan->busy); in dma_silabs_irq_handler() 318 if (atomic_get(&chan_conf->busy)) { in dma_silabs_configure() 418 atomic_inc(&chan->busy); in dma_silabs_start() 436 atomic_clear(&chan->busy); in dma_silabs_stop() 456 status->busy = data->dma_chan_table[channel].busy; in dma_silabs_get_status()
|
D | dma_mcux_lpc.c | 50 bool busy; member 96 data->busy = DMA_ChannelIsBusy(data->dma_handle.base, channel); in nxp_lpc_dma_callback() 494 if (data->busy) { in dma_mcux_lpc_configure() 719 data->busy = false; in dma_mcux_lpc_configure() 738 data->busy = true; in dma_mcux_lpc_start() 749 if (!data->busy) { in dma_mcux_lpc_stop() 755 data->busy = false; in dma_mcux_lpc_stop() 814 if (data->busy && (virtual_channel != -1)) { in dma_mcux_lpc_get_status() 815 status->busy = true; in dma_mcux_lpc_get_status() 818 status->busy = false; in dma_mcux_lpc_get_status()
|
/Zephyr-latest/include/zephyr/ |
D | spinlock.h | 258 goto busy; in k_spin_trylock() 262 goto busy; in k_spin_trylock() 273 busy: in k_spin_trylock()
|
/Zephyr-latest/include/zephyr/sys/ |
D | mpsc_packet.h | 34 uint32_t busy: 1
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_client.c | 105 bool busy; member 444 inst->busy = false; in bt_ots_client_indicate_handler() 472 inst->busy = false; in read_feature_cb() 552 } else if (inst->busy) { in bt_ots_client_read_feature() 563 inst->busy = true; in bt_ots_client_read_feature() 585 inst->busy = false; in write_olcp_cb() 611 inst->busy = true; in write_olcp() 646 } else if (inst->busy) { in bt_ots_client_select_id() 684 } else if (inst->busy) { in bt_ots_client_select_first() 718 } else if (inst->busy) { in bt_ots_client_select_last() [all …]
|
/Zephyr-latest/lib/os/ |
D | mpsc_pbuf.c | 125 return !item->hdr.valid && !item->hdr.busy; in is_invalid() 142 if (item->hdr.busy && !item->hdr.valid) { in get_skip() 167 .skip = { .valid = 0, .busy = 1, .len = wlen } in add_skip_item() 207 } else if (item->hdr.busy) { in drop_item_locked() 242 .busy = 0 in drop_item_locked() 278 .busy = 1, in post_drop_action() 369 item->hdr.busy = 0; in mpsc_pbuf_alloc() 561 item->hdr.busy = 1; in mpsc_pbuf_claim() 587 witem->hdr.busy = 0; in mpsc_pbuf_free()
|
/Zephyr-latest/subsys/console/ |
D | Kconfig | 36 interrupt-driven operation and use busy-polling. 45 interrupt-driven operation and use busy-polling.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 40 * busy - bit set when packet is being consumed (claimed but not free) 45 | valid | busy | description | 73 space can be allocated. When packets are dropped ``busy`` flag is checked in the 75 skip packet is added before busy packet and packets following the busy packet 76 are dropped. When busy packet is being freed, such situation is detected and
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_virtual.c | 37 bool busy; member 97 priv->busy = true; in vrt_xfer_control() 121 priv->busy = true; in vrt_xfer_control() 145 priv->busy = true; in vrt_xfer_control() 288 priv->busy = false; in vrt_handle_reply() 340 priv->busy = false; in xfer_work_handler() 349 if (schedule && !priv->busy) { in xfer_work_handler()
|
/Zephyr-latest/boards/shields/semtech_sx1262mb2das/ |
D | semtech_sx1262mb2das.overlay | 23 busy-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdew042t2.overlay | 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
|
D | waveshare_epaper_gdeh0154a07.overlay | 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
|
D | waveshare_epaper_gdew075t7.overlay | 29 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
|
D | waveshare_epaper_gdey0213b74.overlay | 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_spi.c | 25 bool busy; member 168 dev_data->busy = false; in finish_transaction() 237 dev_data->busy = true; in transceive() 317 if (dev_data->busy) { in spi_nrfx_release() 435 .busy = false, \
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_kinetis.c | 126 bool busy[2]; member 241 if (priv->busy[cfg->stat.odd]) { in usbfsotg_ctrl_feed_start() 249 priv->busy[cfg->stat.odd] = true; in usbfsotg_ctrl_feed_start() 265 if (priv->busy[!cfg->stat.odd]) { in usbfsotg_ctrl_feed_start_next() 273 priv->busy[!cfg->stat.odd] = true; in usbfsotg_ctrl_feed_start_next() 569 priv->busy[odd] = false; in isr_handle_xfer_done() 584 priv->busy[odd] = false; in isr_handle_xfer_done() 762 if (priv->busy[!cfg->stat.odd]) { in ctrl_drop_out_successor() 767 priv->busy[!cfg->stat.odd] = false; in ctrl_drop_out_successor() 820 if (priv->busy[cfg->stat.odd]) { in usbfsotg_ep_clear_halt() [all …]
|