Home
last modified time | relevance | path

Searched refs:prepare (Results 1 - 25 of 56) sorted by relevance

123

/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H A DMakefile23 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 DMakefile28 .PHONY:all prepare cbb component drv vendor clean
30 sub_dir := prepare cbb component
39 prepare:
/device/board/hisilicon/hispark_aries/uboot/
H A DMakefile2 # 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 DMakefile2 # 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 Dhi_lowpower.h301 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 Dpanel-simple.c95 * @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 Dsuspend.c249 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 Dhibernate.c103 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 DMakefile35 # 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 Dhimedia.h54 HI_S32 (*prepare)(pm_basedev *); member
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dfactory.mk62 all:prepare build_libs_factory nv link_factory check_factory ota_factory
94 prepare:
H A Dnon_factory.mk62 all: prepare build_libs nv link check ota
123 prepare:
/device/soc/rockchip/common/sdk_linux/arch/arm64/
H A DMakefile60 prepare: stack_protector_prepare
184 prepare: vdso_prepare
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Ddev.h121 int (*open)(struct rkisp_pipeline *p, struct media_entity *me, bool prepare);
H A Dcommon.c147 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 Ddev.h121 struct media_entity *me, bool prepare);
H A Dcommon.c145 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 Dhimedia_base.c142 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 Ddevice.h83 INT32 (*prepare)(struct device *dev); member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/
H A DMakefile198 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 Dcommon.c37 g_ops->prepare(mem_priv); in rkcif_alloc_buffer()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c38 g_ops->prepare(mem_priv); in rkcif_alloc_buffer()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_pm_config.c283 .prepare = pm_config_prepare,
/device/board/hihope/dayu210/uboot/
H A Dmake.sh35 # 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 Dcommon.c95 g_ops->prepare(mem_priv); in rkispp_allow_buffer()
148 g_ops->prepare(buf->mem_priv); in rkispp_prepare_buffer()

Completed in 16 milliseconds

123