Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 16 of 16) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dtimeouts.h75 lwip_cyclic_timer_handler handler; member
109 #define sys_timeout_ext(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
114 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) argument
Dlowpower.h71 lwip_timer_handler handler; member
81 sys_timeout_handler handler; member
125 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) argument
Ddebug.h154 #define LWIP_ERROR(message, expression, handler) do { \ argument
/device/qemu/arm_virt/liteos_a/board/extcmd/
Dreset_shell.c43 UINT32 osReHookFuncAdd(STORAGE_HOOK_FUNC handler, VOID *param) in osReHookFuncAdd()
61 UINT32 osReHookFuncDel(STORAGE_HOOK_FUNC handler) in osReHookFuncDel()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dnet.h232 coap_response_handler_t handler) { in coap_register_response_handler()
247 coap_nack_handler_t handler) { in coap_register_nack_handler()
260 coap_ping_handler_t handler) { in coap_register_ping_handler()
273 coap_pong_handler_t handler) { in coap_register_pong_handler()
Dresource.h83 coap_method_handler_t handler[7]; member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dhi_osal.h110 void (*handler)(struct osal_workqueue_ *workqueue); member
122 void (*handler)(unsigned long); member
169 OSAL_HRTIMER_RESTART_E (*handler)(void *timer); member
240 void (*handler)(unsigned long data); member
330 int (*handler)(unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], void *private); member
382 int (*handler)(unsigned int cmd, void *arg, void *private_data); member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_interrupt.c25 int osal_request_irq(unsigned int irq, osal_irq_handler_t handler, osal_irq_handler_t thread_fn, co… in osal_request_irq()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/
Dlos_swtmr_pri.h53 … SWTMR_PROC_FUNC handler; /**< Callback function that handles software timer timeout */ member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_task.c36 osal_task *osal_kthread_create(osal_kthread_handler handler, void *data, const char *name, unsigned… in osal_kthread_create()
Dosal_gpio.c130 int osal_gpio_irq_request(unsigned int gpio, osal_irq_handler handler, in osal_gpio_irq_request()
Dosal_workqueue.c89 int osal_workqueue_init(osal_workqueue *work, osal_workqueue_handler handler) in osal_workqueue_init()
Dosal_interrupt.c50 int osal_irq_request(unsigned int irq, osal_irq_handler handler, osal_irq_handler thread_fn, const … in osal_irq_request()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_interrupt.h117 static inline hi_s32 oal_request_irq(hi_u32 irq, irq_handler_t handler, unsigned long flags, const … in oal_request_irq()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_host.c332 hi_s32 hcc_host_proc_rx_queue_impl(oal_netbuf_head_stru *head, void *handler, int32_t type)
876 hi_s32 hcc_host_proc_tx_queue_impl(oal_netbuf_head_stru *buffQueue, void *handler, int32_t type)
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
Dcore_802.h890 __STATIC_INLINE void csi_vic_set_vector(int32_t IRQn, uint32_t handler) in csi_vic_set_vector()