Home
last modified time | relevance | path

Searched refs:yield (Results 1 – 25 of 33) sorted by relevance

12

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dbcmsdspi_linux.c229 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits() argument
232 ASSERT(!yield); in spi_waitbits()
235 __FUNCTION__, yield, BLOCKABLE())); in spi_waitbits()
241 if (yield && BLOCKABLE()) { in spi_waitbits()
/device/soc/esp/esp32/components/driver/
Dsdio_slave.c447 portBASE_TYPE yield = pdFALSE; in sdio_intr_host() local
451 xSemaphoreGiveFromISR(context.events[i], &yield); in sdio_intr_host()
454 if (yield) portYIELD_FROM_ISR(); in sdio_intr_host()
529 portBASE_TYPE yield = pdFALSE; in sdio_intr_send() local
548 ret = xQueueSendFromISR(context.ret_queue, &finished_arg, &yield); in sdio_intr_send()
553 portBASE_TYPE ret = xSemaphoreGiveFromISR(context.remain_cnt, &yield); in sdio_intr_send()
560 if (yield) portYIELD_FROM_ISR(); in sdio_intr_send()
664 portBASE_TYPE yield = 0; in sdio_intr_recv() local
671 xSemaphoreGiveFromISR(context.recv_event, &yield); in sdio_intr_recv()
677 if (yield) portYIELD_FROM_ISR(); in sdio_intr_recv()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/linux/
Dhello.cpp67 client.yield(100); in main()
78 client.yield(100); in main()
88 client.yield(100); in main()
Dmain.cpp257 client.yield(100); in main()
266 client.yield(100); in main()
274 client.yield(100); in main()
Dstdoutsub.cpp250 client.yield(1000); in main()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dbcmsdspi_linux.c330 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits() argument
333 ASSERT(!yield); in spi_waitbits()
335 sd_trace(("%s: yield %d canblock %d\n", __FUNCTION__, yield, BLOCKABLE())); in spi_waitbits()
341 if (yield && BLOCKABLE()) { in spi_waitbits()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmsdspi_linux.c335 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits() argument
338 ASSERT(!yield); in spi_waitbits()
341 __FUNCTION__, yield, BLOCKABLE())); in spi_waitbits()
347 if (yield && BLOCKABLE()) { in spi_waitbits()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/ardunio/hello/
DHello.ino110 client.yield(1000);
119 client.yield(1000);
128 client.yield(1000);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmspi.h42 extern void spi_waitbits(sdioh_info_t *sd, bool yield);
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmspi.h41 extern void spi_waitbits(sdioh_info_t *sd, bool yield);
Dbcmsdstd.h267 extern int sdstd_waitbits(sdioh_info_t *sd, uint16 norm, uint16 err, bool yield,
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmspi.h41 extern void spi_waitbits(sdioh_info_t *sd, bool yield);
/device/soc/esp/esp32/components/spi_flash/
Desp_flash_api.c372 if (chip->chip_drv->yield) { in esp_flash_erase_chip()
373 err = chip->chip_drv->yield(chip, 0); in esp_flash_erase_chip()
448 if (chip->chip_drv->yield) { in esp_flash_erase_region()
449 err = chip->chip_drv->yield(chip, 0); in esp_flash_erase_region()
725 if (chip->chip_drv->yield) { in esp_flash_write()
726 err = chip->chip_drv->yield(chip, 0); in esp_flash_write()
Dspi_flash_chip_boya.c72 .yield = spi_flash_chip_generic_yield,
Dspi_flash_chip_mxic.c75 .yield = spi_flash_chip_generic_yield,
Dspi_flash_os_func_app.c205 .yield = spi1_flash_os_yield,
216 .yield = NULL,
Dspi_flash_chip_issi.c96 .yield = spi_flash_chip_generic_yield,
Dspi_flash_chip_gd.c113 .yield = spi_flash_chip_generic_yield,
Dspi_flash_os_func_noos.c107 .yield = NULL,
Dflash_ops.c105 .yield = spi_flash_os_yield,
116 .yield = NULL,
316 if (s_flash_guard_ops && s_flash_guard_ops->yield) { in spi_flash_erase_range()
317 s_flash_guard_ops->yield(); in spi_flash_erase_range()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_i2c.h216 …int8_t *buf, uint32_t buf_len, uint32_t *act_len, uint32_t restart, uint32_t stop, uint32_t yield);
217 …int8_t *buf, uint32_t buf_len, uint32_t *act_len, uint32_t restart, uint32_t stop, uint32_t yield);
/device/soc/esp/esp32/components/spi_flash/include/
Desp_spi_flash.h389 spi_flash_os_yield_t yield; /**< yield to the OS during flash erase */ member
Dspi_flash_chip_driver.h187 esp_err_t (*yield)(esp_flash_t *chip, uint32_t wip); member
Desp_flash.h78 esp_err_t (*yield)(void *arg, uint32_t* out_status); member
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/test/
Dtest1.cpp327 client.yield(100); in test1_sendAndReceive()
339 client.yield(1000); in test1_sendAndReceive()
570 client.yield(100); in check_subs_exist()
705 client.yield(1000); in test3()

12