Searched defs:mb_chann (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_mailbox.c | 99 static void mailbox_reg_write(struct mailbox_channel *mb_chann, u32 mbox_reg, u32 data) in mailbox_reg_write() argument 107 static u32 mailbox_reg_read(struct mailbox_channel *mb_chann, u32 mbox_reg) in mailbox_reg_read() argument 115 static int mailbox_reg_read_non_zero(struct mailbox_channel *mb_chann, u32 mbox_reg, u32 *val) in mailbox_reg_read_non_zero() argument 132 mailbox_set_headptr(struct mailbox_channel *mb_chann, u32 headptr_val) in mailbox_set_headptr() argument 139 mailbox_set_tailptr(struct mailbox_channel * mb_chann,u32 tailptr_val) mailbox_set_tailptr() argument 146 mailbox_get_headptr(struct mailbox_channel * mb_chann,enum channel_res_type type) mailbox_get_headptr() argument 152 mailbox_get_tailptr(struct mailbox_channel * mb_chann,enum channel_res_type type) mailbox_get_tailptr() argument 158 mailbox_get_ringbuf_size(struct mailbox_channel * mb_chann,enum channel_res_type type) mailbox_get_ringbuf_size() argument 168 mailbox_acquire_msgid(struct mailbox_channel * mb_chann,struct mailbox_msg * mb_msg) mailbox_acquire_msgid() argument 186 mailbox_release_msgid(struct mailbox_channel * mb_chann,int msg_id) mailbox_release_msgid() argument 192 mailbox_release_msg(struct mailbox_channel * mb_chann,struct mailbox_msg * mb_msg) mailbox_release_msg() argument 202 mailbox_send_msg(struct mailbox_channel * mb_chann,struct mailbox_msg * mb_msg) mailbox_send_msg() argument 246 mailbox_get_resp(struct mailbox_channel * mb_chann,struct xdna_msg_header * header,void __iomem * data) mailbox_get_resp() argument 276 mailbox_get_msg(struct mailbox_channel * mb_chann) mailbox_get_msg() argument 347 struct mailbox_channel *mb_chann = p; mailbox_irq_handler() local 358 struct mailbox_channel *mb_chann; mailbox_rx_worker() local 398 xdna_mailbox_send_msg(struct mailbox_channel * mb_chann,const struct xdna_mailbox_msg * msg,u64 tx_timeout) xdna_mailbox_send_msg() argument 479 struct mailbox_channel *mb_chann; xdna_mailbox_create_channel() local 527 xdna_mailbox_destroy_channel(struct mailbox_channel * mb_chann) xdna_mailbox_destroy_channel() argument 547 xdna_mailbox_stop_channel(struct mailbox_channel * mb_chann) xdna_mailbox_stop_channel() argument [all...] |