Lines Matching defs:hsp
57 struct tegra_hsp *hsp; member
111 static inline u32 tegra_hsp_readl(struct tegra_hsp *hsp, unsigned int offset) in tegra_hsp_readl()
116 static inline void tegra_hsp_writel(struct tegra_hsp *hsp, u32 value, in tegra_hsp_writel()
144 __tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in __tegra_hsp_doorbell_get()
156 tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in tegra_hsp_doorbell_get()
170 struct tegra_hsp *hsp = data; in tegra_hsp_doorbell_irq() local
209 struct tegra_hsp *hsp = data; in tegra_hsp_shared_irq() local
273 tegra_hsp_doorbell_create(struct tegra_hsp *hsp, const char *name, in tegra_hsp_doorbell_create()
313 struct tegra_hsp *hsp = db->channel.hsp; in tegra_hsp_doorbell_startup() local
351 struct tegra_hsp *hsp = db->channel.hsp; in tegra_hsp_doorbell_shutdown() local
378 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_send_data() local
428 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_startup() local
471 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_shutdown() local
505 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_db); in tegra_hsp_db_xlate() local
544 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_sm); in tegra_hsp_sm_xlate() local
564 static int tegra_hsp_add_doorbells(struct tegra_hsp *hsp) in tegra_hsp_add_doorbells()
581 static int tegra_hsp_add_mailboxes(struct tegra_hsp *hsp, struct device *dev) in tegra_hsp_add_mailboxes()
604 static int tegra_hsp_request_shared_irq(struct tegra_hsp *hsp) in tegra_hsp_request_shared_irq()
642 struct tegra_hsp *hsp; in tegra_hsp_probe() local
788 struct tegra_hsp *hsp = platform_get_drvdata(pdev); in tegra_hsp_remove() local
797 struct tegra_hsp *hsp = dev_get_drvdata(dev); in tegra_hsp_resume() local