Searched refs:mbox_db (Results 1 – 1 of 1) sorted by relevance
111 struct mbox_controller mbox_db; member204 for_each_set_bit(master, &value, hsp->mbox_db.num_chans) { in tegra_hsp_doorbell_irq()591 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_db); in tegra_hsp_db_xlate()798 hsp->mbox_db.of_xlate = tegra_hsp_db_xlate; in tegra_hsp_probe()799 hsp->mbox_db.num_chans = 32; in tegra_hsp_probe()800 hsp->mbox_db.dev = &pdev->dev; in tegra_hsp_probe()801 hsp->mbox_db.ops = &tegra_hsp_db_ops; in tegra_hsp_probe()803 hsp->mbox_db.chans = devm_kcalloc(&pdev->dev, hsp->mbox_db.num_chans, in tegra_hsp_probe()804 sizeof(*hsp->mbox_db.chans), in tegra_hsp_probe()806 if (!hsp->mbox_db.chans) in tegra_hsp_probe()[all …]