Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/
Divc.c74 static inline bool ivc_channel_empty(const struct ivc *ivc, in ivc_channel_empty() function
179 if (!ivc_channel_empty(ivc, ivc->rx_channel)) { in ivc_check_read()
183 return ivc_channel_empty(ivc, ivc->rx_channel) ? -ENOMEM : 0; in ivc_check_read()
211 return ivc_channel_empty(ivc, ivc->tx_channel); in tegra_ivc_tx_empty()