Home
last modified time | relevance | path

Searched refs:use_intr (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/mbedtls/port/aes/dma/
Desp_aes.c208 static void esp_aes_dma_wait_complete(bool use_intr, lldesc_t *output_desc) in esp_aes_dma_wait_complete() argument
211 if (use_intr) { in esp_aes_dma_wait_complete()
320 bool use_intr = false; in esp_aes_process_dma() local
417 use_intr = true; in esp_aes_process_dma()
435 esp_aes_dma_wait_complete(use_intr, out_desc_tail); in esp_aes_process_dma()
474 bool use_intr = false; in esp_aes_process_dma_gcm() local
540 use_intr = true; in esp_aes_process_dma_gcm()
560 esp_aes_dma_wait_complete(use_intr, out_desc_head); in esp_aes_process_dma_gcm()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_api.c163 p_buf->use_intr = p_report->use_intr; in BTA_HdSendReport()
Dbta_hd_act.c369 channel = p_report->use_intr ? HID_CHANNEL_INTR : HID_CHANNEL_CTRL; in bta_hd_send_report_act()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hd_api.h85 bool use_intr; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h86 bool use_intr; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c491 report.use_intr = TRUE; in btc_hd_send_report()
494 report.use_intr = FALSE; in btc_hd_send_report()