Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dsgi_hotplug.c405 acpi_handle chandle = NULL; in enable_slot() local
425 phandle, chandle, in enable_slot()
431 chandle = rethandle; in enable_slot()
433 ret = acpi_evaluate_integer(chandle, METHOD_NAME__ADR, in enable_slot()
439 ret = acpi_bus_scan(chandle); in enable_slot()
492 acpi_handle chandle = NULL; in disable_slot() local
508 phandle, chandle, in disable_slot()
514 chandle = rethandle; in disable_slot()
516 ret = acpi_evaluate_integer(chandle, in disable_slot()
522 ssdt_hdl = chandle; in disable_slot()
[all …]
Dacpi_pcihp.c73 acpi_handle chandle, handle; in acpi_get_hp_hw_control_from_firmware() local
128 chandle = handle; in acpi_get_hp_hw_control_from_firmware()
129 status = acpi_get_parent(chandle, &handle); in acpi_get_hp_hw_control_from_firmware()