Lines Matching defs:nvdec
36 struct nvdec { struct
48 const struct nvdec_config *config; argument
55 static inline struct nvdec *to_nvdec(struct tegra_drm_client *client) in to_nvdec() argument
60 static inline void nvdec_writel(struct nvdec *nvdec, u32 value, in nvdec_writel()
66 static int nvdec_boot_falcon(struct nvdec *nvdec) in nvdec_boot_falcon()
94 static int nvdec_wait_debuginfo(struct nvdec *nvdec, const char *phase) in nvdec_wait_debuginfo()
108 static int nvdec_boot_riscv(struct nvdec *nvdec) in nvdec_boot_riscv()
157 struct nvdec *nvdec = to_nvdec(drm); in nvdec_init() local
205 struct nvdec *nvdec = to_nvdec(drm); in nvdec_exit() local
244 static int nvdec_load_falcon_firmware(struct nvdec *nvdec) in nvdec_load_falcon_firmware()
311 struct nvdec *nvdec = dev_get_drvdata(dev); in nvdec_runtime_resume() local
343 struct nvdec *nvdec = dev_get_drvdata(dev); in nvdec_runtime_suspend() local
355 struct nvdec *nvdec = to_nvdec(client); in nvdec_open_channel() local
428 struct nvdec *nvdec; in nvdec_probe() local
549 struct nvdec *nvdec = platform_get_drvdata(pdev); in nvdec_remove() local