root_context 879 drivers/pci/hotplug/acpiphp_glue.c struct acpiphp_root_context *root_context; root_context 881 drivers/pci/hotplug/acpiphp_glue.c root_context = kzalloc(sizeof(*root_context), GFP_KERNEL); root_context 882 drivers/pci/hotplug/acpiphp_glue.c if (!root_context) root_context 885 drivers/pci/hotplug/acpiphp_glue.c root_context->root_bridge = bridge; root_context 886 drivers/pci/hotplug/acpiphp_glue.c acpi_set_hp_context(adev, &root_context->hp); root_context 932 drivers/pci/hotplug/acpiphp_glue.c struct acpiphp_root_context *root_context; root_context 937 drivers/pci/hotplug/acpiphp_glue.c root_context = to_acpiphp_root_context(adev->hp); root_context 940 drivers/pci/hotplug/acpiphp_glue.c kfree(root_context);