Lines Matching refs:hdmi_device
348 drm->hdmi_device = NULL; in nouveau_get_hdmi_dev()
353 drm->hdmi_device = pci_get_bus_and_slot((unsigned int)pdev->bus->number, in nouveau_get_hdmi_dev()
356 if (!drm->hdmi_device) { in nouveau_get_hdmi_dev()
361 if ((drm->hdmi_device->class >> 8) != PCI_CLASS_MULTIMEDIA_HD_AUDIO) { in nouveau_get_hdmi_dev()
362 NV_DEBUG(drm, "possible hdmi device not audio %d\n", drm->hdmi_device->class); in nouveau_get_hdmi_dev()
363 pci_dev_put(drm->hdmi_device); in nouveau_get_hdmi_dev()
364 drm->hdmi_device = NULL; in nouveau_get_hdmi_dev()
517 if (drm->hdmi_device) in nouveau_drm_unload()
518 pci_dev_put(drm->hdmi_device); in nouveau_drm_unload()
790 if (drm->hdmi_device) { in nouveau_pmops_runtime_idle()
791 if (!drm->hdmi_device->driver) { in nouveau_pmops_runtime_idle()