Searched refs:acpiphp_context (Results 1 – 2 of 2) sorted by relevance
42 struct acpiphp_context;71 struct acpiphp_context *context;118 struct acpiphp_context { struct125 static inline struct acpiphp_context *to_acpiphp_context(struct acpi_hotplug_context *hp) in to_acpiphp_context() argument127 return container_of(hp, struct acpiphp_context, hp); in to_acpiphp_context()130 static inline struct acpiphp_context *func_to_context(struct acpiphp_func *func) in func_to_context()132 return container_of(func, struct acpiphp_context, func); in func_to_context()
64 static void hotplug_event(u32 type, struct acpiphp_context *context);73 static struct acpiphp_context *acpiphp_init_context(struct acpi_device *adev) in acpiphp_init_context()75 struct acpiphp_context *context; in acpiphp_init_context()94 static struct acpiphp_context *acpiphp_get_context(struct acpi_device *adev) in acpiphp_get_context()96 struct acpiphp_context *context; in acpiphp_get_context()114 static void acpiphp_put_context(struct acpiphp_context *context) in acpiphp_put_context()134 static struct acpiphp_context *acpiphp_grab_context(struct acpi_device *adev) in acpiphp_grab_context()136 struct acpiphp_context *context; in acpiphp_grab_context()150 static void acpiphp_let_context_go(struct acpiphp_context *context) in acpiphp_let_context_go()157 struct acpiphp_context *context; in free_bridge()[all …]