Searched refs:hi_event_send (Results 1 - 11 of 11) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/ |
H A D | spi.c | 222 hi_event_send(g_spi_ctrl[0]->event_id, HI_EVENT_BIT_DMA_TX_DATA); in dma_write_fifo_callback() 224 hi_event_send(g_spi_ctrl[0]->event_id, HI_EVENT_BIT_DMA_TX_ERR_DATA); in dma_write_fifo_callback() 231 hi_event_send(g_spi_ctrl[0]->event_id, HI_EVENT_BIT_DMA_RX_DATA); in dma_read_fifo_callback() 233 hi_event_send(g_spi_ctrl[0]->event_id, HI_EVENT_BIT_DMA_RX_ERR_DATA); in dma_read_fifo_callback() 240 hi_event_send(g_spi_ctrl[1]->event_id, HI_EVENT_BIT_DMA_TX_DATA); in dma_write_fifo_callback_spi1() 242 hi_event_send(g_spi_ctrl[1]->event_id, HI_EVENT_BIT_DMA_TX_ERR_DATA); in dma_write_fifo_callback_spi1() 249 hi_event_send(g_spi_ctrl[1]->event_id, HI_EVENT_BIT_DMA_RX_DATA); in dma_read_fifo_callback_spi1() 251 hi_event_send(g_spi_ctrl[1]->event_id, HI_EVENT_BIT_DMA_RX_ERR_DATA); in dma_read_fifo_callback_spi1() 612 ret = hi_event_send(spi_dev_ctrl->event_id, event_bits); in spi_isr()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_demo_i2s.c | 116 hi_event_send(g_audio_event, AUDIO_RECORD_FINISH_BIT); in audio_record_func() 122 hi_event_send(g_audio_event, ALL_AUDIO_RECORD_FINISH_BIT); in audio_record_func()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_event.h | 111 hi_u32 hi_event_send(hi_u32 id, hi_u32 event_bits); 144 * @see hi_event_send。
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_event.h | 105 hi_u32 hi_event_send(hi_u32 id, hi_u32 event_bits); 138 * @see hi_event_send。
|
H A D | hi_hook_fuc.h | 57 typedef hi_u32 (*fuc_type_name(hi_event_send))(hi_u32 id, 168 fuc_type_name(hi_event_send) hi_event_send_hook;
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_task.c | 168 (hi_void)hi_event_send(get_app_event_id(), HI_EVENT_FRW_TASK); in frw_task_sched()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | hi_event.c | 127 hi_u32 hi_event_send(hi_u32 id, hi_u32 event_bits) in hi_event_send() function
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
H A D | uart_drv.c | 422 hi_event_send(udd->event_id, UART_RD_EVENT); in uart_dma_recv_irq() 471 hi_event_send(udd->event_id, UART_RD_EVENT); in uart_nodma_recv_irq() 499 (void) hi_event_send(udd->event_id, UART_WD_EVENT); in uart_send_irq()
|
H A D | hi_uart.c | 435 if (hi_event_send(udd->event_id, UART_RD_QUIT_EVENT) != HI_ERR_SUCCESS) { in hi_uart_quit_read()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wow.c | 722 hi_event_send(get_app_event_id(), HI_EVENT_SLEEP_REQUEST_DONE); in hmac_wow_release_lock() 979 hi_event_send(get_app_event_id(), HI_EVENT_D2H_READY_EVENT); in hmac_wow_proc_dev_sync_host_event()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | hi_at.c | 181 hi_event_send(g_at_event, 0x1000); in at_get_buf() 190 hi_event_send(g_at_event, 0x111); in at_notify()
|
Completed in 8 milliseconds