Home
last modified time | relevance | path

Searched refs:to_vc4_dev (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_kms.c26 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_output_poll_changed()
41 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_kms_load()
Dvc4_hdmi.c125 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_debugfs_regs()
146 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_dump_regs()
165 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_connector_detect()
193 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_connector_get_modes()
283 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_encoder_mode_set()
350 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_encoder_disable()
361 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_encoder_enable()
Dvc4_crtc.c251 struct vc4_dev *vc4 = to_vc4_dev(dev); in require_hvs_enabled()
260 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_disable()
298 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_enable()
322 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_atomic_check()
368 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_atomic_flush()
433 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_enable_vblank()
443 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_disable_vblank()
567 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_crtc_bind()
Dvc4_hvs.c65 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_dump_state()
90 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_debugfs_regs()
Dvc4_drv.c55 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_lastclose()
212 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_drm_unbind()
Dvc4_drv.h23 to_vc4_dev(struct drm_device *dev) in to_vc4_dev() function