Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_hdmi.c287 struct delayed_work edid_work; member
1083 schedule_delayed_work(&hdmi->edid_work, 0); in sh_hdmi_hotplug()
1096 schedule_delayed_work(&hdmi->edid_work, msecs_to_jiffies(10)); in sh_hdmi_hotplug()
1178 struct sh_hdmi *hdmi = container_of(work, struct sh_hdmi, edid_work.work); in sh_hdmi_edid_work_fn()
1354 INIT_DELAYED_WORK(&hdmi->edid_work, sh_hdmi_edid_work_fn); in sh_hdmi_probe()
1426 cancel_delayed_work_sync(&hdmi->edid_work); in sh_hdmi_remove()
1446 cancel_delayed_work_sync(&hdmi->edid_work); in sh_hdmi_suspend()