Searched refs:rethandle (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
H A Dsgi_hotplug.c409 acpi_handle rethandle; enable_slot() local
426 rethandle = NULL; enable_slot()
429 &rethandle); enable_slot()
431 if (ret == AE_NOT_FOUND || rethandle == NULL) enable_slot()
434 chandle = rethandle; enable_slot()
496 acpi_handle rethandle; disable_slot() local
509 rethandle = NULL; disable_slot()
512 &rethandle); disable_slot()
514 if (ret == AE_NOT_FOUND || rethandle == NULL) disable_slot()
517 chandle = rethandle; disable_slot()

Completed in 42 milliseconds