Home
last modified time | relevance | path

Searched defs:acpi_ops (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/dm/
A Dacpi.h70 struct acpi_ops { struct
80 int (*get_name)(const struct udevice *dev, char *out_name);
89 int (*write_tables)(const struct udevice *dev, struct acpi_ctx *ctx);
105 int (*fill_ssdt)(const struct udevice *dev, struct acpi_ctx *ctx);
134 #define device_get_acpi_ops(dev) ((dev)->driver->acpi_ops) argument
A Ddevice.h353 struct acpi_ops *acpi_ops; member

Completed in 4 milliseconds