Searched refs:msg_channel (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_sx/ |
| A D | hal_msgbox_sx.c | 36 sizeof(struct msg_channel) * in msgbox_init_sx() 46 sizeof(struct msg_channel) * MSGBOX_MAX_QUEUE); in msgbox_init_sx() 79 struct msg_channel *ch = c; in msgbox_rev_handler() 96 struct msg_channel *ch = c; in msgbox_send_handler() 132 struct msg_channel *msgbox_alloc_channel_sx(struct messagebox *mb, int channel, in msgbox_alloc_channel_sx() 137 struct msg_channel *ch; in msgbox_alloc_channel_sx() 166 void msgbox_free_channel_sx(struct messagebox *mb, struct msg_channel *ch) in msgbox_free_channel_sx() 179 int msgbox_channel_send_data_sx(struct msg_channel *ch, unsigned char *d, in msgbox_channel_send_data_sx()
|
| A D | msgbox_sx.h | 21 struct msg_channel { struct 53 struct msg_channel msg_handler[0]; argument 61 struct msg_channel *msgbox_alloc_channel_sx(struct messagebox *mb, int channel, 66 void msgbox_free_channel_sx(struct messagebox *mb, struct msg_channel *ch); 68 int msgbox_channel_send_data_sx(struct msg_channel *ch, unsigned char *d,
|
| A D | msgbox_adapt.c | 8 struct msg_channel *msg_ch_send; 9 struct msg_channel *msg_ch_rec; 45 struct msg_channel *chl; in hal_msgbox_alloc_channel()
|
| A D | msgbox_sx.c | 193 struct msg_channel *h = &mb->msg_handler[channel]; in msg_irq_handler_sx() 219 struct msg_channel *ch; in msg_channel_irq_set_sx()
|
Completed in 11 milliseconds