Searched refs:acpiphp_context (Results 1 – 2 of 2) sorted by relevance
28 struct acpiphp_context;61 struct acpiphp_context *context;108 struct acpiphp_context { struct115 static inline struct acpiphp_context *to_acpiphp_context(struct acpi_hotplug_context *hp) in to_acpiphp_context() argument117 return container_of(hp, struct acpiphp_context, hp); in to_acpiphp_context()120 static inline struct acpiphp_context *func_to_context(struct acpiphp_func *func) in func_to_context()122 return container_of(func, struct acpiphp_context, func); in func_to_context()
50 static void hotplug_event(u32 type, struct acpiphp_context *context);61 struct acpiphp_context *context; in acpiphp_init_context()82 struct acpiphp_context *context; in acpiphp_get_context()100 static void acpiphp_put_context(struct acpiphp_context *context) in acpiphp_put_context()122 struct acpiphp_context *context; in acpiphp_grab_context()144 static void acpiphp_let_context_go(struct acpiphp_context *context) in acpiphp_let_context_go()151 struct acpiphp_context *context; in free_bridge()191 struct acpiphp_context *context = acpiphp_grab_context(adev); in acpiphp_post_dock_fixup()230 struct acpiphp_context *context; in acpiphp_add_context()830 struct acpiphp_context *context; in acpiphp_hotplug_notify()[all …]
Completed in 5 milliseconds