drivers/platform/wmi/internal.h

Source file repositories/reference/linux-study-clean/drivers/platform/wmi/internal.h

File Facts

System
Linux kernel
Corpus path
drivers/platform/wmi/internal.h
Extension
.h
Size
471 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/platform
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _WMI_INTERNAL_H_
#define _WMI_INTERNAL_H_

union acpi_object;
struct wmi_buffer;

int wmi_unmarshal_acpi_object(const union acpi_object *obj, struct wmi_buffer *buffer,
			      size_t min_size);
int wmi_marshal_string(const struct wmi_buffer *buffer, struct acpi_buffer *out);

#endif /* _WMI_INTERNAL_H_ */

Annotation

Implementation Notes