Home
last modified time | relevance | path

Searched refs:max_read (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/plat/nvidia/tegra/drivers/bpmp_ipc/
Divc.c230 int32_t tegra_ivc_read(struct ivc *ivc, void *buf, size_t max_read) in tegra_ivc_read() argument
239 if (max_read > ivc->frame_size) { in tegra_ivc_read()
256 (void)memcpy(buf, src, max_read); in tegra_ivc_read()
274 return (int32_t)max_read; in tegra_ivc_read()
Divc.h45 int32_t tegra_ivc_read(struct ivc *ivc, void *buf, size_t max_read);