Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 11 of 11) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/kernel/include/
Dlos_lowpower.h152 #define SET_RUNOPS_CHANGEFREQ(hook) .changeFreq = hook, argument
154 #define SET_RUNOPS_CHANGEFREQ(hook) argument
157 #define SET_RUNOPS_GETSLEEPMODE(hook) .getSleepMode = hook, argument
159 #define SET_RUNOPS_GETSLEEPMODE(hook) argument
162 #define SET_RUNOPS_ENTERLIGHTSLEEP(hook) .enterLightSleep = hook, argument
164 #define SET_RUNOPS_ENTERLIGHTSLEEP(hook) argument
168 #define SET_RUNOPS_USERPRECONFIG(hook) .userPreConfig = hook, argument
169 #define SET_RUNOPS_USERPOSTCONFIG(hook) .userPostConfig = hook, argument
171 #define SET_RUNOPS_USERPRECONFIG(hook) argument
172 #define SET_RUNOPS_USERPOSTCONFIG(hook) argument
[all …]
Dlos_list.h367 #define LOS_DL_LIST_FOR_EACH_ENTRY_HOOK(item, list, type, member, hook) \ argument
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/zdiag/
Dzdiag_channel.c43 errcode_t soc_diag_channel_set_notify_hook(diag_channel_id_t id, diag_channel_notify_hook hook) in soc_diag_channel_set_notify_hook()
54 errcode_t soc_diag_channel_set_tx_hook(diag_channel_id_t id, diag_channel_tx_hook hook) in soc_diag_channel_set_tx_hook()
Dzdiag_filter.c167 void zdiag_filter_register_notify_hook(zdiag_filter_notify_hook hook) in zdiag_filter_register_notify_hook()
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/drivers/base/include/
Dlos_driverbase.h439 #define LOS_FOREACH_DEVICE_LIST_HOOK(device, list, hook) \ argument
462 #define LOS_FOREACH_DEVICE_HOOK(device, hook) \ argument
/device/soc/hisilicon/ws63v100/sdk/drivers/chips/ws63/porting/liteos/riscv31/
Dtick_timer.c53 void hal_tick_handle_register(tick_handle_hook hook) in hal_tick_handle_register()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/
Dsystem_init.c314 LosSysteminitHook hook; in SystemInit_QuickstartInit() local
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/kernel/base/include/
Dlos_hwi_pri.h56 HWI_PROC_FUNC hook; /* User registered callback function */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
Dnetwork_config_sample.c498 NetCfgCallback hook; in SampleBizTask() local
/device/soc/hisilicon/ws63v100/sdk/drivers/chips/ws63/porting/pm/
Dpm_porting.c517 void pm_port_pm_hook_cb_register(uint32_t hook, pm_hook_cb_t cb) in pm_port_pm_hook_cb_register()
/device/soc/rockchip/common/sdk_linux/kernel/power/
Dsnapshot.c566 struct list_head hook; member