Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/
Divc.c159 static inline int32_t ivc_check_read(const struct ivc *ivc) in ivc_check_read() function
201 return ivc_check_read(ivc) == 0; in tegra_ivc_can_read()
243 result = ivc_check_read(ivc); in tegra_ivc_read()
280 if (ivc_check_read(ivc) != 0) { in tegra_ivc_read_get_next_frame()
300 int32_t result = ivc_check_read(ivc); in tegra_ivc_read_advance()