Lines Matching defs:nvdec
38 struct nvdec { struct
50 const struct nvdec_config *config; argument
57 static inline struct nvdec *to_nvdec(struct tegra_drm_client *client) in to_nvdec() argument
62 static inline void nvdec_writel(struct nvdec *nvdec, u32 value, in nvdec_writel()
68 static int nvdec_boot_falcon(struct nvdec *nvdec) in nvdec_boot_falcon()
96 static int nvdec_wait_debuginfo(struct nvdec *nvdec, const char *phase) in nvdec_wait_debuginfo()
110 static int nvdec_boot_riscv(struct nvdec *nvdec) in nvdec_boot_riscv()
159 struct nvdec *nvdec = to_nvdec(drm); in nvdec_init() local
214 struct nvdec *nvdec = to_nvdec(drm); in nvdec_exit() local
253 static int nvdec_load_falcon_firmware(struct nvdec *nvdec) in nvdec_load_falcon_firmware()
318 struct nvdec *nvdec = dev_get_drvdata(dev); in nvdec_runtime_resume() local
350 struct nvdec *nvdec = dev_get_drvdata(dev); in nvdec_runtime_suspend() local
362 struct nvdec *nvdec = to_nvdec(client); in nvdec_open_channel() local
435 struct nvdec *nvdec; in nvdec_probe() local
552 struct nvdec *nvdec = platform_get_drvdata(pdev); in nvdec_remove() local