Home
last modified time | relevance | path

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

12

/components/net/lwip/lwip-1.4.1/src/core/
A Dtimers.c263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
363 sys_timeout_handler handler; in sys_check_timeouts() local
427 sys_timeout_handler handler; in sys_timeouts_mbox_fetch() local
/components/net/lwip/lwip-2.1.2/src/core/
A Dtimeouts.c181 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs()
287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug()
317 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
363 sys_timeout_handler handler; in sys_check_timeouts() local
/components/drivers/wlan/
A Ddev_wlan_prot.c32 rt_wlan_prot_event_handler handler; member
45 rt_wlan_prot_event_handler handler; in rt_wlan_prot_event_handle() local
165 rt_wlan_dev_event_handler handler = rt_wlan_prot_event_handle; in rt_wlan_prot_attach_dev() local
279 …register(struct rt_wlan_prot *prot, rt_wlan_prot_event_t event, rt_wlan_prot_event_handler handler) in rt_wlan_prot_event_register()
A Ddev_wlan_mgnt.c78 rt_wlan_event_handler handler; member
161 rt_wlan_event_handler handler = RT_NULL; in rt_wlan_mgnt_work() local
570 rt_wlan_event_handler handler = RT_NULL; in rt_wlan_event_dispatch() local
667 rt_wlan_dev_event_handler handler = RT_NULL; in rt_wlan_set_mode() local
1679 rt_err_t rt_wlan_register_event_handler(rt_wlan_event_t event, rt_wlan_event_handler handler, void … in rt_wlan_register_event_handler()
1749 rt_wlan_event_handler handler = RT_NULL; in rt_wlan_prot_ready_event() local
A Ddev_wlan.c351 …r(struct rt_wlan_device *device, rt_wlan_dev_event_t event, rt_wlan_dev_event_handler handler, voi… in rt_wlan_dev_register_event_handler()
382 …andler(struct rt_wlan_device *device, rt_wlan_dev_event_t event, rt_wlan_dev_event_handler handler) in rt_wlan_dev_unregister_event_handler()
414 rt_wlan_dev_event_handler handler[RT_WLAN_DEV_EVENT_NUM] = {0}; in rt_wlan_dev_indicate_event_handle() local
A Ddev_wlan.h448 rt_wlan_dev_event_handler handler; member
/components/drivers/pic/
A Dpic_rthw.c47 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()
61 void rt_hw_interrupt_uninstall(int vector, rt_isr_handler_t handler, void *param) in rt_hw_interrupt_uninstall()
A Dpic.c28 rt_bool_t (*handler)(void *); member
361 rt_err_t rt_pic_attach_irq(int irq, rt_isr_handler_t handler, void *uid, const char *name, int flag… in rt_pic_attach_irq()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtimeouts.c201 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
273 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
318 sys_timeout_handler handler; in sys_check_timeouts() local
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtimeouts.h67 lwip_cyclic_timer_handler handler; member
100 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
A Ddebug.h135 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtimeouts.h72 lwip_cyclic_timer_handler handler; member
107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
A Ddebug.h132 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtimers.h81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
A Ddebug.h74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/components/drivers/usb/cherryusb/common/
A Dusb_osal.h33 usb_timer_handler_t handler; member
/components/drivers/usb/cherryusb/osal/
A Dusb_osal_rtthread.c163 … *usb_osal_timer_create(const char *name, uint32_t timeout_ms, usb_timer_handler_t handler, void *… in usb_osal_timer_create()
/components/lwp/arch/x86/i386/
A Dlwp_arch.c314 lwp_sighandler_t handler = lwp_sighandler_get(signal); in lwp_try_do_signal() local
/components/drivers/include/drivers/
A Dusb_device.h128 udep_handler_t handler; member
162 uintf_handler_t handler; member
A Dpic.h213 #define RT_PIC_OFW_DECLARE(name, ids, handler) RT_OFW_STUB_EXPORT(name, ids, pic, handler) argument
A Dofw.h93 rt_err_t (*handler)(struct rt_ofw_node *np, const struct rt_ofw_node_id *id); member
/components/legacy/usb/usbdevice/core/
A Dusbdevice_core.c1185 uintf_t rt_usbd_interface_new(udevice_t device, uintf_handler_t handler) in rt_usbd_interface_new()
1320 uep_t rt_usbd_endpoint_new(uep_desc_t ep_desc, udep_handler_t handler) in rt_usbd_endpoint_new()
/components/lwp/
A Dlwp_signal.c650 lwp_siginfo_t siginfo, lwp_sighandler_t handler, in _catch_signal_locked()
773 lwp_sighandler_t handler; in lwp_thread_signal_catch() local
/components/legacy/usb/usbdevice/class/
A Dmstorage.c58 cbw_handler handler; member
/components/drivers/sdio/
A Ddev_sdio.c1101 rt_sdio_irq_handler_t *handler) in sdio_attach_irq()

Completed in 78 milliseconds

12