/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/drivers/sspm/ |
A D | sspm.c | 13 static void memcpy_to_sspm(uint32_t dst, uint32_t *src, uint32_t len) in memcpy_to_sspm() 22 static void memcpy_from_sspm(uint32_t *dst, uint32_t src, uint32_t len) in memcpy_from_sspm() 31 int sspm_mbox_read(uint32_t slot, uint32_t *data, uint32_t len) in sspm_mbox_read() 46 int sspm_mbox_write(uint32_t slot, uint32_t *data, uint32_t len) in sspm_mbox_write() 105 int sspm_ipi_recv_non_blocking(uint32_t id, uint32_t *data, uint32_t len) in sspm_ipi_recv_non_blocking()
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt_wip.c | 16 int len) in fdt_setprop_inplace_namelen_partial() 34 const void *val, int len) in fdt_setprop_inplace() 51 static void fdt_nop_region_(void *start, int len) in fdt_nop_region_() 62 int len; in fdt_nop_property() local
|
A D | fdt_sw.c | 94 static void *fdt_grab_space_(void *fdt, size_t len) in fdt_grab_space_() 254 unsigned int len = strlen(s) + 1; in fdt_add_string_() local 271 int len = strlen(s) + 1; in fdt_del_last_string_() local 293 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() 325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
|
A D | fdt_rw.c | 132 int len = strlen(s) + 1; in fdt_find_add_string_() local 185 int len, struct fdt_property **prop) in fdt_resize_property_() 203 int len, struct fdt_property **prop) in fdt_add_property_() 259 int len, void **prop_data) in fdt_setprop_placeholder() 277 const void *val, int len) in fdt_setprop() 292 const void *val, int len) in fdt_appendprop() 321 int len, proplen; in fdt_delprop() local
|
A D | fdt_ro.c | 14 const char *s, int len) in fdt_nodename_eq_() 38 size_t len; in fdt_get_string() local 106 const char *s, int len) in fdt_string_eq_() 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 511 int len; in fdt_get_phandle() local 660 int len; in fdt_node_offset_by_prop_value() local 708 int len = strlen(str); in fdt_stringlist_contains() local 751 int length, len, idx = 0; in fdt_stringlist_search() local 827 int len; in fdt_node_check_compatible() local
|
/tf-a-ffa_el3_spmc/drivers/nxp/i2c/ |
A D | i2c.c | 145 unsigned char *buf, int len) in read_data() 183 const unsigned char *buf, int len) in write_data() 201 unsigned char *buf, int len) in i2c_read() 227 const unsigned char *buf, int len) in i2c_write()
|
/tf-a-ffa_el3_spmc/lib/libc/ |
A D | strnlen.c | 39 size_t len; in strnlen() local
|
A D | memchr.c | 10 void *memchr(const void *src, int c, size_t len) in memchr()
|
A D | memrchr.c | 11 void *memrchr(const void *src, int c, size_t len) in memrchr()
|
A D | memcpy.c | 10 void *memcpy(void *dst, const void *src, size_t len) in memcpy()
|
A D | memmove.c | 9 void *memmove(void *dst, const void *src, size_t len) in memmove()
|
A D | memcmp.c | 10 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
|
/tf-a-ffa_el3_spmc/tools/amlogic/ |
A D | doimage.c | 25 static inline int fdwrite(int fd, uint8_t *data, size_t len) in fdwrite() 47 ssize_t len; in main() local
|
/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | crc32.c | 202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() argument 237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument 266 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument 306 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
|
A D | zutil.c | 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() argument 173 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() argument
|
/tf-a-ffa_el3_spmc/include/common/ |
A D | fdt_wrappers.h | 15 #define NCELLS(len) ((len) / 4U) argument
|
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/ |
A D | jobdesc.c | 42 uint32_t len = desc_length(desc); in desc_add_word() local 55 uint32_t len = desc_length(desc); in desc_add_ptr() local 76 uint8_t *out_data, uint32_t len) in cnstr_rng_jobdesc()
|
/tf-a-ffa_el3_spmc/drivers/nxp/ddr/nxp-ddr/ |
A D | dimm.c | 22 int read_spd(unsigned char chip, void *buf, int len) in read_spd() 67 int len; in ddr4_spd_check() local
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/a80x0_puzzle/board/ |
A D | system_power.c | 39 int i, len; in system_power_off() local
|
/tf-a-ffa_el3_spmc/plat/ti/k3/common/drivers/sec_proxy/ |
A D | sec_proxy.h | 51 size_t len; member
|
/tf-a-ffa_el3_spmc/plat/amlogic/common/ |
A D | aml_scpi.c | 168 static inline void aml_scpi_copy_scp_data(uint8_t *data, size_t len) in aml_scpi_copy_scp_data() 183 static inline void aml_scpi_set_scp_addr(uint64_t addr, size_t len) in aml_scpi_set_scp_addr() 200 static inline void aml_scpi_send_fw_hash(uint8_t hash[], size_t len) in aml_scpi_send_fw_hash()
|
/tf-a-ffa_el3_spmc/drivers/brcm/ |
A D | spi_flash.c | 156 uint32_t len, void *data) in spi_flash_read() 191 uint32_t len, void *buf) in spi_flash_write() 234 int spi_flash_erase(struct spi_flash *flash, uint32_t offset, uint32_t len) in spi_flash_erase()
|
/tf-a-ffa_el3_spmc/drivers/rpi3/rng/ |
A D | rpi3_rng.c | 53 void rpi3_rng_read(void *buf, size_t len) in rpi3_rng_read()
|
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/712/ |
A D | cryptocell_plat_helpers.c | 31 int cc_get_rotpk_hash(unsigned char *dst, unsigned int len, unsigned int *flags) in cc_get_rotpk_hash()
|
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_crypto.c | 156 size_t len; in verify_hash() local 240 static int aes_gcm_decrypt(void *data_ptr, size_t len, const void *key, in aes_gcm_decrypt() 308 size_t len, const void *key, unsigned int key_len, in auth_decrypt()
|