Lines Matching defs:hsp

64 	struct tegra_hsp *hsp;  member
126 static inline u32 tegra_hsp_readl(struct tegra_hsp *hsp, unsigned int offset) in tegra_hsp_readl()
131 static inline void tegra_hsp_writel(struct tegra_hsp *hsp, u32 value, in tegra_hsp_writel()
159 __tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in __tegra_hsp_doorbell_get()
171 tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in tegra_hsp_doorbell_get()
185 struct tegra_hsp *hsp = data; in tegra_hsp_doorbell_irq() local
224 struct tegra_hsp *hsp = data; in tegra_hsp_shared_irq() local
270 tegra_hsp_doorbell_create(struct tegra_hsp *hsp, const char *name, in tegra_hsp_doorbell_create()
310 struct tegra_hsp *hsp = db->channel.hsp; in tegra_hsp_doorbell_startup() local
348 struct tegra_hsp *hsp = db->channel.hsp; in tegra_hsp_doorbell_shutdown() local
456 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_send_data() local
506 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_startup() local
549 struct tegra_hsp *hsp = mb->channel.hsp; in tegra_hsp_mailbox_shutdown() local
583 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_db); in tegra_hsp_db_xlate() local
622 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_sm); in tegra_hsp_sm_xlate() local
651 static int tegra_hsp_add_doorbells(struct tegra_hsp *hsp) in tegra_hsp_add_doorbells()
668 static int tegra_hsp_add_mailboxes(struct tegra_hsp *hsp, struct device *dev) in tegra_hsp_add_mailboxes()
691 static int tegra_hsp_request_shared_irq(struct tegra_hsp *hsp) in tegra_hsp_request_shared_irq()
729 struct tegra_hsp *hsp; in tegra_hsp_probe() local
873 struct tegra_hsp *hsp = platform_get_drvdata(pdev); in tegra_hsp_remove() local
882 struct tegra_hsp *hsp = dev_get_drvdata(dev); in tegra_hsp_resume() local