Lines Matching refs:hp
68 context->hp.notify = acpiphp_hotplug_notify; in acpiphp_init_context()
69 context->hp.fixup = acpiphp_post_dock_fixup; in acpiphp_init_context()
70 acpi_set_hp_context(adev, &context->hp); in acpiphp_init_context()
84 if (!adev->hp) in acpiphp_get_context()
87 context = to_acpiphp_context(adev->hp); in acpiphp_get_context()
106 context->hp.self->hp = NULL; in acpiphp_put_context()
348 adev->hp->notify = NULL; in cleanup_bridge()
349 adev->hp->fixup = NULL; in cleanup_bridge()
756 if (adev->hp) { in acpiphp_check_host_bridge()
757 bridge = to_acpiphp_root_context(adev->hp)->root_bridge; in acpiphp_check_host_bridge()
776 acpi_handle handle = context->hp.self->handle; in hotplug_event()
888 acpi_set_hp_context(adev, &root_context->hp); in acpiphp_enumerate_slots()
939 root_context = to_acpiphp_root_context(adev->hp); in acpiphp_drop_bridge()
940 adev->hp = NULL; in acpiphp_drop_bridge()