Searched refs:max_chans (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | arm_mhu_db.c | 251 int i, err, max_chans; in mhu_db_probe() local 270 max_chans = MHU_CHAN_MAX; in mhu_db_probe() 286 chans = devm_kcalloc(dev, max_chans, sizeof(*chans), GFP_KERNEL); in mhu_db_probe() 293 mhu->mbox.num_chans = max_chans; in mhu_db_probe()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | arm_mhu_db.c | 250 int i, err, max_chans; in mhu_db_probe() local 269 max_chans = MHU_CHAN_MAX; in mhu_db_probe() 283 chans = devm_kcalloc(dev, max_chans, sizeof(*chans), GFP_KERNEL); in mhu_db_probe() 290 mhu->mbox.num_chans = max_chans; in mhu_db_probe()
|
Completed in 2 milliseconds