/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
D | sample_ive_queue.c | 34 pstQueueHead->front = NULL; in SAMPLE_IVE_QueueCreate() 49 pstQueueTmp = pstQueueHead->front; in SAMPLE_IVE_QueueDestory() 51 pstQueueHead->front = pstQueueTmp->next; in SAMPLE_IVE_QueueDestory() 53 pstQueueTmp = pstQueueHead->front; in SAMPLE_IVE_QueueDestory() 55 pstQueueHead->rear = pstQueueHead->front; in SAMPLE_IVE_QueueDestory() 71 pstQueueTmp = pstQueueHead->front; in SAMPLE_IVE_QueueClear() 73 pstQueueHead->front = pstQueueTmp->next; in SAMPLE_IVE_QueueClear() 75 pstQueueTmp = pstQueueHead->front; in SAMPLE_IVE_QueueClear() 77 pstQueueHead->rear = pstQueueHead->front; in SAMPLE_IVE_QueueClear() 89 if (pstQueueHead->front != NULL) { in SAMPLE_IVE_QueueIsEmpty() [all …]
|
D | sample_ive_queue.h | 32 SAMPLE_IVE_NODE_S *front, *rear; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 385 if (btm_multi_adv_idx_q.front == -1) { in btm_ble_multi_adv_gen_rpa_cmpl() 389 index = btm_multi_adv_idx_q.inst_index_queue[btm_multi_adv_idx_q.front]; in btm_ble_multi_adv_gen_rpa_cmpl() 390 if (btm_multi_adv_idx_q.front == btm_multi_adv_idx_q.rear) { in btm_ble_multi_adv_gen_rpa_cmpl() 391 btm_multi_adv_idx_q.front = -1; in btm_ble_multi_adv_gen_rpa_cmpl() 394 btm_multi_adv_idx_q.front = (btm_multi_adv_idx_q.front + 1) % BTM_BLE_MULTI_ADV_MAX; in btm_ble_multi_adv_gen_rpa_cmpl() 440 if (btm_multi_adv_idx_q.front == (btm_multi_adv_idx_q.rear + 1) % BTM_BLE_MULTI_ADV_MAX) { in btm_ble_multi_adv_configure_rpa() 444 if (btm_multi_adv_idx_q.front == -1) { in btm_ble_multi_adv_configure_rpa() 445 btm_multi_adv_idx_q.front = 0; in btm_ble_multi_adv_configure_rpa() 786 btm_multi_adv_idx_q.front = -1; in btm_ble_multi_adv_init()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
D | rga2_mmu_info.c | 119 t->front += size; in rga2_mmu_buf_get() 130 if ((t->back - t->front) > t->size) { in rga2_mmu_buf_get_try() 131 if (t->front + size > t->back - t->size) { in rga2_mmu_buf_get_try() 133 t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 138 if ((t->front + size) > t->back) { in rga2_mmu_buf_get_try() 140 t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 145 if (t->front + size > t->size) { in rga2_mmu_buf_get_try() 148 t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 152 t->front = 0; in rga2_mmu_buf_get_try() 445 (rga2_mmu_info.front & (rga2_mmu_info.size - 1)); in rga2_mmu_flush_cache() [all …]
|
/device/board/kaihong/khdvk_3566b/ |
D | README_zh.md | 53 ![front](../figures/front.png) 59 ![IO-front](../figures/IO-front.png)
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
D | rga2_mmu_info.c | 608 t->front += size; in rga2_mmu_buf_get() 619 if ((t->back - t->front) > t->size) { in rga2_mmu_buf_get_try() 620 if (t->front + size > t->back - t->size) { in rga2_mmu_buf_get_try() 621 pr_info("front %d, back %d dsize %d size %d", t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 626 if ((t->front + size) > t->back) { in rga2_mmu_buf_get_try() 627 pr_info("front %d, back %d dsize %d size %d", t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 632 if (t->front + size > t->size) { in rga2_mmu_buf_get_try() 634 pr_info("front %d, back %d dsize %d size %d", t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 638 t->front = 0; in rga2_mmu_buf_get_try() 1020 MMU_Base = rga2_mmu_buf.buf_virtual + (rga2_mmu_buf.front & (rga2_mmu_buf.size - 1)); in rga2_mmu_flush_cache() [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/ |
D | rga2_mmu_info.c | 656 t->front += size; in rga2_mmu_buf_get() 667 if ((t->back - t->front) > t->size) { in rga2_mmu_buf_get_try() 668 if (t->front + size > t->back - t->size) { in rga2_mmu_buf_get_try() 670 t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 675 if ((t->front + size) > t->back) { in rga2_mmu_buf_get_try() 677 t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 682 if (t->front + size > t->size) { in rga2_mmu_buf_get_try() 685 t->front, t->back, t->size, size); in rga2_mmu_buf_get_try() 689 t->front = 0; in rga2_mmu_buf_get_try() 1103 (rga2_mmu_buf.front & (rga2_mmu_buf.size - 1)); in rga2_mmu_flush_cache() [all …]
|
/device/soc/esp/esp32/components/nvs_flash/src/ |
D | intrusive_list.h | 157 T& front() in front() function 162 const T& front() const in front() function
|
D | nvs_pagemanager.cpp | 208 Page* p = &mFreePageList.front(); in activatePage()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
D | rga2_mmu_info.h | 25 int32_t front; member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/hdf_config/lcd/ |
D | lcd_config.hcs | 10 hfp = 20; /* horizontal front porch */ 13 vfp = 16; /* vertiacl front porch */ 60 hfp = 80; /* horizontal front porch */ 63 vfp = 35; /* vertiacl front porch */ 350 hfp = 50; /* horizontal front porch */ 353 vfp = 20; /* vertiacl front porch */
|
/device/board/beken/ |
D | README_zh.md | 21 ![开发板正面图](figures/front.png)
|
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/dts/rockchip/ |
D | rk3588-carrier-board-ov13855-csi1.dtsi | 37 rockchip,camera-module-facing = "front";
|
D | rk3588-carrier-board-ov13855-csi2.dtsi | 45 rockchip,camera-module-facing = "front";
|
D | rk3588-carrier-board-ov13855-csi3.dtsi | 36 rockchip,camera-module-facing = "front";
|
D | rk3588-carrier-board-ov13855-csi4.dtsi | 44 rockchip,camera-module-facing = "front";
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
D | hdi_layer.h | 142 fd = releaseFences_.front(); in GetReleaseFenceFd()
|
D | hdi_layer.cpp | 215 close(releaseFences_.front()); in ~HdiLayer()
|
/device/soc/nxp/hardware/display/src/display_device/core/ |
D | hdi_layer.h | 145 fd = releaseFences_.front(); in GetReleaseFenceFd()
|
D | hdi_layer.cpp | 218 close(releaseFences_.front()); in ~HdiLayer()
|
/device/soc/amlogic/a311d/hardware/display/src/display_device/ |
D | hdi_layer.h | 142 fd = releaseFences_.front(); in GetReleaseFenceFd()
|
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
D | framebuffer_allocator.cpp | 114 unsigned long smemAddress = freeBuffers_.front(); in Allocate()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/ |
D | Kconfig | 11 tristate "sensor power in front of vin"
|
/device/soc/nxp/hardware/display/src/display_gralloc/ |
D | framebuffer_allocator.cpp | 114 unsigned long smemAddress = freeBuffers_.front(); in Allocate()
|
/device/board/osware/imx8mm/drivers/camera/driver_adapter/test/main_test/ |
D | ohos_camera_demo.cpp | 238 const std::string cameraId = cameraIds_.front(); in InitCameraDevice() 267 rc = demoCameraHost_->OpenCamera(cameraIds_.front(), callback, demoCameraDevice_); in InitCameraDevice() 787 demoCameraHost_->SetFlashlight(cameraIds_.front(), onOff); in FlashlightOnOff()
|