/device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/ |
D | ccu_div.c | 19 struct ccu_div *cd = data; in ccu_div_round_rate() local 21 if (cd->common.features & CCU_FEATURE_FIXED_POSTDIV) in ccu_div_round_rate() 22 rate *= cd->fixed_post_div; in ccu_div_round_rate() 24 rate = divider_round_rate_parent(&cd->common.hw, parent, in ccu_div_round_rate() 26 cd->div.table, cd->div.width, in ccu_div_round_rate() 27 cd->div.flags); in ccu_div_round_rate() 29 if (cd->common.features & CCU_FEATURE_FIXED_POSTDIV) in ccu_div_round_rate() 30 rate /= cd->fixed_post_div; in ccu_div_round_rate() 37 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_disable() local 39 return ccu_gate_helper_disable(&cd->common, cd->enable); in ccu_div_disable() [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/ |
D | mkmod_clean | 9 cd ./drivers/v4l2_dev 12 cd .././drivers/subdev/iq 15 cd ../.././drivers/subdev/lens 18 cd ../.././drivers/subdev/sensor
|
D | mkmod | 9 cd ./drivers/v4l2_dev 13 cd .././subdev/iq 17 cd ../.././subdev/lens 21 cd ../.././subdev/sensor
|
/device/soc/winnermicro/wm800/board/platform/drivers/sasc/ |
D | wm_sasc.c | 68 block->CD0 = _R2_Pos(attr->cd, idx) | (block->CD0 & ~(_R2_Msk(idx))); in wm_sasc_config_region() 72 block->CD1 = _R2_Pos(attr->cd, idx) | (block->CD1 & ~(_R2_Msk(idx))); in wm_sasc_config_region() 76 block->CD2 = _R2_Pos(attr->cd, idx) | (block->CD2 & ~(_R2_Msk(idx))); in wm_sasc_config_region() 99 base_addr, idx, size, attr->ap, attr->cd, attr->car); in set_region_protect() 165 attr.cd = SASC_CD_DA_OF; in sasc_region_security_test()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/doc/ |
D | 6.4.获取源码.md | 31 cd /usr/bin 39 cd ~ 43 cd OpenHarmony_master
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/ |
D | Kbuild | 23 SVN_INFO = (cd $(src); svn info 2>/dev/null) 34 GIT_REV := $(shell cd $(src); git describe --always 2>/dev/null) 38 CHANGE_DATE := $(shell cd $(src); git log -1 --format="%ci") 40 REPO_URL := $(shell cd $(src); git describe --all --always 2>/dev/null)
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/ |
D | Kbuild | 23 SVN_INFO = (cd $(src); svn info 2>/dev/null) 34 GIT_REV := $(shell cd $(src); git describe --always 2>/dev/null) 38 CHANGE_DATE := $(shell cd $(src); git log -1 --format="%ci") 40 REPO_URL := $(shell cd $(src); git describe --all --always 2>/dev/null)
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/ |
D | README.md | 52 cd /ko 69 cd /userdata
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/hand_classify/ |
D | README.md | 49 cd /ko 58 cd /userdata
|
/device/board/isoftstone/zhiyuan/ |
D | README_zh.md | 146 cd openharmony 172 cd ./device/board/isoftstone/zhiyuan/kernel/build 176 cd ../../../../../../out/
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/ |
D | Make.linux | 35 @cd driver; make 42 @cd driver; make clean
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/cnn_trash_classify/ |
D | README.md | 50 cd /ko 59 cd /userdata
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/ |
D | README.md | 97 cd /userdata 121 cd /userdata 138 cd /userdata
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/ |
D | linux.mak | 41 @cd $(MBEDTLS_DIR) && make mbedtls_patch && make 44 @cd $(MBEDTLS_DIR) && make clean
|
/device/qemu/SmartL_E802/ |
D | README_zh.md | 18 mkdir csky_toolchain && cd csky_toolchain 41 mkdir csky_qemu && cd csky_qemu
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/ |
D | Kbuild | 199 SVN_INFO = (cd $(src); svn info 2>/dev/null) 210 # GIT_REV := $(shell cd $(src); git describe --always 2>/dev/null) 214 CHANGE_DATE := $(shell cd $(src); git log -1 --format="%ci") 216 REPO_URL := $(shell cd $(src); git describe --all --always 2>/dev/null) 229 VERSION_STRINGS += API_VERSION=$(shell cd $(src); grep "\#define MALI_API_VERSION" $(FILES_PREFIX)i…
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/ |
D | Kbuild | 199 SVN_INFO = (cd $(src); svn info 2>/dev/null) 210 # GIT_REV := $(shell cd $(src); git describe --always 2>/dev/null) 214 CHANGE_DATE := $(shell cd $(src); git log -1 --format="%ci") 216 REPO_URL := $(shell cd $(src); git describe --all --always 2>/dev/null) 229 VERSION_STRINGS += API_VERSION=$(shell cd $(src); grep "\#define _MALI_API_VERSION" $(FILES_PREFIX)…
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | sdmmc_struct.h | 156 uint32_t cd: 1; ///< Card detect interrupt enable member 185 uint32_t cd: 1; ///< Card detect interrupt masked status member 208 uint32_t cd: 1; ///< Card detect raw interrupt status member
|
/device/board/talkweb/niobe407/docs/software/ |
D | 快速开发指南.md | 29 cd kernel/liteos_m 82 cd ../../
|
D | 开发环境搭建与固件编译.md | 77 mkdir -p ~/download && cd ~/download 106 mkdir niobe407_src && cd niobe407_src
|
/device/qemu/riscv32_virt/ |
D | README_zh.md | 57 cd device/qemu/riscv32_virt 86 cd device/qemu/riscv32_virt
|
/device/qemu/ |
D | README_zh.md | 40 cd qemu-6.2.0 41 mkdir build && cd build
|
/device/board/bearpi/bearpi_hm_nano/docs/quick-start/ |
D | BearPi-HM_Nano十分钟上手.md | 130 cd /home/bearpi 136 mkdir project && cd project
|
/device/qemu/esp32/ |
D | README_zh.md | 27 cd esp-idf-v4.3.1/ 51 cd qemu
|
/device/board/bearpi/bearpi_hm_micro/docs/device-dev/ |
D | 如何在开发板上安装HAP应用.md | 19 cd /sdcard
|