Home
last modified time | relevance | path

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

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