Searched defs:acpi_device_pnp (Results 1 – 1 of 1) sorted by relevance
221 struct acpi_device_pnp { struct222 acpi_bus_id bus_id; /* Object name */223 int instance_no; /* Instance number of this object */224 struct acpi_pnp_type type; /* ID type */225 acpi_bus_address bus_address; /* _ADR */226 char *unique_id; /* _UID */227 struct list_head ids; /* _HID and _CIDs */