Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dsgi_hotplug.c406 acpi_handle rethandle; in enable_slot() local
423 rethandle = NULL; in enable_slot()
426 &rethandle); in enable_slot()
428 if (ret == AE_NOT_FOUND || rethandle == NULL) in enable_slot()
431 chandle = rethandle; in enable_slot()
493 acpi_handle rethandle; in disable_slot() local
506 rethandle = NULL; in disable_slot()
509 &rethandle); in disable_slot()
511 if (ret == AE_NOT_FOUND || rethandle == NULL) in disable_slot()
514 chandle = rethandle; in disable_slot()