Home
last modified time | relevance | path

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

/drivers/ata/
A Dsata_via.c66 static int vt6420_hotplug; variable
67 module_param_named(vt6420_hotplug, vt6420_hotplug, int, 0644);
68 MODULE_PARM_DESC(vt6420_hotplug, "Enable hot-plug support for VT6420 (0=Don't support, 1=support)");
463 if (vt6420_hotplug) { in vt6420_prepare_host()
632 if ((board_id == vt6420 && vt6420_hotplug) || board_id == vt6421) { in svia_configure()
732 if ((board_id == vt6420 && vt6420_hotplug) || board_id == vt6421) in svia_init_one()

Completed in 8 milliseconds