Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dsgi_hotplug.c408 acpi_handle chandle = NULL; in enable_slot() local
428 phandle, chandle, in enable_slot()
434 chandle = rethandle; in enable_slot()
436 ret = acpi_evaluate_integer(chandle, METHOD_NAME__ADR, in enable_slot()
442 ret = acpi_bus_scan(chandle); in enable_slot()
495 acpi_handle chandle = NULL; in disable_slot() local
511 phandle, chandle, in disable_slot()
517 chandle = rethandle; in disable_slot()
519 ret = acpi_evaluate_integer(chandle, in disable_slot()
525 ssdt_hdl = chandle; in disable_slot()
[all …]
Dacpi_pcihp.c87 acpi_handle chandle, handle; in acpi_get_hp_hw_control_from_firmware() local
142 chandle = handle; in acpi_get_hp_hw_control_from_firmware()
143 status = acpi_get_parent(chandle, &handle); in acpi_get_hp_hw_control_from_firmware()