Lines Matching refs:omap_hwc_device_t

54 static bool is_valid_display(omap_hwc_device_t* hwc_dev, int disp)  in is_valid_display()
120 static void get_connectors(omap_hwc_device_t* hwc_dev) in get_connectors()
152 static int init_primary_display(omap_hwc_device_t* hwc_dev) in init_primary_display()
205 static int add_external_hdmi_display(omap_hwc_device_t* hwc_dev) in add_external_hdmi_display()
251 static void remove_external_hdmi_display(omap_hwc_device_t* hwc_dev) in remove_external_hdmi_display()
263 static void handle_hotplug(omap_hwc_device_t* hwc_dev, bool state) in handle_hotplug()
278 static int find_hdmi_connector_status(omap_hwc_device_t* hwc_dev) in find_hdmi_connector_status()
296 static bool check_hotplug_status(omap_hwc_device_t* hwc_dev, bool old_state) in check_hotplug_status()
318 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)data; in hwc_hdmi_thread()
366 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)data; in hwc_drm_event_thread()
420 static int hwc_prepare_for_display(omap_hwc_device_t* hwc_dev, int disp, hwc_display_contents_1_t* … in hwc_prepare_for_display()
447 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)dev; in hwc_prepare()
472 static int hwc_set_for_display(omap_hwc_device_t* hwc_dev, int disp, hwc_display_contents_1_t* cont… in hwc_set_for_display()
516 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)dev; in hwc_set()
543 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)dev; in hwc_eventControl()
566 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)dev; in hwc_blank()
581 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)dev; in hwc_query()
606 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)dev; in hwc_registerProcs()
621 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)dev; in hwc_getDisplayConfigs()
634 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)dev; in hwc_getDisplayAttributes()
647 omap_hwc_device_t* hwc_dev = (omap_hwc_device_t*)device; in hwc_device_close()
667 omap_hwc_device_t* hwc_dev = new omap_hwc_device_t; in hwc_device_open()