Searched refs:total_length (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/ |
D | spmc_shared_mem.h | 56 uint64_t total_length, 76 uint32_t total_length,
|
D | spmc_shared_mem.c | 684 size_t fragment_length, size_t total_length) in spmc_validate_mtd_start() argument 756 if (emad_end > total_length) { in spmc_validate_mtd_start() 758 __func__, emad_end, total_length); in spmc_validate_mtd_start() 1184 uint64_t total_length, in spmc_ffa_mem_send() argument 1242 obj = spmc_shmem_obj_alloc(&spmc_shmem_obj_state, total_length); in spmc_ffa_mem_send() 1380 uint32_t total_length, in spmc_ffa_mem_retrieve_req() argument 1436 if (fragment_length != total_length) { in spmc_ffa_mem_retrieve_req() 1456 if (total_length < min_desc_size) { in spmc_ffa_mem_retrieve_req() 1457 WARN("%s: invalid length %u < %zu\n", __func__, total_length, in spmc_ffa_mem_retrieve_req() 1548 ((uint8_t *) req + total_length)) { in spmc_ffa_mem_retrieve_req()
|
/trusted-firmware-a-latest/bl32/tsp/ |
D | ffa_helpers.c | 148 uint32_t *total_length) in memory_retrieve() argument 187 *total_length = ret._regs[1]; in memory_retrieve() 191 if (*frag_length == 0U || *total_length == 0U || in memory_retrieve() 192 *frag_length > *total_length || *frag_length > (mb->rxtx_page_count * PAGE_SIZE)) { in memory_retrieve()
|
D | tsp_ffa_main.c | 116 uint32_t total_length, recv_length = 0; in test_memory_send() local 135 &total_length)) { in test_memory_send() 141 while (total_length != recv_length) { in test_memory_send() 155 if (frag_length > total_length || in test_memory_send() 177 assert(recv_length <= total_length); in test_memory_send()
|
D | ffa_helpers.h | 100 uint32_t *total_length);
|
/trusted-firmware-a-latest/drivers/usb/ |
D | usb_device.c | 438 if ((pep->total_length % pep->maxpacket == 0U) && in usb_core_data_in() 439 (pep->total_length >= pep->maxpacket) && in usb_core_data_in() 440 (pep->total_length < pdev->ep0_data_len)) { in usb_core_data_in() 713 pdev->ep_out[0].total_length = len; in usb_core_receive_ep0() 738 pdev->ep_in[0].total_length = len; in usb_core_transmit_ep0()
|
/trusted-firmware-a-latest/include/drivers/ |
D | usb_device.h | 176 uint32_t total_length; member
|