Searched defs:acpi_ops (Results 1 – 2 of 2) sorted by relevance
70 struct acpi_ops { struct80 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
353 struct acpi_ops *acpi_ops; member
Completed in 4 milliseconds