Lines Matching refs:hotplug
752 const char *hotplug;
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;
791 if (!xf86GetOptValBool(intel->Options, OPTION_HOTPLUG, &hotplug)) {
793 hotplug = TRUE;
796 xf86DrvMsg(scrn->scrnIndex, from, "hotplug detection: \"%s\"\n",
797 hotplug ? "enabled" : "disabled");
798 if (!hotplug)