Lines Matching refs:hdmi_device
364 drm->hdmi_device = NULL; in nouveau_get_hdmi_dev()
369 drm->hdmi_device = pci_get_bus_and_slot((unsigned int)pdev->bus->number, in nouveau_get_hdmi_dev()
372 if (!drm->hdmi_device) { in nouveau_get_hdmi_dev()
377 if ((drm->hdmi_device->class >> 8) != PCI_CLASS_MULTIMEDIA_HD_AUDIO) { in nouveau_get_hdmi_dev()
378 NV_DEBUG(drm, "possible hdmi device not audio %d\n", drm->hdmi_device->class); in nouveau_get_hdmi_dev()
379 pci_dev_put(drm->hdmi_device); in nouveau_get_hdmi_dev()
380 drm->hdmi_device = NULL; in nouveau_get_hdmi_dev()
501 if (drm->hdmi_device) in nouveau_drm_unload()
502 pci_dev_put(drm->hdmi_device); in nouveau_drm_unload()
766 if (drm->hdmi_device) { in nouveau_pmops_runtime_idle()
767 if (!drm->hdmi_device->driver) { in nouveau_pmops_runtime_idle()