Lines Matching defs:hsp

58 	struct tegra_hsp *hsp;  member
134 static inline u32 tegra_hsp_readl(struct tegra_hsp *hsp, unsigned int offset) in tegra_hsp_readl()
139 static inline void tegra_hsp_writel(struct tegra_hsp *hsp, u32 value, in tegra_hsp_writel()
167 __tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in __tegra_hsp_doorbell_get()
179 tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in tegra_hsp_doorbell_get()
193 struct tegra_hsp *hsp = data; in tegra_hsp_doorbell_irq() local
232 struct tegra_hsp *hsp = data; in tegra_hsp_shared_irq() local
278 tegra_hsp_doorbell_create(struct tegra_hsp *hsp, const char *name, in tegra_hsp_doorbell_create()
318 struct tegra_hsp *hsp = db->channel.hsp; in tegra_hsp_doorbell_startup() local
356 struct tegra_hsp *hsp = db->channel.hsp; in tegra_hsp_doorbell_shutdown() local
466 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_send_data() local
516 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_startup() local
559 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_shutdown() local
593 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_db); in tegra_hsp_db_xlate() local
632 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_sm); in tegra_hsp_sm_xlate() local
661 static int tegra_hsp_add_doorbells(struct tegra_hsp *hsp) in tegra_hsp_add_doorbells()
678 static int tegra_hsp_add_mailboxes(struct tegra_hsp *hsp, struct device *dev) in tegra_hsp_add_mailboxes()
701 static int tegra_hsp_request_shared_irq(struct tegra_hsp *hsp) in tegra_hsp_request_shared_irq()
739 struct tegra_hsp *hsp; in tegra_hsp_probe() local
883 struct tegra_hsp *hsp = platform_get_drvdata(pdev); in tegra_hsp_remove() local
890 struct tegra_hsp *hsp = dev_get_drvdata(dev); in tegra_hsp_resume() local