Lines Matching refs:hp
82 context->hp.notify = acpiphp_hotplug_notify; in acpiphp_init_context()
83 context->hp.fixup = acpiphp_post_dock_fixup; in acpiphp_init_context()
84 acpi_set_hp_context(adev, &context->hp); in acpiphp_init_context()
98 if (!adev->hp) in acpiphp_get_context()
101 context = to_acpiphp_context(adev->hp); in acpiphp_get_context()
120 context->hp.self->hp = NULL; in acpiphp_put_context()
382 adev->hp->notify = NULL; in cleanup_bridge()
383 adev->hp->fixup = NULL; in cleanup_bridge()
733 if (adev->hp) { in acpiphp_check_host_bridge()
734 bridge = to_acpiphp_root_context(adev->hp)->root_bridge; in acpiphp_check_host_bridge()
753 acpi_handle handle = context->hp.self->handle; in hotplug_event()
867 acpi_set_hp_context(adev, &root_context->hp); in acpiphp_enumerate_slots()
918 root_context = to_acpiphp_root_context(adev->hp); in acpiphp_drop_bridge()
919 adev->hp = NULL; in acpiphp_drop_bridge()