Searched refs:p_func (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_timer.h | 80 static inline hi_void oal_timer_init(oal_timer_list_stru *pst_timer, unsigned long ul_delay, oal_timer_func p_func, in oal_timer_init() argument 84 timer_setup(pst_timer, p_func, 0); in oal_timer_init() 88 pst_timer->function = p_func; in oal_timer_init() 160 static inline hi_void oal_timer_init(oal_timer_list_stru *pst_timer, hi_u32 ul_delay, oal_timer_func p_func, in oal_timer_init() argument 165 pst_timer->function = p_func; in oal_timer_init()
|
H A D | oal_task.h | 90 static inline hi_void oal_task_init(oal_tasklet_stru *pst_task, oal_defer_func p_func, hi_void *p_args) in oal_task_init() argument 92 tasklet_init(pst_task, p_func, (uintptr_t)p_args); in oal_task_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/include/ |
H A D | watchdog.h | 78 * @param p_func [IN] type #hi_watchdog_func,Configure the watchdog to interrupt mode and the function will be 97 HI_EXTERN hi_u32 hi_watchdog_register(hi_wdg_mode mode, hi_watchdog_func p_func, hi_u32 data, hi_u32 over_time_ms);
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_exportfunc.c | 25 int hi_drv_module_register(unsigned int module_id, const char *pu8_module_name, void *p_func);
|
Completed in 3 milliseconds