Searched refs:pciehp_detect_mode (Results 1 – 1 of 1) sorted by relevance
44 static char *pciehp_detect_mode; variable45 module_param(pciehp_detect_mode, charp, 0444);46 MODULE_PARM_DESC(pciehp_detect_mode,64 if (!pciehp_detect_mode) in parse_detect_mode()66 if (!strcmp(pciehp_detect_mode, "pcie")) in parse_detect_mode()68 if (!strcmp(pciehp_detect_mode, "acpi")) in parse_detect_mode()70 if (!strcmp(pciehp_detect_mode, "auto")) in parse_detect_mode()73 pciehp_detect_mode); in parse_detect_mode()