Home
last modified time | relevance | path

Searched defs:ivc (Results 1 – 3 of 3) sorted by relevance

/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Divc.h20 struct ivc { struct
25 void (*notify)(const struct ivc *); argument
31 typedef void (* ivc_notify_function)(const struct ivc *); argument
21 rx_channelivc global() argument
22 tx_channelivc global() argument
[all...]
H A Divc.c74 static inline bool ivc_channel_empty(const struct ivc *ivc, in ivc_channel_empty() argument
105 static inline bool ivc_channel_full(const struct ivc *ivc, in ivc_channel_full() argument
120 static inline uint32_t ivc_channel_avail_count(const struct ivc *iv argument
137 ivc_advance_tx(struct ivc * ivc) ivc_advance_tx() argument
148 ivc_advance_rx(struct ivc * ivc) ivc_advance_rx() argument
159 ivc_check_read(const struct ivc * ivc) ivc_check_read() argument
186 ivc_check_write(const struct ivc * ivc) ivc_check_write() argument
199 tegra_ivc_can_read(const struct ivc * ivc) tegra_ivc_can_read() argument
204 tegra_ivc_can_write(const struct ivc * ivc) tegra_ivc_can_write() argument
209 tegra_ivc_tx_empty(const struct ivc * ivc) tegra_ivc_tx_empty() argument
221 ivc_frame_pointer(const struct ivc * ivc,volatile const struct ivc_channel_header * ch,uint32_t frame) ivc_frame_pointer() argument
230 tegra_ivc_read(struct ivc * ivc,void * buf,size_t max_read) tegra_ivc_read() argument
278 tegra_ivc_read_get_next_frame(const struct ivc * ivc) tegra_ivc_read_get_next_frame() argument
293 tegra_ivc_read_advance(struct ivc * ivc) tegra_ivc_read_advance() argument
324 tegra_ivc_write(struct ivc * ivc,const void * buf,size_t size) tegra_ivc_write() argument
373 tegra_ivc_write_get_next_frame(const struct ivc * ivc) tegra_ivc_write_get_next_frame() argument
383 tegra_ivc_write_advance(struct ivc * ivc) tegra_ivc_write_advance() argument
415 tegra_ivc_channel_reset(const struct ivc * ivc) tegra_ivc_channel_reset() argument
440 tegra_ivc_channel_notified(struct ivc * ivc) tegra_ivc_channel_notified() argument
619 tegra_ivc_init(struct ivc * ivc,uintptr_t rx_base,uintptr_t tx_base,uint32_t nframes,uint32_t frame_size,ivc_notify_function notify) tegra_ivc_init() argument
[all...]
H A Dintf.c157 static void tegra_bpmp_ivc_notify(const struct ivc *ivc) in tegra_bpmp_ivc_notify() argument