Lines Matching refs:tegra_bpmp
28 static inline struct tegra_bpmp *
31 return container_of(client, struct tegra_bpmp, mbox.client);
37 struct tegra_bpmp *bpmp = channel->bpmp;
42 struct tegra_bpmp *tegra_bpmp_get(struct device *dev)
45 struct tegra_bpmp *bpmp;
71 void tegra_bpmp_put(struct tegra_bpmp *bpmp)
81 struct tegra_bpmp *bpmp = channel->bpmp;
193 static int tegra_bpmp_ring_doorbell(struct tegra_bpmp *bpmp)
218 struct tegra_bpmp *bpmp = channel->bpmp;
254 tegra_bpmp_write_threaded(struct tegra_bpmp *bpmp, unsigned int mrq,
317 int tegra_bpmp_transfer_atomic(struct tegra_bpmp *bpmp,
355 int tegra_bpmp_transfer(struct tegra_bpmp *bpmp,
388 static struct tegra_bpmp_mrq *tegra_bpmp_find_mrq(struct tegra_bpmp *bpmp,
404 struct tegra_bpmp *bpmp = channel->bpmp;
437 static void tegra_bpmp_handle_mrq(struct tegra_bpmp *bpmp,
458 int tegra_bpmp_request_mrq(struct tegra_bpmp *bpmp, unsigned int mrq,
484 void tegra_bpmp_free_mrq(struct tegra_bpmp *bpmp, unsigned int mrq, void *data)
503 bool tegra_bpmp_mrq_is_supported(struct tegra_bpmp *bpmp, unsigned int mrq)
543 static int tegra_bpmp_ping(struct tegra_bpmp *bpmp)
580 static int tegra_bpmp_get_firmware_tag_old(struct tegra_bpmp *bpmp, char *tag,
618 static int tegra_bpmp_get_firmware_tag(struct tegra_bpmp *bpmp, char *tag,
659 void tegra_bpmp_handle_rx(struct tegra_bpmp *bpmp)
690 struct tegra_bpmp *bpmp;
799 struct tegra_bpmp *bpmp = dev_get_drvdata(dev);