[go: nahoru, domu]

Searched refs:acpiphp_context (Results 1 - 2 of 2) sorted by relevance

/drivers/pci/hotplug/
H A Dacpiphp.h42 struct acpiphp_context;
71 struct acpiphp_context *context;
118 struct acpiphp_context { struct
125 static inline struct acpiphp_context *to_acpiphp_context(struct acpi_hotplug_context *hp)
127 return container_of(hp, struct acpiphp_context, hp);
130 static inline struct acpiphp_context *func_to_context(struct acpiphp_func *func)
132 return container_of(func, struct acpiphp_context, func);
H A Dacpiphp_glue.c64 static void hotplug_event(u32 type, struct acpiphp_context *context);
73 static struct acpiphp_context *acpiphp_init_context(struct acpi_device *adev)
75 struct acpiphp_context *context;
94 static struct acpiphp_context *acpiphp_get_context(struct acpi_device *adev)
96 struct acpiphp_context *context;
114 static void acpiphp_put_context(struct acpiphp_context *context)
134 static struct acpiphp_context *acpiphp_grab_context(struct acpi_device *adev)
136 struct acpiphp_context *context;
150 static void acpiphp_let_context_go(struct acpiphp_context *context)
157 struct acpiphp_context *contex
[all...]

Completed in 70 milliseconds