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

/drivers/pci/hotplug/
H A Dsgi_hotplug.c420 acpi_handle rethandle; local
437 rethandle = NULL;
440 &rethandle);
442 if (ret == AE_NOT_FOUND || rethandle == NULL)
445 chandle = rethandle;
511 acpi_handle rethandle; local
523 rethandle = NULL;
526 &rethandle);
528 if (ret == AE_NOT_FOUND || rethandle == NULL)
531 chandle = rethandle;
[all...]

Completed in 56 milliseconds