Lines Matching full:chans
133 * @chans: Array for channels corresponding to the Queue Instances.
144 struct mbox_chan *chans; member
818 struct mbox_chan *chans; in ti_msgmgr_probe() local
870 chans = devm_kcalloc(dev, queue_count, sizeof(*chans), GFP_KERNEL); in ti_msgmgr_probe()
871 if (!chans) in ti_msgmgr_probe()
873 inst->chans = chans; in ti_msgmgr_probe()
879 for (i = 0; i < queue_count; i++, qinst++, chans++) { in ti_msgmgr_probe()
884 chans); in ti_msgmgr_probe()
891 i < queue_count; i++, qinst++, chans++, queue_desc++) { in ti_msgmgr_probe()
894 chans); in ti_msgmgr_probe()
903 mbox->chans = inst->chans; in ti_msgmgr_probe()