Lines Matching defs:hotplug
758 const char *hotplug;
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;
810 if (!xf86GetOptValBool(intel->Options, OPTION_HOTPLUG, &hotplug)) {
812 hotplug = TRUE;
815 xf86DrvMsg(scrn->scrnIndex, from, "hotplug detection: \"%s\"\n",
816 hotplug ? "enabled" : "disabled");
817 if (!hotplug)