acpiphp_context
static inline struct acpiphp_context *to_acpiphp_context(struct acpi_hotplug_context *hp)
return container_of(hp, struct acpiphp_context, hp);
static inline struct acpiphp_context *func_to_context(struct acpiphp_func *func)
return container_of(func, struct acpiphp_context, func);
struct acpiphp_context;
struct acpiphp_context *context;
static void acpiphp_put_context(struct acpiphp_context *context)
static struct acpiphp_context *acpiphp_grab_context(struct acpi_device *adev)
struct acpiphp_context *context;
static void acpiphp_let_context_go(struct acpiphp_context *context)
struct acpiphp_context *context;
struct acpiphp_context *context = acpiphp_grab_context(adev);
struct acpiphp_context *context;
static void hotplug_event(u32 type, struct acpiphp_context *context);
static struct acpiphp_context *acpiphp_init_context(struct acpi_device *adev)
struct acpiphp_context *context;
static void hotplug_event(u32 type, struct acpiphp_context *context)
static struct acpiphp_context *acpiphp_get_context(struct acpi_device *adev)
struct acpiphp_context *context;
struct acpiphp_context *context;
struct acpiphp_context *context;