Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c611 static const char *hotplug_driver_name = "modesetting"; in xf86platformAddDevice() local
617 xf86LoadOneModule(hotplug_driver_name, NULL); in xf86platformAddDevice()
623 if (!strcmp(xf86DriverList[i]->driverName, hotplug_driver_name)) { in xf86platformAddDevice()