Home
last modified time | relevance | path

Searched refs:hi_event_send (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dspi.c222 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 Dapp_demo_i2s.c116 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 Dhi_event.h111 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 Dhi_event.h105 hi_u32 hi_event_send(hi_u32 id, hi_u32 event_bits);
138 * @see hi_event_send
H A Dhi_hook_fuc.h57 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 Dfrw_task.c168 (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 Dhi_event.c127 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 Duart_drv.c422 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 Dhi_uart.c435 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 Dhmac_wow.c722 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 Dhi_at.c181 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