Searched refs:cb_of_msg_queue (Results 1 – 3 of 3) sorted by relevance
153 ch->cb_of_msg_queue = msgbox_send_handler; in msgbox_alloc_channel_sx()157 ch->cb_of_msg_queue = msgbox_rev_handler; in msgbox_alloc_channel_sx()174 ch->cb_of_msg_queue = NULL; in msgbox_free_channel_sx()
196 if ((tbit & status & enable) && h->cb_of_msg_queue) { in msg_irq_handler_sx()197 h->cb_of_msg_queue(channel, h); in msg_irq_handler_sx()
28 int (*cb_of_msg_queue)(int queue, void *data); member
Completed in 8 milliseconds