Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 25 of 56) sorted by relevance

123

/hal_espressif-3.4.0/components/esp_hw_support/include/soc/
Dspinlock.h32 #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/
Dlldesc.h73 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/
Dlldesc.h73 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/
Dlldesc.h73 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/
Dlldesc.h73 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/
Dlldesc.h71 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/
Desp_async_memcpy.c70 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/
Dsys_arch.c236 (*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/
Dsdio_slave_hal.c265 .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()
Dspi_slave_hal_iram.c110 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/
Dportmacro.h163 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/
Dportmacro.h118 uint32_t owner; member
134 { .owner = portMUX_FREE_VAL, .count = 0, }
/hal_espressif-3.4.0/components/esp_lcd/src/
Desp_lcd_common.c91 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/
Dcheck_codeowners.py93 for owner in best_match:
94 print(owner)
/hal_espressif-3.4.0/components/esp_hw_support/test/
Dtest_unal_dma.c104 dmaDesc[0].owner = 1; in dmaMemcpy()
112 dmaDesc[1].owner = 1; in dmaMemcpy()
Dtest_ahb_arb.c143 dmaDesc[0].owner = 1; in sendRecvBufDma()
151 dmaDesc[1].owner = 1; in sendRecvBufDma()
/hal_espressif-3.4.0/zephyr/blobs/
Dlicense.txt13 "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/
DLICENSE13 "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/
Desp_aes_gdma_impl.c26 return (output->owner == 0); in esp_aes_dma_done()
Desp_aes_crypto_dma_impl.c41 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/
Dsha.c295 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/
Ddma_types.h35 …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/
Dsys_arch.h53 void *owner; member
/hal_espressif-3.4.0/components/hal/esp32h2/
Drtc_cntl_hal.c37 plink->owner = 1; in rtc_cntl_hal_dma_link_init()
/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h389 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);

123