Searched refs:num_chans (Results 1 – 3 of 3) sorted by relevance
34 if (!ctrl || !ctrl->dev || !ctrl->ops || !ctrl->num_chans) in rt_mbox_controller_register()39 ctrl->chans = rt_calloc(ctrl->num_chans, sizeof(struct rt_mbox_chan)); in rt_mbox_controller_register()53 for (int i = 0; i < ctrl->num_chans; ++i, ++chan) in rt_mbox_controller_register()93 for (int i = ctrl->num_chans - 1; i >= 0; --i, ++chan) in rt_mbox_controller_unregister()
245 pic_mbox->parent.num_chans = 32; in pic_mbox_probe()
29 rt_size_t num_chans; member
Completed in 5 milliseconds