/hal_espressif-3.4.0/components/esp_hw_support/include/soc/ |
D | spinlock.h | 32 #define SPINLOCK_INITIALIZER {.owner = SPINLOCK_FREE,.count = 0} 36 NEED_VOLATILE_MUX uint32_t owner; member 48 lock->owner = SPINLOCK_FREE; in spinlock_initialize() 100 compare_and_set_extram(&lock->owner, SPINLOCK_FREE, &result); in spinlock_acquire() 103 compare_and_set_native(&lock->owner, SPINLOCK_FREE, &result); in spinlock_acquire() 158 assert(core_id == lock->owner); // This is a mutex we didn't lock, or it's corrupt in spinlock_release() 162 lock->owner = SPINLOCK_FREE; in spinlock_release()
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32/rom/ |
D | lldesc.h | 73 owner : 1; /* hw or sw */ member 127 …t8_t *descptr, uint32_t desclen, uint8_t * mblkptr, uint32_t buflen, uint32_t blksz, uint8_t owner, 136 lldesc_t *lldesc_set_owner(lldesc_t * head, uint16_t nblks, uint8_t owner); 151 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument 153 ds->owner = owner; in lldesc_config() 160 (_desc)->owner = (_owner); \
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32c3/rom/ |
D | lldesc.h | 73 owner : 1; /* hw or sw */ member 127 …nt8_t *descptr, uint32_t desclen, uint8_t *mblkptr, uint32_t buflen, uint32_t blksz, uint8_t owner, 136 lldesc_t *lldesc_set_owner(lldesc_t *head, uint16_t nblks, uint8_t owner); 151 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument 153 ds->owner = owner; in lldesc_config() 160 (_desc)->owner = (_owner); \
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32h2/rom/ |
D | lldesc.h | 73 owner : 1; /* hw or sw */ member 127 …nt8_t *descptr, uint32_t desclen, uint8_t *mblkptr, uint32_t buflen, uint32_t blksz, uint8_t owner, 136 lldesc_t *lldesc_set_owner(lldesc_t *head, uint16_t nblks, uint8_t owner); 151 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument 153 ds->owner = owner; in lldesc_config() 160 (_desc)->owner = (_owner); \
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/ |
D | lldesc.h | 73 owner : 1; /* hw or sw */ member 127 …t8_t *descptr, uint32_t desclen, uint8_t * mblkptr, uint32_t buflen, uint32_t blksz, uint8_t owner, 136 lldesc_t *lldesc_set_owner(lldesc_t * head, uint16_t nblks, uint8_t owner); 151 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument 153 ds->owner = owner; in lldesc_config() 160 (_desc)->owner = (_owner); \
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/ |
D | lldesc.h | 71 owner : 1; /* hw or sw */ member 125 …nt8_t *descptr, uint32_t desclen, uint8_t *mblkptr, uint32_t buflen, uint32_t blksz, uint8_t owner, 134 lldesc_t *lldesc_set_owner(lldesc_t *head, uint16_t nblks, uint8_t owner); 149 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument 151 ds->owner = owner; in lldesc_config() 159 (_desc)->owner = (_owner); \
|
/hal_espressif-3.4.0/components/esp_hw_support/ |
D | esp_async_memcpy.c | 70 mcp_hdl->out_streams[i].desc.dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_CPU; in esp_async_memcpy_install() 72 mcp_hdl->in_streams[i].desc.dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_CPU; in esp_async_memcpy_install() 129 if (desc->dw0.owner != DMA_DESCRIPTOR_BUFFER_OWNER_DMA) { in async_memcpy_prepare_receive() 142 if (desc->dw0.owner != DMA_DESCRIPTOR_BUFFER_OWNER_DMA) { in async_memcpy_prepare_receive() 170 if (desc->dw0.owner != DMA_DESCRIPTOR_BUFFER_OWNER_DMA) { in async_memcpy_prepare_transmit() 184 if (desc->dw0.owner != DMA_DESCRIPTOR_BUFFER_OWNER_DMA) { in async_memcpy_prepare_transmit() 208 if (next->dw0.owner == DMA_DESCRIPTOR_BUFFER_OWNER_CPU) { in async_memcpy_get_next_rx_descriptor() 250 desc->dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_DMA; in esp_async_memcpy() 253 desc->dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_DMA; in esp_async_memcpy() 258 desc->dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_DMA; in esp_async_memcpy() [all …]
|
/hal_espressif-3.4.0/components/lwip/port/esp32/freertos/ |
D | sys_arch.c | 236 (*mbox)->owner = NULL; in sys_mbox_new() 369 sys_mbox_set_owner(sys_mbox_t *mbox, void* owner) in sys_mbox_set_owner() argument 372 (*mbox)->owner = owner; in sys_mbox_set_owner() 373 LWIP_DEBUGF(ESP_THREAD_SAFE_DEBUG, ("set mbox=%p owner=%p", *mbox, owner)); in sys_mbox_set_owner()
|
/hal_espressif-3.4.0/components/hal/ |
D | sdio_slave_hal.c | 265 .owner = 1, 539 .owner = 1, in sdio_slave_hal_send_queue() 560 while(desc && desc->owner == 0) { in recv_get_first_empty_buf() 578 if (hal->recv_cur_ret == NULL || hal->recv_cur_ret->owner != 0) return false; in sdio_slave_hal_recv_has_next_item() 642 assert (desc != NULL && desc->owner == 0); in sdio_slave_hal_recv_flush_one_buffer() 644 desc->owner = 1; in sdio_slave_hal_recv_flush_one_buffer() 653 desc->owner = 1; in sdio_slave_hal_load_buf() 677 …"=> %p: size: %d(%d), eof: %d, owner: %d", item, item->size, item->length, item->eof, item->owner); in show_queue_item()
|
D | spi_slave_hal_iram.c | 110 for (i = 0; hal->dmadesc_rx[i].eof == 0 && hal->dmadesc_rx[i].owner == 0; i++) {} in spi_slave_hal_dma_need_reset() 111 if (hal->dmadesc_rx[i].owner) { in spi_slave_hal_dma_need_reset()
|
/hal_espressif-3.4.0/components/freertos/port/riscv/include/freertos/ |
D | portmacro.h | 163 uint32_t owner; member 168 .owner = portMUX_FREE_VAL, \ 175 (mux)->owner = portMUX_FREE_VAL; \
|
/hal_espressif-3.4.0/components/mqtt/host_test/mocks/include/freertos/ |
D | portmacro.h | 118 uint32_t owner; member 134 { .owner = portMUX_FREE_VAL, .count = 0, }
|
/hal_espressif-3.4.0/components/esp_lcd/src/ |
D | esp_lcd_common.c | 91 desc->dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_DMA; in lcd_com_mount_dma_data() 101 desc->dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_DMA; in lcd_com_mount_dma_data()
|
/hal_espressif-3.4.0/tools/ci/ |
D | check_codeowners.py | 93 for owner in best_match: 94 print(owner)
|
/hal_espressif-3.4.0/components/esp_hw_support/test/ |
D | test_unal_dma.c | 104 dmaDesc[0].owner = 1; in dmaMemcpy() 112 dmaDesc[1].owner = 1; in dmaMemcpy()
|
D | test_ahb_arb.c | 143 dmaDesc[0].owner = 1; in sendRecvBufDma() 151 dmaDesc[1].owner = 1; in sendRecvBufDma()
|
/hal_espressif-3.4.0/zephyr/blobs/ |
D | license.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/hal_espressif-3.4.0/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/hal_espressif-3.4.0/components/mbedtls/port/aes/dma/ |
D | esp_aes_gdma_impl.c | 26 return (output->owner == 0); in esp_aes_dma_done()
|
D | esp_aes_crypto_dma_impl.c | 41 return (crypto_dma_ll_inlink_is_eof() && (output->owner == 0)); in esp_aes_dma_done()
|
/hal_espressif-3.4.0/components/mbedtls/port/sha/dma/ |
D | sha.c | 295 s_dma_descr_input.owner = 1; in esp_sha_dma_process() 304 s_dma_descr_buf.owner = 1; in esp_sha_dma_process()
|
/hal_espressif-3.4.0/components/hal/include/hal/ |
D | dma_types.h | 35 …uint32_t owner : 1; /*!< Who is allowed to access the buffer that this descriptor points t… member
|
/hal_espressif-3.4.0/components/lwip/port/esp32/include/arch/ |
D | sys_arch.h | 53 void *owner; member
|
/hal_espressif-3.4.0/components/hal/esp32h2/ |
D | rtc_cntl_hal.c | 37 plink->owner = 1; in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-3.4.0/components/driver/include/driver/ |
D | rmt.h | 389 esp_err_t rmt_set_memory_owner(rmt_channel_t channel, rmt_mem_owner_t owner); 401 esp_err_t rmt_get_memory_owner(rmt_channel_t channel, rmt_mem_owner_t *owner);
|