Searched refs:max_read (Results 1 – 2 of 2) sorted by relevance
230 int32_t tegra_ivc_read(struct ivc *ivc, void *buf, size_t max_read) in tegra_ivc_read() argument239 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()
45 int32_t tegra_ivc_read(struct ivc *ivc, void *buf, size_t max_read);