/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/ |
D | disp_rotation_sw.h | 35 rot_0_u8(unsigned char *src_addr, const unsigned int src_widthstep, in rot_0_u8() 48 rot_0_u16(unsigned short *src_addr, const unsigned int src_widthstep, in rot_0_u16() 58 rot_0_u32(unsigned int *src_addr, const unsigned int src_widthstep, in rot_0_u32() 68 rot_180_u8(unsigned char *src_addr, const unsigned int src_widthstep, in rot_180_u8() 88 rot_180_u16(unsigned short *src_addr, const unsigned int src_widthstep, in rot_180_u16() 110 rot_180_u32(unsigned int *src_addr, const unsigned int src_widthstep, in rot_180_u32() 132 rot_270_u8(unsigned char *src_addr, const unsigned int src_widthstep, in rot_270_u8() 152 rot_270_u16(unsigned short *src_addr, const unsigned int src_widthstep, in rot_270_u16() 174 rot_270_u32(unsigned int *src_addr, const unsigned int src_widthstep, in rot_270_u32() 195 rot_90_u8(unsigned char *src_addr, const unsigned int src_widthstep, in rot_90_u8() [all …]
|
D | disp_rotation_sw.c | 129 unsigned char *src_addr, const unsigned int src_widthstep, in rot_270_u8_buf() 142 unsigned short *src_addr, const unsigned int src_widthstep, in rot_270_u16_buf() 155 unsigned int *src_addr, const unsigned int src_widthstep, in rot_270_u32_buf() 168 unsigned char *src_addr, const unsigned int src_widthstep, in rot_90_u8_buf() 181 unsigned short *src_addr, const unsigned int src_widthstep, in rot_90_u16_buf() 194 unsigned int *src_addr, const unsigned int src_widthstep, in rot_90_u32_buf() 215 unsigned char *src_addr, const unsigned int src_widthstep, in rot_270_u8_mb() 277 unsigned short *src_addr, const unsigned int src_widthstep, in rot_270_u16_mb() 339 unsigned int *src_addr, const unsigned int src_widthstep, in rot_270_u32_mb() 403 unsigned char *src_addr, const unsigned int src_widthstep, in rot_90_u8_mb() [all …]
|
/device/soc/esp/esp32/components/bootloader_support/src/ |
D | bootloader_flash.c | 55 const void *bootloader_mmap(uint32_t src_addr, uint32_t size) in bootloader_mmap() 168 const void *bootloader_mmap(uint32_t src_addr, uint32_t size) in bootloader_mmap() 273 static esp_err_t bootloader_flash_read_no_decrypt(size_t src_addr, void *dest, size_t size) in bootloader_flash_read_no_decrypt() 299 static esp_err_t bootloader_flash_read_allow_decrypt(size_t src_addr, void *dest, size_t size) in bootloader_flash_read_allow_decrypt() 362 esp_err_t bootloader_flash_read(size_t src_addr, void *dest, size_t size, bool allow_decrypt) in bootloader_flash_read()
|
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/ |
D | pwm.c | 103 void pwm_set_dma_chain_llp(dma_chn_e chn, unsigned short *src_addr, unsigned int data_len, in pwm_set_dma_chain_llp() 122 unsigned short *src_addr, unsigned int data_len) in pwm_set_tx_dma_add_list_element()
|
D | spi.c | 689 void spi_set_dma(dma_chn_e spi_dma_chn, unsigned int src_addr, unsigned int dst_addr, unsigned int … in spi_set_dma() 702 void spi_set_tx_dma(spi_sel_e spi_sel, unsigned char *src_addr, unsigned int len) in spi_set_tx_dma() 745 void spi_master_write_dma(spi_sel_e spi_sel, unsigned char *src_addr, unsigned int len) in spi_master_write_dma()
|
D | audio.c | 352 void audio_tx_dma_config(dma_chn_e chn, unsigned short *src_addr, unsigned int data_len, in audio_tx_dma_config() 372 unsigned short *src_addr, unsigned int data_len) in audio_tx_dma_add_list_element()
|
D | dma.h | 276 static inline void dma_set_address(dma_chn_e chn, unsigned int src_addr, unsigned int dst_addr) in dma_set_address() 287 static inline void dma_set_src_address(dma_chn_e chn, unsigned int src_addr) in dma_set_src_address()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_co.c | 570 BOOLEAN bta_gattc_co_cache_new_assoc_list(BD_ADDR src_addr, UINT8 index) in bta_gattc_co_cache_new_assoc_list() 577 BOOLEAN bta_gattc_co_cache_append_assoc_addr(BD_ADDR src_addr, BD_ADDR assoc_addr) in bta_gattc_co_cache_append_assoc_addr() 594 BOOLEAN bta_gattc_co_cache_remove_assoc_addr(BD_ADDR src_addr, BD_ADDR assoc_addr) in bta_gattc_co_cache_remove_assoc_addr() 649 BOOLEAN bta_gattc_co_cache_clear_assoc_addr(BD_ADDR src_addr) in bta_gattc_co_cache_clear_assoc_addr()
|
/device/soc/esp/esp32/components/bootloader_support/src/secure_boot_v1/ |
D | secure_boot_signatures_app.c | 39 esp_err_t esp_secure_boot_verify_signature(uint32_t src_addr, uint32_t length) in esp_secure_boot_verify_signature()
|
D | secure_boot_signatures_bootloader.c | 38 esp_err_t esp_secure_boot_verify_signature(uint32_t src_addr, uint32_t length) in esp_secure_boot_verify_signature()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
D | hi_dma.h | 75 uintptr_t src_addr; /* 源地址,源地址必须4字节对齐 */ member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/ |
D | sunxi_drm_bootlogo.c | 106 char *src_addr = NULL; in Fb_copy_boot_fb() local 355 unsigned char *src_addr; in sunxi_drm_copy_bootlogo() local
|
/device/soc/esp/esp32/components/bootloader_support/src/secure_boot_v2/ |
D | secure_boot_signatures_bootloader.c | 33 esp_err_t esp_secure_boot_verify_signature(uint32_t src_addr, uint32_t length) in esp_secure_boot_verify_signature()
|
D | secure_boot_signatures_app.c | 134 esp_err_t esp_secure_boot_verify_signature(uint32_t src_addr, uint32_t length) in esp_secure_boot_verify_signature()
|
/device/soc/winnermicro/wm800/board/include/driver/ |
D | wm_dma.h | 66 unsigned int src_addr; member
|
/device/soc/esp/esp32/components/bootloader_support/src/esp32/ |
D | flash_encrypt.c | 350 esp_err_t esp_flash_encrypt_region(uint32_t src_addr, size_t data_length) in esp_flash_encrypt_region()
|
/device/soc/esp/esp32/components/spi_flash/sim/ |
D | flash_mock.cpp | 54 extern "C" esp_err_t spi_flash_mmap(size_t src_addr, size_t size, spi_flash_mmap_memory_t memory, in spi_flash_mmap()
|
D | SpiFlash.cpp | 200 esp_rom_spiflash_result_t SpiFlash::read(uint32_t src_addr, void *dest, uint32_t size) in read()
|
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
D | hpm_dma_drv.h | 90 uint32_t src_addr; /**< Source address */ member 109 uint32_t src_addr; /**< Source address */ member
|
D | hpm_sdp_drv.h | 83 uint32_t src_addr; /**< Source address */ member
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/ |
D | dma2d_hal.c | 73 bk_err_t dma2d_hal_config(DMA2D_HandleTypeDef *dma2d, uint32_t src_addr, uint32_t dst_addr, uint32_… in dma2d_hal_config()
|
/device/soc/amlogic/a311d/soc/amlogic/ge2d/ |
D | ge2d_wq.c | 1112 unsigned int src_addr = 0, src2_addr = 0, dst_addr = 0; in ge2d_context_config_ex() local 1408 unsigned int src_addr = 0, src2_addr = 0, dst_addr = 0; in ge2d_context_config_ex_ion() local 1697 unsigned int src_addr = 0, src2_addr = 0, dst_addr = 0; in ge2d_context_config_ex_mem() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
D | boot_upg_tool.c | 106 hi_u32 boot_upg_copy_flash_2_flash(hi_u32 src_addr, hi_u32 src_size, hi_u32 dst_addr, hi_u32 dst_si… in boot_upg_copy_flash_2_flash()
|
/device/soc/esp/esp32/components/spi_flash/esp32/ |
D | spi_flash_rom_patch.c | 483 esp_rom_spiflash_result_t esp_rom_spiflash_write(uint32_t target, const uint32_t *src_addr, int32_t… in esp_rom_spiflash_write()
|
/device/soc/esp/esp32/components/spi_flash/ |
D | flash_mmap.c | 130 esp_err_t IRAM_ATTR spi_flash_mmap(size_t src_addr, size_t size, spi_flash_mmap_memory_t memory, in spi_flash_mmap()
|