Searched refs:mbox_db (Results 1 – 1 of 1) sorted by relevance
90 struct mbox_controller mbox_db; member181 for_each_set_bit(master, &value, hsp->mbox_db.num_chans) { in tegra_hsp_doorbell_irq()503 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_db); in tegra_hsp_db_xlate()703 hsp->mbox_db.of_xlate = tegra_hsp_db_xlate; in tegra_hsp_probe()704 hsp->mbox_db.num_chans = 32; in tegra_hsp_probe()705 hsp->mbox_db.dev = &pdev->dev; in tegra_hsp_probe()706 hsp->mbox_db.ops = &tegra_hsp_db_ops; in tegra_hsp_probe()708 hsp->mbox_db.chans = devm_kcalloc(&pdev->dev, hsp->mbox_db.num_chans, in tegra_hsp_probe()709 sizeof(*hsp->mbox_db.chans), in tegra_hsp_probe()711 if (!hsp->mbox_db.chans) in tegra_hsp_probe()[all …]