/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ |
H A D | Makefile | 23 all:prepare ddrinit rsa2048pem_gen rsa4096pem_gen u-boot-rsa.bin aeskey2reg 24 #all:prepare rsa2048pem_gen rsa4096pem_gen u-boot-rsa.bin aeskey2reg 25 prepare: 32 rsa2048pem_gen: prepare ddrinit 33 #rsa2048pem_gen: prepare 36 rsa4096pem_gen: prepare ddrinit 37 #rsa4096pem_gen: prepare 40 u-boot-rsa.bin: prepare ddrinit rsa2048pem_gen rsa4096pem_gen 41 #u-boot-rsa.bin: prepare rsa2048pem_gen rsa4096pem_gen
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/ |
H A D | Makefile | 28 .PHONY:all prepare cbb component drv vendor clean 30 sub_dir := prepare cbb component 39 prepare:
|
/device/board/hisilicon/hispark_aries/uboot/ |
H A D | Makefile | 2 # prepare param 36 all: prepare hiboot hipctools build_done 43 ##task [0] prepare out directory 45 prepare: 46 @echo "------- task [0] prepare out dir -------" 70 hipctools:prepare
|
/device/board/hisilicon/hispark_taurus/uboot/ |
H A D | Makefile | 2 # prepare param 36 all: prepare hiboot hipctools build_done 43 ##task [0] prepare out directory 45 prepare: 46 @echo "------- task [0] prepare out dir -------" 70 hipctools:prepare
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_lowpower.h | 301 CNcomment:prepare函数在芯片实际休眠前执行,resume函数在睡醒时执行。CNend 302 * @param prepare [IN] type #hi_u32_void_callback Callback func of sleep.CNcomment:睡眠准备阶段回调函数CNend 312 hi_u32 hi_lpc_register_hw_handler(hi_u32_void_callback prepare, hi_u32_void_callback resume); 323 CNcomment:prepare函数在系统判断是否可休眠前执行,resume函数在睡醒时或投票失败后执行。CNend 324 * @param prepare [IN] type #hi_u32_void_callback Callback func of sleep.CNcomment:睡眠准备阶段回调函数CNend 334 hi_u32 hi_lpc_register_sw_handler(hi_u32_void_callback prepare, hi_u32_void_callback resume);
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 95 * @prepare: the time (in milliseconds) that it takes for the panel to 97 * @hpd_absent_delay: Add this to the prepare delay if we know Hot 112 unsigned int prepare; member 536 msleep(p->desc->delay.prepare); in panel_simple_prepare() 547 delay = p->desc->delay.prepare; in panel_simple_prepare() 652 .prepare = panel_simple_prepare, 1259 .prepare = 105, 1288 .prepare = 200, 1391 .prepare = 200, 1448 .prepare [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | suspend.c | 249 return state != PM_SUSPEND_TO_IDLE && suspend_ops->prepare ? suspend_ops->prepare() : 0; in platform_suspend_prepare() 254 return state == PM_SUSPEND_TO_IDLE && s2idle_ops && s2idle_ops->prepare ? s2idle_ops->prepare() : 0; in platform_suspend_prepare_late() 566 * Fail if that's not the case. Otherwise, prepare for system suspend, make the
|
H A D | hibernate.c | 103 if (ops && !(ops->begin && ops->end && ops->pre_snapshot && ops->prepare && ops->finish && ops->enter && in hibernation_set_ops() 171 * platform_pre_snapshot - Call platform to prepare the machine for hibernation. 174 * Use the platform driver to prepare the system for creating a hibernate image, 184 * platform_leave - Call platform to prepare a transition to the working state. 187 * Use the platform driver prepare to prepare the machine for switching to the 219 * Use the platform driver to prepare the system for resume from a hibernation 378 * @platform_mode: If set, use platform driver to prepare for the transition. 548 * @platform_mode: If set, use platform driver to prepare for the transition. 614 error = hibernation_ops->prepare(); in hibernation_platform_enter() [all...] |
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 35 # prepare rule. 735 echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ 1242 # or the modules are listed in "prepare". 1247 PHONY += prepare archprepare 1258 prepare: prepare0 prepare-objtool prepare-resolve_btfids 1271 PHONY += prepare-objtool prepare-resolve_btfids 1272 prepare [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | himedia.h | 54 HI_S32 (*prepare)(pm_basedev *); member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | factory.mk | 62 all:prepare build_libs_factory nv link_factory check_factory ota_factory
94 prepare:
|
H A D | non_factory.mk | 62 all: prepare build_libs nv link check ota
123 prepare:
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/ |
H A D | Makefile | 60 prepare: stack_protector_prepare 184 prepare: vdso_prepare
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | dev.h | 121 int (*open)(struct rkisp_pipeline *p, struct media_entity *me, bool prepare);
|
H A D | common.c | 147 g_ops->prepare(mem_priv); in rkisp_alloc_buffer() 200 g_ops->prepare(buf->mem_priv); in rkisp_prepare_buffer()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | dev.h | 121 struct media_entity *me, bool prepare);
|
H A D | common.c | 145 g_ops->prepare(mem_priv); in rkisp_alloc_buffer() 200 g_ops->prepare(buf->mem_priv); in rkisp_prepare_buffer()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/ |
H A D | himedia_base.c | 142 if (drv != NULL && drv->pm && drv->pm->prepare) { in himedia_pm_prepare() 143 ret = drv->pm->prepare(dev); in himedia_pm_prepare() 424 .prepare = himedia_pm_prepare,
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
H A D | device.h | 83 INT32 (*prepare)(struct device *dev); member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/ |
H A D | Makefile | 198 prepare: ${objects_prepare} ${objs_depended_prepare} 221 @echo "prepare "$@ 222 # make -C ${patsubst %_prepare,%,$@} prepare
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | common.c | 37 g_ops->prepare(mem_priv); in rkcif_alloc_buffer()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | common.c | 38 g_ops->prepare(mem_priv); in rkcif_alloc_buffer()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_pm_config.c | 283 .prepare = pm_config_prepare,
|
/device/board/hihope/dayu210/uboot/ |
H A D | make.sh | 35 # Declare rkbin repository path, updated in prepare() 111 function prepare() function 789 prepare
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | common.c | 95 g_ops->prepare(mem_priv); in rkispp_allow_buffer() 148 g_ops->prepare(buf->mem_priv); in rkispp_prepare_buffer()
|