Searched refs:hotplug (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A DMakefile.am28 hotplug.c \
H A DMakefile.in63 am_intel_hotplug_OBJECTS = hotplug.$(OBJEXT) xprintf.$(OBJEXT) \
282 hotplug.c \
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hotplug.Po@am__quote@
/xsrc/external/mit/xorg-server.old/dist/include/
H A DMakefile.am10 hotplug.h \
H A Ddix-config.h.in414 /* Use libudev for input hotplug */
417 /* Use D-Bus for input hotplug */
420 /* Support the D-Bus hotplug API */
423 /* Support HAL for hotplug */
H A DMakefile.in66 closure.h colormap.h colormapst.h hotplug.h cursor.h \
404 @XORG_TRUE@ hotplug.h \
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_driver.c758 const char *hotplug; local in function:I830HandleUEvents
774 * sure it's a hotplug event (HOTPLUG=1)
777 hotplug = udev_device_get_property_value(dev, "HOTPLUG");
780 hotplug && atoi(hotplug) == 1)
803 Bool hotplug; local in function:I830UeventInit
810 if (!xf86GetOptValBool(intel->Options, OPTION_HOTPLUG, &hotplug)) {
812 hotplug = TRUE;
815 xf86DrvMsg(scrn->scrnIndex, from, "hotplug detection: \"%s\"\n",
816 hotplug
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_driver.c752 const char *hotplug; local in function:I830HandleUEvents
768 * sure it's a hotplug event (HOTPLUG=1)
771 hotplug = udev_device_get_property_value(dev, "HOTPLUG");
774 hotplug && atoi(hotplug) == 1)
788 Bool hotplug; local in function:I830UeventInit
791 if (!xf86GetOptValBool(intel->Options, OPTION_HOTPLUG, &hotplug)) {
793 hotplug = TRUE;
796 xf86DrvMsg(scrn->scrnIndex, from, "hotplug detection: \"%s\"\n",
797 hotplug
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A DMakefile.am11 hotplug.h \
H A Ddix-config.h.in403 /* Use libudev for input hotplug */
418 /* Support HAL for hotplug */
H A Ddo-not-use-config.h.in36 /* Use the HAL hotplug API */
39 /* Use libudev for input hotplug */
H A DMakefile.in156 closestr.h closure.h colormap.h colormapst.h hotplug.h \
536 @XORG_TRUE@ hotplug.h \
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_driver.c791 bool hotplug = false; local in function:sna_handle_uevents
822 hotplug |= sna_mode_find_hotplug_connector(sna, atoi(str));
825 hotplug = true;
833 if (hotplug) {
834 DBG(("%s: hotplug event (vtSema?=%d)\n",
866 * RR hotplug events is then verboten.
897 "Display hotplug detection %s\n",
1119 /* Simulate a hotplug event on wakeup to force a RR probe */
1303 DBG(("%s: reporting deferred hotplug event\n", __FUNCTION__));
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfig.h.in153 /* Enable udev-based monitor hotplug detection */
H A Dconfigure.ac194 [Disable udev-based monitor hotplug detection [default=auto]]),
206 AC_DEFINE(HAVE_UDEV,1,[Enable udev-based monitor hotplug detection])
901 echo " Support for display hotplug notifications (udev):$udev_msg"
H A Dconfigure1608 --disable-udev Disable udev-based monitor hotplug detection
25254 echo " Support for display hotplug notifications (udev):$udev_msg"
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfig.h.in132 /* Enable udev-based monitor hotplug detection */
H A Dconfigure.ac194 [Disable udev-based monitor hotplug detection [default=auto]]),
204 AC_DEFINE(HAVE_UDEV,1,[Enable udev-based monitor hotplug detection])
H A Dconfigure1595 --disable-udev Disable udev-based monitor hotplug detection
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Init.c88 #include <hotplug.h>
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.c48 #include <hotplug.h>
52 * split input and GPU parts in hotplug.h et al. */
985 * split input and GPU parts in hotplug.h et al. */
H A Dkinput.c55 #include <hotplug.h>
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Init.c93 #include <hotplug.h>
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac827 AC_DEFINE(CONFIG_UDEV, 1, [Use libudev for input hotplug])
858 AC_MSG_ERROR([HAL hotplug API requested, but HAL is not installed.])
861 AC_DEFINE(CONFIG_HAL, 1, [Use the HAL hotplug API])
867 AC_DEFINE(CONFIG_NEED_DBUS, 1, [Use D-Bus for input hotplug])
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac858 AC_DEFINE(CONFIG_UDEV, 1, [Use libudev for input hotplug])
885 AC_MSG_ERROR([HAL hotplug API requested, but HAL is not installed.])
888 AC_DEFINE(CONFIG_HAL, 1, [Use the HAL hotplug API])

Completed in 77 milliseconds