/components/net/lwip/lwip-1.4.1/src/core/ |
A D | timers.c | 263 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 D | timeouts.c | 181 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 D | dev_wlan_prot.c | 32 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 D | dev_wlan_mgnt.c | 78 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 D | dev_wlan.c | 351 …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 D | dev_wlan.h | 448 rt_wlan_dev_event_handler handler; member
|
/components/drivers/pic/ |
A D | pic_rthw.c | 47 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 D | pic.c | 28 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 D | timeouts.c | 201 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 D | timeouts.h | 67 lwip_cyclic_timer_handler handler; member 100 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
A D | debug.h | 135 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | timeouts.h | 72 lwip_cyclic_timer_handler handler; member 107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
A D | debug.h | 132 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | timers.h | 81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
A D | debug.h | 74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/components/drivers/usb/cherryusb/common/ |
A D | usb_osal.h | 33 usb_timer_handler_t handler; member
|
/components/drivers/usb/cherryusb/osal/ |
A D | usb_osal_rtthread.c | 163 … *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 D | lwp_arch.c | 314 lwp_sighandler_t handler = lwp_sighandler_get(signal); in lwp_try_do_signal() local
|
/components/drivers/include/drivers/ |
A D | usb_device.h | 128 udep_handler_t handler; member 162 uintf_handler_t handler; member
|
A D | pic.h | 213 #define RT_PIC_OFW_DECLARE(name, ids, handler) RT_OFW_STUB_EXPORT(name, ids, pic, handler) argument
|
A D | ofw.h | 93 rt_err_t (*handler)(struct rt_ofw_node *np, const struct rt_ofw_node_id *id); member
|
/components/legacy/usb/usbdevice/core/ |
A D | usbdevice_core.c | 1185 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 D | lwp_signal.c | 650 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 D | mstorage.c | 58 cbw_handler handler; member
|
/components/drivers/sdio/ |
A D | dev_sdio.c | 1101 rt_sdio_irq_handler_t *handler) in sdio_attach_irq()
|