| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | timeouts.h | 75 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
|
| D | lowpower.h | 71 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
|
| D | debug.h | 154 #define LWIP_ERROR(message, expression, handler) do { \ argument
|
| /device/qemu/arm_virt/liteos_a/board/extcmd/ |
| D | reset_shell.c | 43 UINT32 osReHookFuncAdd(STORAGE_HOOK_FUNC handler, VOID *param) in osReHookFuncAdd() 61 UINT32 osReHookFuncDel(STORAGE_HOOK_FUNC handler) in osReHookFuncDel()
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
| D | hal_ir.c | 381 static int hal_ir_dma_recv(uint8_t id, uint8_t *data, uint32_t len, HAL_IR_DMA_HANDLER_T handler) in hal_ir_dma_recv() 492 …ic int hal_ir_dma_send(uint8_t id, const uint8_t *data, uint32_t len, HAL_IR_DMA_HANDLER_T handler) in hal_ir_dma_send() 581 int hal_ir_dma_rx(uint8_t *data, uint32_t len, HAL_IR_DMA_HANDLER_T handler) in hal_ir_dma_rx() 600 int hal_ir_dma_tx(const uint8_t *data, uint32_t len, HAL_IR_DMA_HANDLER_T handler) in hal_ir_dma_tx()
|
| D | hal_sleep.c | 217 int hal_sleep_set_sleep_hook(enum HAL_SLEEP_HOOK_USER_T user, HAL_SLEEP_HOOK_HANDLER handler) in hal_sleep_set_sleep_hook() 243 …leep_set_deep_sleep_hook(enum HAL_DEEP_SLEEP_HOOK_USER_T user, HAL_DEEP_SLEEP_HOOK_HANDLER handler) in hal_sleep_set_deep_sleep_hook() 866 int hal_pm_notif_register(enum HAL_PM_USER_TYPE_T user, HAL_PM_NOTIF_HANDLER handler) in hal_pm_notif_register() 918 int hal_pm_notif_deregister(enum HAL_PM_USER_TYPE_T user, HAL_PM_NOTIF_HANDLER handler) in hal_pm_notif_deregister()
|
| D | hal_spi.c | 827 …pi_dma_send_id(enum HAL_SPI_ID_T id, const void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler) in hal_spi_dma_send_id() 1031 …_id(enum HAL_SPI_ID_T id, const void *cmd, void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler) in hal_spi_dma_recv_id() 1237 int hal_spi_slave_dma_recv(void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler, in hal_spi_slave_dma_recv() 1515 int hal_ispi_dma_send(const void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler) in hal_ispi_dma_send() 1532 int hal_ispi_dma_recv(const void *cmd, void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler) in hal_ispi_dma_recv() 1658 int hal_spi_dma_send(const void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler) in hal_spi_dma_send() 1675 int hal_spi_dma_recv(const void *cmd, void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler) in hal_spi_dma_recv() 1816 int hal_spilcd_dma_send(const void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler) in hal_spilcd_dma_send() 1833 int hal_spilcd_dma_recv(const void *cmd, void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler) in hal_spilcd_dma_recv()
|
| D | hal_timer.c | 761 …on_setup(uint32_t id, uint32_t sub_id, enum HAL_TIMER_TYPE_T type, HAL_TIMER_IRQ_HANDLER_T handler) in hal_timer_common_setup() 880 void hal_timer_setup(enum HAL_TIMER_TYPE_T type, HAL_TIMER_IRQ_HANDLER_T handler) in hal_timer_setup() 935 void hal_fast_timer_setup(enum HAL_TIMER_TYPE_T type, HAL_TIMER_IRQ_HANDLER_T handler) in hal_fast_timer_setup() 1022 void hal_user_timer0_setup(enum HAL_TIMER_TYPE_T type, HAL_TIMER_IRQ_HANDLER_T handler) in hal_user_timer0_setup() 1073 void hal_user_timer1_setup(enum HAL_TIMER_TYPE_T type, HAL_TIMER_IRQ_HANDLER_T handler) in hal_user_timer1_setup()
|
| D | hal_sensor_eng.h | 63 HAL_SENSOR_ENG_HANDLER_T handler; member
|
| D | hal_ir.h | 78 HAL_IR_INT_HANDLER_T handler; member
|
| D | hal_i2c.h | 174 HAL_I2C_SENSOR_ENG_HANDLER_T handler; member
|
| D | hal_aud.h | 357 AUD_VAD_CALLBACK handler; member 368 AUD_VAD_CALLBACK handler; member
|
| D | hal_dma.h | 171 HAL_DMA_IRQ_HANDLER_T handler; member
|
| D | hal_dma.c | 142 static HAL_DMA_IRQ_HANDLER_T handler[HAL_DMA_INST_QTY][DMA_NUMBER_CHANNELS]; variable
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | net.h | 232 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()
|
| D | resource.h | 83 coap_method_handler_t handler[7]; member
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
| D | hi_osal.h | 110 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/ |
| D | osal_interrupt.c | 25 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/ |
| D | los_swtmr_pri.h | 53 … SWTMR_PROC_FUNC handler; /**< Callback function that handles software timer timeout */ member
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_task.c | 36 osal_task *osal_kthread_create(osal_kthread_handler handler, void *data, const char *name, unsigned… in osal_kthread_create()
|
| D | osal_gpio.c | 130 int osal_gpio_irq_request(unsigned int gpio, osal_irq_handler handler, in osal_gpio_irq_request()
|
| D | osal_workqueue.c | 89 int osal_workqueue_init(osal_workqueue *work, osal_workqueue_handler handler) in osal_workqueue_init()
|
| D | osal_interrupt.c | 50 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/ |
| D | oal_interrupt.h | 117 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/ |
| D | hcc_host.c | 332 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)
|