Home
last modified time | relevance | path

Searched refs:osal_work_struct (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_workqueue.c26 struct osal_work_struct *osal_work;
31 static struct osal_work_struct *osal_find_work(struct work_struct *work) in osal_find_work()
71 struct osal_work_struct *ow = osal_find_work(work); in osal_work_func()
77 int osal_init_work(struct osal_work_struct *work, osal_work_func_t func) in osal_init_work()
104 int osal_schedule_work(struct osal_work_struct *work) in osal_schedule_work()
114 void osal_destroy_work(struct osal_work_struct *work) in osal_destroy_work()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_osal.h181 typedef struct osal_work_struct { struct
183 void (*func)(struct osal_work_struct *work); argument
185 typedef void (*osal_work_func_t)(struct osal_work_struct *work);
187 extern int osal_init_work(struct osal_work_struct *work, osal_work_func_t func);
194 extern int osal_schedule_work(struct osal_work_struct *work);
195 extern void osal_destroy_work(struct osal_work_struct *work);
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_osal.h181 typedef struct osal_work_struct { struct
184 void (*func)(struct osal_work_struct *work); argument
186 typedef void (*osal_work_func_t)(struct osal_work_struct *work);
188 extern int osal_init_work(struct osal_work_struct *work, osal_work_func_t func);
195 extern int osal_schedule_work(struct osal_work_struct *work);
196 extern void osal_destroy_work(struct osal_work_struct *work);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dhi_osal.h184 typedef struct osal_work_struct { struct
187 void (*func)(struct osal_work_struct *work); argument
189 typedef void (*osal_work_func_t)(struct osal_work_struct *work);
191 extern int osal_init_work(struct osal_work_struct *work, osal_work_func_t func);
198 extern int osal_schedule_work(struct osal_work_struct *work);
199 extern void osal_destroy_work(struct osal_work_struct *work);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
Dtde_osilist.c53 struct osal_work_struct work;
946 void tde_osi_list_freevmem(struct osal_work_struct *work)