Lines Matching +full:device +full:- +full:specific
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
11 #pragma GCC diagnostic ignored "-Wunused-parameter"
20 * Device specific information and emulation.
22 * @param name Used as device name in the DSDT.
24 * @param build_table Called to build a device specific ACPI table like the TPM2
26 * @param write_dsdt Called to append the DSDT with device specific
38 * Creates an ACPI device.
40 * @param[out] new_dev Returns the newly create ACPI device.
41 * @param[in] softc Pointer to the software context of the ACPI device.
42 * @param[in] vm_ctx VM context the ACPI device is created in.
43 * @param[in] emul Device emulation struct. It contains some information
44 * like the name of the ACPI device and some device specific