Lines Matching refs:vc4
114 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_v3d_debugfs_regs() local
130 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_v3d_debugfs_ident() local
150 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_v3d_init_hw() local
163 struct vc4_dev *vc4 = v3d->vc4; in vc4_v3d_runtime_suspend() local
165 vc4_irq_uninstall(vc4->dev); in vc4_v3d_runtime_suspend()
173 struct vc4_dev *vc4 = v3d->vc4; in vc4_v3d_runtime_resume() local
175 vc4_v3d_init_hw(vc4->dev); in vc4_v3d_runtime_resume()
178 enable_irq(vc4->dev->irq); in vc4_v3d_runtime_resume()
179 vc4_irq_postinstall(vc4->dev); in vc4_v3d_runtime_resume()
189 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_v3d_bind() local
205 vc4->v3d = v3d; in vc4_v3d_bind()
206 v3d->vc4 = vc4; in vc4_v3d_bind()
239 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_v3d_unbind() local
252 vc4->v3d = NULL; in vc4_v3d_unbind()