Home
last modified time | relevance | path

Searched refs:hdmi_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-tv/
Dhdmi_drv.c74 struct hdmi_device { struct
111 static struct hdmi_device *sd_to_hdmi_dev(struct v4l2_subdev *sd) in sd_to_hdmi_dev() argument
113 return container_of(sd, struct hdmi_device, sd); in sd_to_hdmi_dev()
117 void hdmi_write(struct hdmi_device *hdev, u32 reg_id, u32 value) in hdmi_write()
123 void hdmi_write_mask(struct hdmi_device *hdev, u32 reg_id, u32 value, u32 mask) in hdmi_write_mask()
131 void hdmi_writeb(struct hdmi_device *hdev, u32 reg_id, u8 value) in hdmi_writeb()
137 void hdmi_writebn(struct hdmi_device *hdev, u32 reg_id, int n, u32 value) in hdmi_writebn()
151 static inline u32 hdmi_read(struct hdmi_device *hdev, u32 reg_id) in hdmi_read()
158 struct hdmi_device *hdev = dev_data; in hdmi_irq_handler()
178 static void hdmi_reg_init(struct hdmi_device *hdev) in hdmi_reg_init()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c348 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()
[all …]
Dnouveau_drm.h171 struct pci_dev *hdmi_device; member
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-armadillo800eva.c511 static struct platform_device hdmi_device = { variable
546 .tx_dev = &hdmi_device,
1113 &hdmi_device,
1231 { "A4MP", &hdmi_device }, in eva_init()